Closed (fixed)
Project:
OG Contact
Version:
6.x-1.0
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2010 at 04:24 UTC
Updated:
23 Aug 2011 at 14:57 UTC
Jump to comment: Most recent file
Adding or deleting contact forms for all groups called watchdog() with a missing array argument. This resulted in errors when looking at the journal when certain messages were shown.
Here is the specific error:
warning: Invalid argument supplied for foreach() in /var/local/www/m2/includes/common.inc on line 924.
warning: strtr() [function.strtr]: The second argument is not an array in /var/local/www/m2/includes/common.inc on line 941.
Patch included.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | watchdog-fix.patch | 1019 bytes | Robin Millette |
Comments
Comment #1
Robin Millette commentedYikes, had a hard time uploading my little patch. Using Google Chrome 6.0.408.1 dev on Debian GNU/Linux.
Comment #2
gnat commentedThanks for the patch!
More than a year later I finally included it.
See the new D6 release, and this commit.
Comment #3
gnat commented