|
02-12-2006, 11:58 PM | #1 |
Green Mole
Join Date: Dec 2005
Posts: 3
|
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-13-2006 at 12:01 AM. |
02-13-2006, 11:24 AM | #2 |
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> |
02-13-2006, 12:14 PM | #3 |
Green Mole
Join Date: Dec 2005
Posts: 3
|
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; |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Apache2 error on spider | Gzus | Troubleshooting | 1 | 07-10-2006 05:56 PM |
Spider indexes cgi pages but not its links!? | WebSpider | Troubleshooting | 3 | 02-08-2005 07:04 PM |
install page error | ms_peacefull | Script Installation | 2 | 09-30-2004 05:44 PM |
only indexes the first page... | majestique | Troubleshooting | 8 | 04-08-2004 08:34 PM |
Spider Error | TradeMark | Troubleshooting | 4 | 02-03-2004 07:15 PM |