I am not able to install phpbt 0.9.1 on windows 2003 server machine with mysql as database.
I can browse other php files as we have installed phpBB2(Bulletin board) and its working fine. The only difference is bug tracker uses Mysql 3.5.6 where as php bb2 uses sqlserver(odbc).
below is a brief problem description:
1. extracted phpbt 0.9.1 to the windows 2003 server.
2. installed mysql 3.5.6 in the same server.
3. created virtual directory in iis and mapped to the
extracted phpbt directory.
4. browsed the install.php from iis. fine till now and
created database bug_tracker in mysql.
5. Filled all required fields in install.php.
6. When clicked on "save options" push button, It opened a blank index.php file in IE.
*Note:
1. If i give invalid database parameters like(dsn name, username and password) and clike in "test database connection" pushbutton apllication prompting successful window.
2. I am noticed that tables are not created in mysql database and congifigartion file(config.php) is 0 bytes.
Request you to help me in this regard asap.
I am running out of time.
Thanking you.
Raj.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It sounds like you are encountering some errors in that aren't getting displayed. Check your error log or turn on display errors in php.ini to get a hint about what's going on.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am not able to install phpbt 0.9.1 on windows 2003 server machine with mysql as database.
I can browse other php files as we have installed phpBB2(Bulletin board) and its working fine. The only difference is bug tracker uses Mysql 3.5.6 where as php bb2 uses sqlserver(odbc).
below is a brief problem description:
1. extracted phpbt 0.9.1 to the windows 2003 server.
2. installed mysql 3.5.6 in the same server.
3. created virtual directory in iis and mapped to the
extracted phpbt directory.
4. browsed the install.php from iis. fine till now and
created database bug_tracker in mysql.
5. Filled all required fields in install.php.
6. When clicked on "save options" push button, It opened a blank index.php file in IE.
*Note:
1. If i give invalid database parameters like(dsn name, username and password) and clike in "test database connection" pushbutton apllication prompting successful window.
2. I am noticed that tables are not created in mysql database and congifigartion file(config.php) is 0 bytes.
Request you to help me in this regard asap.
I am running out of time.
Thanking you.
Raj.
It sounds like you are encountering some errors in that aren't getting displayed. Check your error log or turn on display errors in php.ini to get a hint about what's going on.