Notice: Undefined property: user_info in E:\wwwroot\htdocs\phpbt\install.php on line 188
DB Test Failure
The installation script could not connect to the database phpbt on the host localhost using the specified username and password.
Please check these details are correct and that the database already exists then retry.
DB Error: extension not found
running latest php and mysql and pear....
I dont understand what Im doing woring...
I know the database works and I know that php works. Only thing I dont know how to test is the pear installation that I might think is the problem. But I dunno.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The report was "running latest php and mysql". As far as I know php5 has SQLite support builtin, not MySQL. If we are talking about the official Windows binaries offered php.net, that is.. (i have no idea what the different "wamp" bundles offer)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Notice: Undefined property: user_info in E:\wwwroot\htdocs\phpbt\install.php on line 188
DB Test Failure
The installation script could not connect to the database phpbt on the host localhost using the specified username and password.
Please check these details are correct and that the database already exists then retry.
DB Error: extension not found
running latest php and mysql and pear....
I dont understand what Im doing woring...
I know the database works and I know that php works. Only thing I dont know how to test is the pear installation that I might think is the problem. But I dunno.
You get an "extension not found". Try editing php.ini to load the mysql extension automatically.
Pear should be able to load it dynamically, but older versions didn't.. You can also update your Pear install by downloading PEAR and DB.
http://pear.php.net/package/PEAR/
http://pear.php.net/package/DB/
;Windows Extensions
;Note that MySQL and ODBC support is now built in, so no dll is needed for it.
;
I dont understand...
The report was "running latest php and mysql". As far as I know php5 has SQLite support builtin, not MySQL. If we are talking about the official Windows binaries offered php.net, that is.. (i have no idea what the different "wamp" bundles offer)