I recently installed the new version of a PHP program I've been using (PHPrecipebook), but am getting strange errors when I run it. After doing some tracking down it appears that the variable "include_path" equals "" rather than an actual path.
So, I ran phpinfo, which lists my include_path as ".:/usr/local/lib/php". This confused me a bit.
Essentially there is a php file that does an include of PEAR.php and DB.php, but can't find them (even though they are in /usr/local/lib/php). I'm currenly using a 3rd party host so don't have access beyond my home directory.
Any ideas on what's wrong or where else to look in finding a solution?
many thanks.