https://bugzilla.wikimedia.org/show_bug.cgi?id=39099
--- Comment #8 from Tyler Romeo <[email protected]> 2012-08-07 19:31:09 UTC --- So to list the problems: 1) foreach error - No idea why this is happening. This is a bug in the core. 2) callto scheme error - Can be fixed by adding "callto:" to allowed protocols. 3) invalid URL error - This is because PHP's parse_url does not handle empty URLs, i.e., only a protocol. I cannot seem to reproduce any of these errors on a base MW installation unfortunately, but I'm still looking. Hopefully somebody else has an idea of where these invalid URLs are coming from. The only reason you're getting these warnings now and not previously is because the original URL functions just returned false on error rather than actually issuing a warning. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
