Page MenuHomePhabricator

Some PHP Warnings in /scripts/processMessageChanges.php
Closed, ResolvedPublic

Description

from /log/error_php:

[07-Nov-2012 20:58:59 UTC] PHP Warning: array_keys() expects parameter 1 to be array, null given in /www/translatewiki.net/w/extensions/Translate/scripts/processMessageChanges.php on line 149
[07-Nov-2012 20:58:59 UTC] PHP Warning: array_intersect(): Argument #1 is not an array in /www/translatewiki.net/w/extensions/Translate/scripts/processMessageChanges.php on line 151
[07-Nov-2012 20:58:59 UTC] PHP Warning: Invalid argument supplied for foreach() in /www/translatewiki.net/w/extensions/Translate/scripts/processMessageChanges.php on line 153
[07-Nov-2012 20:58:59 UTC] PHP Warning: array_diff(): Argument #1 is not an array in /www/translatewiki.net/w/extensions/Translate/scripts/processMessageChanges.php on line 171
[07-Nov-2012 20:58:59 UTC] PHP Warning: Invalid argument supplied for foreach() in /www/translatewiki.net/w/extensions/Translate/scripts/processMessageChanges.php on line 172
[07-Nov-2012 20:58:59 UTC] PHP Warning: array_diff(): Argument #2 is not an array in /www/translatewiki.net/w/extensions/Translate/scripts/processMessageChanges.php on line 185
[07-Nov-2012 20:58:59 UTC] PHP Warning: Invalid argument supplied for foreach() in /www/translatewiki.net/w/extensions/Translate/scripts/processMessageChanges.php on line 186


Version: master
Severity: normal

Details

Reference
bz41864

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 12:48 AM
bzimport set Reference to bz41864.
bzimport added a subscriber: Unknown Object (MLST).

As far as I can see, this is about a component of the Translate extension that has nothing to do with the SocialProfile extension, so I'm changing the Bugzilla component (and hence assignee) for this bug.

If, on the other hand, I am mistaken, please provide me with more information about this issue.

Issue has been resolved AFAIK.