Menu

Newbie, problem installing

Help
2002-08-31
2002-09-02
  • Nobody/Anonymous

    Dear all,
    I am trying to install phpbt on the server of my provider.
    I have a mysql database created and a recent version of psp. When I submit the configuration during installation I get the following message:

    Fatal error: Failed opening required 'DB.php' (include_path='') in /home/sites/site47/users/gleo1/web/phpbt/install.php on line 152

    Could somebody decode it for me and suggest what I could try?

    Thank you in advance
    Giovanni Leo
    giovanni.leo@acrostak.com

     
    • Nobody/Anonymous

      Actually I understand that I should add the path in php.ini, but since my server is user for several domains no modifications to the php.ini are allowed. Is there a work around (.htaccess...)?
      Thanks again

      Giovanni

       
    • Benjamin Curtis

      Benjamin Curtis - 2002-09-01

      Yes, you can change the include_path in .htaccess.  You could also use the ini_set() function at the top of include.php to change the include_path.

       
      • Nobody/Anonymous

        Thanks a lot,
        My ISP did not have PEAR installed. So I got the suggestion to install PEAR in a folder and I redirected the search there in htacces:

        php_value include_path ".:/home/sites/sitexxx/web/pear"

         

Log in to post a comment.