PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   Script Installation (http://www.phpdig.net/forum/forumdisplay.php?f=37)
-   -   Table engine missing (http://www.phpdig.net/forum/showthread.php?t=726)

vladone 03-26-2004 04:19 AM

Table engine missing
 
I have Win2003 with Apache, PHP and MySql instaled. All works fine. I create database with all tables engines, excludes, keywords, ... but when acces ../admin/index.php, or ../search.php
receive this message:

"Table engine missing. Table excludes missing. Table keywords missing. Table sites missing. Table spider missing. Table tempspider missing. Table logs missing."

This tables exist in my database. What is wrong?

Charter 03-29-2004 11:47 AM

Hi. Check that the prefix defined in connect.php matches that of the tables. If there is no prefix on the tables, then change the following:
PHP Code:

define('PHPDIG_DB_PREFIX','<dbprefix>'); 

to the following:
PHP Code:

// two single quotes, no space inbetween
define('PHPDIG_DB_PREFIX',''); 


vladone 03-30-2004 10:38 PM

Thanks! Work!


All times are GMT -8. The time now is 04:51 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.