|
12-29-2003, 10:02 PM | #1 |
Green Mole
Join Date: Dec 2003
Posts: 6
|
Phpdig is not working
I installed phpdig install.php file and it created the databases but when I goto http://www.chatfree.org/phpdig-1.6.5/admin/index.php I am getting the following error.
Table engine missing. Table excludes missing. Table keywords missing. Table sites missing. Table spider missing. Table tempspider missing. Table logs missing. Enter password: Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 35 to server version: 3.23.56 Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> show tables; +------------------+ | Tables_in_phpdig | +------------------+ | engine | | excludes | | keywords | | logs | | sites | | spider | | tempspider | +------------------+ 7 rows in set (0.00 sec) I also configured the connect.php file Can you please tell me how I can fix this problem? I am using Redhat, and I have php, mysql, and apache installed. |
12-29-2003, 10:43 PM | #2 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Hi. Try rechecking the connect.php file as it looks like you may be connecting to the wrong database.
__________________
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. |
12-29-2003, 10:49 PM | #3 | |
Green Mole
Join Date: Dec 2003
Posts: 6
|
Quote:
// Connection configuration define('PHPDIG_DB_PREFIX','<dbprefix>'); define('PHPDIG_DB_HOST','localhost'); define('PHPDIG_DB_USER','root'); define('PHPDIG_DB_PASS','XXXX'); define('PHPDIG_DB_NAME','phpdig'); [root@cyberchatnet includes]# mysql -u root -p phpdig Enter password: Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 78 to server version: 3.23.56 Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> show tables -> ; +------------------+ | Tables_in_phpdig | +------------------+ | engine | | excludes | | keywords | | logs | | sites | | spider | | tempspider | +------------------+ 7 rows in set (0.00 sec) mysql> That is no the causing the problem. |
|
12-29-2003, 10:54 PM | #4 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Hi. Change define('PHPDIG_DB_PREFIX','<dbprefix>'); to 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. |
12-29-2003, 10:59 PM | #5 | |
Green Mole
Join Date: Dec 2003
Posts: 6
|
Quote:
Like this / Connection configuration define('PHPDIG_DB_PREFIX',''); define('PHPDIG_DB_HOST','localhost'); define('PHPDIG_DB_USER','root'); define('PHPDIG_DB_PASS','removed'); define('PHPDIG_DB_NAME','phpdig'); //connection to the MySql server Phil |
|
12-29-2003, 11:01 PM | #6 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Yep, that way.
__________________
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. |
12-29-2003, 11:06 PM | #7 |
Green Mole
Join Date: Dec 2003
Posts: 6
|
How do you add a site
I am in the admin.php and I do not see the option to add a site?
|
12-29-2003, 11:08 PM | #8 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Hi. Type a full URL in the text field, set the search depth, and click the dig this button.
__________________
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. |
12-29-2003, 11:12 PM | #9 |
Green Mole
Join Date: Dec 2003
Posts: 6
|
How do I or the users add there sites, ediit the keywors and describitions?
Thank you Phil |
12-29-2003, 11:27 PM | #10 |
Green Mole
Join Date: Dec 2003
Posts: 6
|
This is a valid url
I am trying to add this url and its valid but its not working.
Spidering in progress... SITE : http://bbs.chatfree.org/ Exclude paths : - @NONE@ No link in temporary table links found : 0 ...Was recently indexed Optimizing tables... Indexing complete ! [Back] to admin interface. |
12-29-2003, 11:49 PM | #11 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Hi. Other users cannot add sites; only the admin is able to add sites via the PhpDig control panel or shell. PhpDig sets the keywords and descriptions and uses these, so it is not advised to go and change them. Also the bbs.chatfree.org page gives the following:
The page cannot be found The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. -------------------------------------------------------------------------------- Please try the following: If you typed the page address in the Address bar, make sure that it is spelled correctly. Open the bbs.chatfree.org home page, and then look for links to the information you want. Click the Back button to try another link. Click Search to look for information on the Internet. HTTP 404 - File not found Internet Explorer
__________________
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. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Phpdig stops working - 0 links found - new one | bloodjelly | Troubleshooting | 4 | 03-16-2005 08:16 AM |
Looking for a working example.... | pwoc | How-to Forum | 0 | 11-12-2004 05:38 PM |
Grr, not working | blueuniverse | Script Installation | 9 | 03-01-2004 02:01 PM |
Working with Domains | bazarin | How-to Forum | 1 | 02-28-2004 04:28 PM |
phpDig working in IIS | esadie | Mod Submissions | 0 | 02-02-2004 05:37 AM |