Posted by picardo on May 27, 2009 at 2:39am
hi there,
I installed Acquia Marina on my site recently. It usually works fine but every 72 hours or so, it crashes into oblivion, only leaving the following error message.
* warning: array_map() [function.array-map]: Argument #2 should be an array in /var/www/html/modules/system/system.module on line 966.
* warning: array_keys() [function.array-keys]: The first argument should be an array in /var/www/html/includes/theme.inc on line 1762.
* warning: Invalid argument supplied for foreach() in /var/www/html/includes/theme.inc on line 1762.
In another thread, someone suggested that I should check the regions in my .info file, and I did. Could it be related to the fact that I added a new custom region during development? I made sure to add it in the info file though, like this:
regions[header_bottom] = header bottom
Can anyone help me debug this?