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

Paleo Pat tpblogeditor at gmail.com
Sun Nov 9 15:20:49 GMT 2008


Which file we talking about here? http.php? if so, I already replaced it.


-Paleo Pat
http://www.politicalbyline.com




On Sun, Nov 9, 2008 at 3:17 AM, Shaunedy ,D <windehr0x at googlemail.com>wrote:

> 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!
> _______________________________________________
> wp-testers mailing list
> wp-testers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-testers
>


More information about the wp-testers mailing list