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
|