[wp-testers] PHP Warning spotted in Wordpress error log file...

Shaunedy ,D windehr0x at googlemail.com
Sun Nov 9 08:17:07 GMT 2008


Suppress the errors.

On line 1000/1395, you should see something like:

$parsed = parse_url('http://' . $value['url']);

Add an '@' to suppress the errors.

$parsed = @parse_url('http://' . $value['url']);

On 11/9/08, Paleo Pat <tpblogeditor at gmail.com> wrote:
> anyone know what this is about here?:
>
> [07-Nov-2008 14:47:38] PHP Warning:  parse_url(http://) [<a
> href='function.parse-url'>function.parse-url</a>]: Unable to parse URL in
> /home/k8cpa/public_html/wp-includes/comment.php on line 1395
> [07-Nov-2008 14:48:47] PHP Warning:  parse_url(http://) [<a
> href='function.parse-url'>function.parse-url</a>]: Unable to parse URL in
> /home/k8cpa/public_html/wp-includes/comment.php on line 1395
> [07-Nov-2008 18:32:40] PHP Warning:  parse_url(http://) [<a
> href='function.parse-url'>function.parse-url</a>]: Unable to parse URL in
> /home/k8cpa/public_html/wp-includes/functions.php on line 1000
>
> It's new.
>
> -Pat
>
>
>
>
> -Paleo Pat
> http://www.politicalbyline.com
> _______________________________________________
> wp-testers mailing list
> wp-testers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-testers
>


-- 
Use Google Mail (www.gmail.com) by emailing me and asking for an invite!


More information about the wp-testers mailing list