I am having a strange response, everything returns as success but i get this returned in Joomla error reporting. Is this anything to worry about? Joomala version Version 1.5.12, JCrawler 1.7, and sh404sef version 1.0.20
Warning: parse_url(http://) [function.parse-url]: Unable to parse URL in /home/factory/public_html/administrator/components/com_jcrawler/admin.jcrawler.php on line 915
Line 909 - 915 refers to:
/* rawurlencode for utf8 language strings*/
function myUrlcode($url,$encode=1) {
// Make sure we have a string to work with
//testurl http://www.playpo.co.il/??????/
if(!empty($url)) {
// Explode into URL keys
$urllist=parse_url($url);