Menu

administration tool

Help
2006-06-21
2013-04-16
  • Nobody/Anonymous

    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

     
    • Nobody/Anonymous

      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'

       

Log in to post a comment.