PhpDig.net

Go Back   PhpDig.net > PhpDig Forums > Bug Tracker

Reply
 
Thread Tools
Old 12-10-2004, 09:57 AM   #1
xiao
Green Mole
 
Join Date: Dec 2004
Posts: 2
Red face PhpDig can not finish indexing of my website

Hello, I intalled v.1.8.4 PhpDig ,when I first time indexed my website. Phpdig threw the following error after it indexed 60 pages:
Fatal error: Cannot unset string offsets in D:\qaweb\phpdig\admin\robot_functions.php on line 810
How can I solve this problem?
My website is about 3000 pages.
Any help will be appreciated.
xiao is offline   Reply With Quote
Old 12-10-2004, 10:13 AM   #2
xiao
Green Mole
 
Join Date: Dec 2004
Posts: 2
Red face PhpDig can not finish indexing of my website

Hello
I installed PhpDig v.1.8.4, When I first time indexed it, PhpDig threw the the following error after it indexed 60 pages.
Anybody know what is the problem?
My website is about 3000 pages.
Thanks
xiao is offline   Reply With Quote
Old 12-10-2004, 12:59 PM   #3
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
In robot_functions.php find:
PHP Code:
unset($links[$index]);
unset(
$http_scheme_array[$index]); 
And replace with:
PHP Code:
if (isset($links[$index])) { unset($links[$index]); }
if (isset(
$http_scheme_array[$index])) { unset($http_scheme_array[$index]); } 
__________________
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
Reply

Thread Tools

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
How do I Insert PhpDig in a website eric_gitonga How-to Forum 6 11-22-2004 04:45 AM
crawl my website only hula Troubleshooting 0 08-29-2004 03:37 AM
Insert PhpDig in a website pbpub Troubleshooting 6 06-30-2004 04:26 AM
10. Insert PhpDig in a website?? andy_pandy How-to Forum 2 03-09-2004 09:00 AM
inserting phpdig into a website julius How-to Forum 4 12-30-2003 07:27 AM


All times are GMT -8. The time now is 07:51 PM.


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