Closed (won't fix)
Project:
Skinr
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 May 2010 at 13:24 UTC
Updated:
29 Sep 2010 at 17:18 UTC
fusion core and acquia marina get deactivated. i dont understand why.
i get this warning messages when it happens, without any css files loaded, white backrground...:
* warning: array_map() [function.array-map]: Argument #2 should be an array in /.../modules/system/system.module on line 1015.
* warning: array_keys() [function.array-keys]: The first argument should be an array in /.../includes/theme.inc on line 1817.
* warning: Invalid argument supplied for foreach() in /.../includes/theme.inc on line 1817.
any idea how i can fix this?
Comments
Comment #1
nilsja commentedsame problem when i use fusion starter theme, so i think the skinr module produces the error.
What could cause a theme to get deactivated?
Comment #2
moonray commentedHave a look at this issue #305653: Themes disabled during update; it's most likely the cause of your problems.
I've back-ported the warning we included in the 6.x-2 version of skinr. It's now in CVS.
Comment #3
nilsja commentedhi moonray,
thank you for the info. did i get it right that i have to wait for the next core update?
what does backporting a warning mean?
Comment #4
moonray commentedIt's basically just a warning telling you that all themes have been disabled, so you don't go around looking to find out what's going on. The only fix at present is to re-enable the themes.
Comment #5
nilsja commentedhi moonray, i also have this problem with just the acquia marina theme and sknir active. with just the default theme i dont get the error. so i still think my error is related to skinr and a theme using it.
just tried this http://drupal.org/node/632080 patch. i will update you if this helped.
Comment #6
nilsja commentedthe error still occours after the clone patch ... :(
this time with only acquia marina theme active.
Comment #7
nilsja commented@moonray: link to the drupal bug page in the error message has a " too much at the end...
Comment #8
moonray commentedThanks. Fixed the missing quote (it was missing one at the beginning).
As for the actual bug, there's nothing skinr can do except warn about it. It's a drupal core bug.
Marking as postponed until the above bug is fixed.
Comment #9
nomonstersinme commentedclosing due to inactivity.