PhpDig.net

Go Back   PhpDig.net > PhpDig Forums > Script Installation

Reply
 
Thread Tools
Old 03-26-2004, 04:19 AM   #1
vladone
Green Mole
 
Join Date: Mar 2004
Posts: 2
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?
vladone is offline   Reply With Quote
Old 03-29-2004, 11:47 AM   #2
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
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',''); 
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
Charter is offline   Reply With Quote
Old 03-30-2004, 10:38 PM   #3
vladone
Green Mole
 
Join Date: Mar 2004
Posts: 2
Smile

Thanks! Work!
vladone is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Indexing Help...I am missing something tscholle Troubleshooting 7 08-04-2005 09:20 PM
Temp Spider table Converted to HEAP table GunMuse Mod Requests 0 04-22-2005 01:25 PM
Table dbprefixengine missing !help! wedmaster Script Installation 2 04-06-2005 02:03 PM
error: log table missing Eduardo Script Installation 1 11-04-2004 02:32 AM
Tables missing but it is wrong jakobyen Troubleshooting 2 09-26-2003 06:46 PM


All times are GMT -8. The time now is 11:23 AM.


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