I had the same problem due to having both PHP3 and PHP4 installed and phpbt picking up the wrong version (mofifylimitquery does not exist in PHP3). Bottom line is check your paths to PHP4.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Also, modifylimitquery() I found out is not in PEAR that comes with PHP 4.0.6 and earlier. I had to upgrade to the lastest version 4.2 and it worked fine.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I got the following error:
Fatal error: Call to undefined function: modifylimitquery() in /home/weber/public_html/php/phpbt-0.8.1/index.php on line 122
Does anyone know the problem?
I had the same problem due to having both PHP3 and PHP4 installed and phpbt picking up the wrong version (mofifylimitquery does not exist in PHP3). Bottom line is check your paths to PHP4.
Also, modifylimitquery() I found out is not in PEAR that comes with PHP 4.0.6 and earlier. I had to upgrade to the lastest version 4.2 and it worked fine.
this mean that I need to upgrade to latest PHP?
Well, at least the latest PEAR.