the installation work fine , but i have a problem when
i log on and select tht administration Tool
Warning: include(include.php) [function.include]:
failed to open stream: No such file or directory in
/usr/local/apache/www/phpbt-1.0/admin/project.php on
line 27
Warning: include() [function.include]: Failed opening
'include.php' for inclusion
(include_path='/usr/local/php5/lib/php') in
/usr/local/apache/www/phpbt-1.0/admin/project.php on
line 27
Fatal error: Call to a member function getOne() on a
non-object in
/usr/local/apache/www/phpbt-1.0/admin/project.php on
line 285
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
administration tool probelm
Hello
i use PHP 5.x Mysql 5.x ubuntu and PEAR (go-pear)
the installation work fine , but i have a problem when
i log on and select tht administration Tool
Warning: include(include.php) [function.include]:
failed to open stream: No such file or directory in
/usr/local/apache/www/phpbt-1.0/admin/project.php on
line 27
Warning: include() [function.include]: Failed opening
'include.php' for inclusion
(include_path='/usr/local/php5/lib/php') in
/usr/local/apache/www/phpbt-1.0/admin/project.php on
line 27
Fatal error: Call to a member function getOne() on a
non-object in
/usr/local/apache/www/phpbt-1.0/admin/project.php on
line 285
i solved the problem by addind in php.ini file :
include_path="/usr/local/apache/www/phpbt-1.0"
is it normal ?
there is another good solution : is to replace in php file
include 'include.php'
by
include './include.php'