PhpDig.net

Go Back   PhpDig.net > PhpDig Forums > Troubleshooting

Reply
 
Thread Tools
Old 02-12-2006, 10:58 PM   #1
alisan
Green Mole
 
Join Date: Dec 2005
Posts: 3
Thumbs down Spider Indexes an Error Page

Spider fails to index page 'http://www.netkitap.com'.
I think something wrong with session's. Although the page successfuly seen from browsers, in local content file(under admin/temp/), such an error string occurs. Moreover this content is indexed ...


Microsoft OLE DB Provider for ODBC Drivers error '80004005' [MySQL][ODBC 3.51 Driver][mysqld-5.0.15-nt]Unknown column '2CASPSESSIONIDCSSDATCA' in

Last edited by alisan; 02-12-2006 at 11:01 PM.
alisan is offline   Reply With Quote
Old 02-13-2006, 10:24 AM   #2
alisan
Green Mole
 
Join Date: Dec 2005
Posts: 3
The full error page code is below. The question is "Why spider gets such an replay where browsers gets a page without a problem ?" . Also If I donot send $cookiesSendString from in my port request, indexing goes on well.

HTTP/1.1 500 Internal Server Error

Connection: close

Date: Mon, 13 Feb 2006 19:08:39 GMT

Server: Microsoft-IIS/6.0

X-Powered-By: ASP.NET

P3P: CP="CAO PSA OUR"

Content-Length: 361

Content-Type: text/html

Cache-control: private



<font face="Arial" size=2>

<p>Microsoft OLE DB Provider for ODBC Drivers</font> <font face="Arial" size=2>error '80004005'</font>

<p>

<font face="Arial" size=2>[MySQL][ODBC 3.51 Driver][mysqld-5.0.15-nt]Unknown column '2CASPSESSIONIDASSDDSCA' in 'where clause'</font>

<p>

<font face="Arial" size=2>/ayarlar.asp</font><font face="Arial" size=2>, line 66</font>
alisan is offline   Reply With Quote
Old 02-13-2006, 11:14 AM   #3
alisan
Green Mole
 
Join Date: Dec 2005
Posts: 3
Thumbs up

SOLUTION:

I changed the order of COOKIES strings in header request.
I really do not know why it causes problem, but everything is OK now ...


In function 'phpDigMakeCookies', change concat order.

// $cookiesSendString .= "Cookie: ".$cookieString['string'].END_OF_LINE_MARKER;
$cookiesSendString = "Cookie: ".$cookieString['string'].END_OF_LINE_MARKER.$cookiesSendString;
alisan 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
Apache2 error on spider Gzus Troubleshooting 1 07-10-2006 04:56 PM
Spider indexes cgi pages but not its links!? WebSpider Troubleshooting 3 02-08-2005 06:04 PM
install page error ms_peacefull Script Installation 2 09-30-2004 04:44 PM
only indexes the first page... majestique Troubleshooting 8 04-08-2004 07:34 PM
Spider Error TradeMark Troubleshooting 4 02-03-2004 06:15 PM


All times are GMT -8. The time now is 12:45 AM.


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