[Bug 39099] PHP Warning: Invalid argument supplied for foreach() in /www/w/includes/Uri.php on line 262

2012-08-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39099 Tyler Romeo tylerro...@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 39099] PHP Warning: Invalid argument supplied for foreach() in /www/w/includes/Uri.php on line 262

2012-08-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39099 Niklas Laxström niklas.laxst...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 39099] PHP Warning: Invalid argument supplied for foreach() in /www/w/includes/Uri.php on line 262

2012-08-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39099 --- Comment #15 from Niklas Laxström niklas.laxst...@gmail.com 2012-08-09 06:14:03 UTC --- liUri.php line 263 calls wfBacktrace()/li liGlobalFunctions.php line 486 calls Uri-extendQuery()/li liOutputPage.php line 402 calls wfAppendQuery()/li

[Bug 39099] PHP Warning: Invalid argument supplied for foreach() in /www/w/includes/Uri.php on line 262

2012-08-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39099 daniel adi...@ig2ad.com changed: What|Removed |Added CC||adi...@ig2ad.com --- Comment

[Bug 39099] PHP Warning: Invalid argument supplied for foreach() in /www/w/includes/Uri.php on line 262

2012-08-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39099 --- Comment #17 from Sam Reed (reedy) s...@reedyboy.net 2012-08-09 13:43:23 UTC --- I'm guessing that $parameters is not an array (but is something that allows count to return true..) at the point of iteration Add a is_array( $parameters ) ?

[Bug 39099] PHP Warning: Invalid argument supplied for foreach() in /www/w/includes/Uri.php on line 262

2012-08-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39099 --- Comment #18 from Niklas Laxström niklas.laxst...@gmail.com 2012-08-09 13:47:05 UTC --- It's int. count returns 1 for any non-array which is not false-like. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email

[Bug 39099] PHP Warning: Invalid argument supplied for foreach() in /www/w/includes/Uri.php on line 262

2012-08-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39099 --- Comment #19 from daniel adi...@ig2ad.com 2012-08-09 13:49:06 UTC --- and for every page load it gives four of these errors is there any other information i can provide to help? -- Configure bugmail:

[Bug 39099] PHP Warning: Invalid argument supplied for foreach() in /www/w/includes/Uri.php on line 262

2012-08-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39099 --- Comment #20 from Sam Reed (reedy) s...@reedyboy.net 2012-08-09 13:57:26 UTC --- (In reply to comment #17) I'm guessing that $parameters is not an array (but is something that allows count to return true..) at the point of iteration

[Bug 39099] PHP Warning: Invalid argument supplied for foreach() in /www/w/includes/Uri.php on line 262

2012-08-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39099 --- Comment #21 from Tyler Romeo tylerro...@gmail.com 2012-08-09 14:32:47 UTC --- Success! Finally figured out what the problem is. It seems certain components (such as the Gadgets extension) are passing numeric queries. Uri::extendQuery() is

[Bug 39099] PHP Warning: Invalid argument supplied for foreach() in /www/w/includes/Uri.php on line 262

2012-08-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39099 --- Comment #22 from Tyler Romeo tylerro...@gmail.com 2012-08-09 14:38:29 UTC --- https://gerrit.wikimedia.org/r/18237 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 39099] PHP Warning: Invalid argument supplied for foreach() in /www/w/includes/Uri.php on line 262

2012-08-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39099 --- Comment #23 from Sam Reed (reedy) s...@reedyboy.net 2012-08-09 14:39:50 UTC --- (In reply to comment #15) 3943299 - value passed in $u = $t-getLocalURL( 'action=rawctype=' . $wgJsMimeType ); $out-addScriptFile( $u,

[Bug 39099] PHP Warning: Invalid argument supplied for foreach() in /www/w/includes/Uri.php on line 262

2012-08-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39099 --- Comment #24 from Sam Reed (reedy) s...@reedyboy.net 2012-08-09 14:41:33 UTC --- (In reply to comment #22) https://gerrit.wikimedia.org/r/18237 (In reply to comment #23) (In reply to comment #15) 3943299 - value passed in $u

[Bug 39099] PHP Warning: Invalid argument supplied for foreach() in /www/w/includes/Uri.php on line 262

2012-08-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39099 --- Comment #25 from daniel adi...@ig2ad.com 2012-08-10 04:09:42 UTC --- Seams to have worked :) pages load ... and no errors ... I think you can close this bug :) and thank you very much :) -- Configure bugmail:

[Bug 39099] PHP Warning: Invalid argument supplied for foreach() in /www/w/includes/Uri.php on line 262

2012-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39099 --- Comment #11 from Niklas Laxström niklas.laxst...@gmail.com 2012-08-08 16:44:15 UTC --- The change(s) should be reverted if the fix is not coming in very soon. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email

[Bug 39099] PHP Warning: Invalid argument supplied for foreach() in /www/w/includes/Uri.php on line 262

2012-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39099 --- Comment #12 from Tyler Romeo tylerro...@gmail.com 2012-08-08 19:02:04 UTC --- These issues are not bugs with the Uri.php change, but rather are previously unnoticed issues with MW's calls to wfUrlParse(), so reverting the change would be

[Bug 39099] PHP Warning: Invalid argument supplied for foreach() in /www/w/includes/Uri.php on line 262

2012-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39099 Tyler Romeo tylerro...@gmail.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug 39099] PHP Warning: Invalid argument supplied for foreach() in /www/w/includes/Uri.php on line 262

2012-08-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39099 --- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com 2012-08-07 13:56:08 UTC --- PHP Notice: Uri::parseUri: Invalid scheme in URL: callto [Called from Uri::setUri in /www/w/includes/Uri.php at line 111] in

[Bug 39099] PHP Warning: Invalid argument supplied for foreach() in /www/w/includes/Uri.php on line 262

2012-08-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39099 Tyler Romeo tylerro...@gmail.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug 39099] PHP Warning: Invalid argument supplied for foreach() in /www/w/includes/Uri.php on line 262

2012-08-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39099 --- Comment #3 from Niklas Laxström niklas.laxst...@gmail.com 2012-08-07 15:17:39 UTC --- Can you make it output more useful error output? I don't have time to debug every issue seen at translatewiki.net myself (unless you ask nicely :). --

[Bug 39099] PHP Warning: Invalid argument supplied for foreach() in /www/w/includes/Uri.php on line 262

2012-08-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39099 --- Comment #4 from Niklas Laxström niklas.laxst...@gmail.com 2012-08-07 15:25:12 UTC --- Clarification: We have a bot announcing all notices in our IRC channel, so I have no idea what the users are doing to cause it. -- Configure bugmail:

[Bug 39099] PHP Warning: Invalid argument supplied for foreach() in /www/w/includes/Uri.php on line 262

2012-08-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39099 --- Comment #5 from Marcin Cieślak marcin.cies...@gmail.com 2012-08-07 15:26:43 UTC --- It vaguely reminds be of the feature of the Firefox Skype plugin to put some funny stuff in the text when editing. Maybe something like a Skype plugin is

[Bug 39099] PHP Warning: Invalid argument supplied for foreach() in /www/w/includes/Uri.php on line 262

2012-08-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39099 --- Comment #6 from Tyler Romeo tylerro...@gmail.com 2012-08-07 16:55:08 UTC --- Ah OK. Didn't realize this was bot realized. I'll see if I can try and reproduce it. And Marcin may be onto something. The easiest way to fix this (and probably

[Bug 39099] PHP Warning: Invalid argument supplied for foreach() in /www/w/includes/Uri.php on line 262

2012-08-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39099 --- Comment #7 from Niklas Laxström niklas.laxst...@gmail.com 2012-08-07 19:04:50 UTC --- One more: [07-Aug-2012 18:55:27] PHP Notice: Uri::parseUri: Invalid URL: http:// [Called from Uri::setUri in /www/w/includes/Uri.php at line 111] in

[Bug 39099] PHP Warning: Invalid argument supplied for foreach() in /www/w/includes/Uri.php on line 262

2012-08-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39099 --- Comment #8 from Tyler Romeo tylerro...@gmail.com 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

[Bug 39099] PHP Warning: Invalid argument supplied for foreach() in /www/w/includes/Uri.php on line 262

2012-08-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39099 --- Comment #9 from Bawolff bawolff...@gmail.com 2012-08-07 19:55:10 UTC --- 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

[Bug 39099] PHP Warning: Invalid argument supplied for foreach() in /www/w/includes/Uri.php on line 262

2012-08-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39099 --- Comment #10 from Tyler Romeo tylerro...@gmail.com 2012-08-07 20:06:20 UTC --- (In reply to comment #9) The only reason you're getting these warnings now and not previously is because the original URL functions just returned false on