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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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
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.
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"