Install did not work
Installed and configured phpdig, but am getting the following error from the phpdigdir/search.php page:
Parse error: parse error, unexpected T_STRING in /<dir>/includes/connect.php on line 22
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /<dir>/libs/mysql_functions.php on line 38
Unable to check table. Check connection parameters
----------
I was receiving the previous error message on the same page:
Table engine missing. Table excludes missing. Table keywords missing. Table sites missing. Table spider missing. Table tempspider missing. Table logs missing.
I fixed this by looking up a thread here from someone with the same problem. I changed the following from connect.php:
define('PHPDIG_DB_PREFIX','<dbprefix>');
to:
define('PHPDIG_DB_PREFIX',");
However, this fix created the problem listed at the top.
Any help would be suggested and I'll be glad to provide more information if it will help you.
-David
|