![]() |
unable to parse url
Hi,
I'm spider a page and get the below error notice, what can I do on it? I use the loop option and have no troubles before with other pages spidering. The spider index a page and the message show up wen a other url is located, not the page wich is spider at that moment. [quote] + + + + + + + + + + + + + + + + + + 63:http://www.wetcanvas.com/MediaKit/ (time : 00:54:20) Warning: parse_url(http://www.heritageglass.com?amp;zon...itageglass.com) [function.parse-url]: Unable to parse url in /opt/guide/www.artrefer.com/HTML/web/s3/admin/robot_functions.php on line 372 + + + + + + + + 64:http://www.wetcanvas.com/web/ (time : 00:54:51) + + 65:http://www.wetcanvas.com/colormixer/ (time : 00:55:21) + + + + Marten :) |
Hi. There is a 1.8.0 fix in this post that should be applied.
However, even with the fix, I'm not sure parse_url will handle a URL in the query string. See below. PHP Code:
Array ( [scheme] => http [host] => www.heritageglass.com?amp;zoneid=0&source=&dest=http [path] => //www.heritageglass.com ) Array ( [scheme] => http [host] => www.heritageglass.com?zoneid=0&source=&dest=http [path] => //www.heritageglass.com ) Array ( [scheme] => http [host] => www.heritageglass.com [query] => zoneid=0&source=&dest= ) Untested, but in robot_functions.php you might try the following code: PHP Code:
|
All times are GMT -8. The time now is 08:50 AM. |
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.