Anyone getting an empty server status for a page that is in fact return 200 OK during the crawl process?
I am getting those, any ideas what's causing this?
Thanks, Mark
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
Do you mean $DocInfo->http_status_code?
There is no property named "serverstatus" or similar.
I mean the crawler is returning something like the below:
Page requested: http://www.domain.com/test/ ()
Notice the empty parenthesis as it does not return the status code inside the parenthesis.
Ah, ok.
Just take a look at the FAQ (http://phpcrawl.cuab.de/faq.html), first one.
Just try to increase the timeouts as mentioned there.
Hope it helps!
That solved it. - Thanks!
Anyone getting an empty server status for a page that is in fact return 200 OK during the crawl process?
I am getting those, any ideas what's causing this?
Thanks,
Mark
View and moderate all "Help" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
Do you mean $DocInfo->http_status_code?
There is no property named "serverstatus" or similar.
I mean the crawler is returning something like the below:
Page requested: http://www.domain.com/test/ ()
Notice the empty parenthesis as it does not return the status code inside the parenthesis.
View and moderate all "Help" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
Ah, ok.
Just take a look at the FAQ (http://phpcrawl.cuab.de/faq.html), first one.
Just try to increase the timeouts as mentioned there.
Hope it helps!
Last edit: Anonymous 2013-10-17
That solved it. - Thanks!