Closed (fixed)
Project:
Drupal core
Version:
4.7.3
Component:
theme system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2006 at 15:28 UTC
Updated:
22 Sep 2007 at 18:26 UTC
PHP-5 togheter with custom/additional themes inside the drupal/themes directory causes the following warning:
warning: array_merge() [function.array-merge]: Argument #2 is not an array in /var/www/localhost/htdocs/nyfikenvital.org.new/drupal/includes/theme.inc on line 253.
For more details, see my post here.
Comments
Comment #1
heine commentedBefore we continue, can you please try reproduce the problem in 4.7 dev?
Casting the result to array() is not a proper solution as an illegal value of theme_settings (ie not an array) has been erroneously saved.
To confirm that suspicion, can you please post the results of the following query:
And the partial result of the query:
The interesting part of the second query would look like:
Thanks in advance.
Comment #2
bdragon commentedClosing, no feedback.