After I wasnt able to setup bt on my providers webserver, I tried to install it on my own server. I had some trouble with apache, php and mysql at first but managed to get things basically working.
Well ... basically. Not bt. ;-) The complete error message I get is:
Fatal error: Call to undefined function: setoption() in /var/www/bugtracking/include.php on line 52
which is:
$db->setOption('optimize', 'portability');
Any hints ?
Greetings from germany,
Christian.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
After I wasnt able to setup bt on my providers webserver, I tried to install it on my own server. I had some trouble with apache, php and mysql at first but managed to get things basically working.
Well ... basically. Not bt. ;-) The complete error message I get is:
Fatal error: Call to undefined function: setoption() in /var/www/bugtracking/include.php on line 52
which is:
$db->setOption('optimize', 'portability');
Any hints ?
Greetings from germany,
Christian.
This is most likely due to using a pear installation from php 4.0.6. Upgrading php (and with it, pear), should solve the problem.