View Single Post
Old 09-14-2004, 02:56 AM   #7
synnalagma
Green Mole
 
Join Date: Mar 2004
Posts: 22
Verify that PHPDIG_DB_PREFIX is defined in config.php if not set it to the correct value (usually 'phpdig_').

If it's set try including config.php in class.queryparser.php by adding on top

include(PATH_TO_PHP_DIG/config.php);
(check to have correct values).

Should work
synnalagma is offline   Reply With Quote