I'm on a PC with win98 SE. I install all last version of
APACHE 2.036 , MySQL 3.23.49, PHP 4.2.1
I put Smarty-2.1.1 in include path ih php.ini
I want to create a site using phpbt-0.8.2
but i have this problem when I launch install.php
Fatal error: Failed opening required 'DB.php' (include_path='.;c:\php\Smarty-2.1.1;c:\php\pear') in C:\Program Files\Apache Group\Apache2\htdocs\phpbt-0.8.2\install.php on line 152
What i forgot to do ?
thanks a lot.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
phpBT uses the database classes that are included as part of the PEAR library. This tends to be distributed along with the PHP source/binaries.
I don't use the windows php myself but have installed it a while ago and I dont think it installed the PEAR files (ie including DB.php).
From what I remember, when I installed from the 'windows installer' I didn't get PEAR but did when I installed from the windows zip archive.
It may be possible that you have same problem.
Do you have the file DB.php c:\php\pear or one of the other directories in the include path in php.ini???
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm on a PC with win98 SE. I install all last version of
APACHE 2.036 , MySQL 3.23.49, PHP 4.2.1
I put Smarty-2.1.1 in include path ih php.ini
I want to create a site using phpbt-0.8.2
but i have this problem when I launch install.php
Fatal error: Failed opening required 'DB.php' (include_path='.;c:\php\Smarty-2.1.1;c:\php\pear') in C:\Program Files\Apache Group\Apache2\htdocs\phpbt-0.8.2\install.php on line 152
What i forgot to do ?
thanks a lot.
phpBT uses the database classes that are included as part of the PEAR library. This tends to be distributed along with the PHP source/binaries.
I don't use the windows php myself but have installed it a while ago and I dont think it installed the PEAR files (ie including DB.php).
From what I remember, when I installed from the 'windows installer' I didn't get PEAR but did when I installed from the windows zip archive.
It may be possible that you have same problem.
Do you have the file DB.php c:\php\pear or one of the other directories in the include path in php.ini???