When calling the theme settings-page under admin/appearance/settings/marinelli, a blank page is served. How can I fix this to access the settings-page correctly?
Any help would be greatly appreciated. Thx
B
When calling the theme settings-page under admin/appearance/settings/marinelli, a blank page is served. How can I fix this to access the settings-page correctly?
Any help would be greatly appreciated. Thx
B
Comments
Comment #1
Lioz commentedjust checked in my local installation and everything is ok
anyone with the same problem?
Comment #2
p.kawski commentedI have the same problem... no settings available I use version for D6 though.
Comment #3
Dizzya commentedActually it changes in URL line from admin to user1 every time when you are trying to switch into "administrative" links. When I install it and made the default it doesn't goes to the home page as well and changes trailing URL to ?q=user/1 . Drupal 7
Comment #4
tc1415 commentedFWIW, I just had this issue on D7 whilst setting up a new site. Transpired the menu module wasn't loaded and theme-settings.php was attempting to call menu_get_menus().
Hope that helps a little :)
Comment #5
Lioz commentedunfortunately themes can' set module dependencies
i'v added this requirement in the documentation though
http://drupal.org/node/1000284
Comment #6
mavimo commented[EDIT]
Comment #7
mavimo commentedComment #8
thesurger commentedThe solution to this is to enable the "menu" module.
This is in the core settings under the module configuration page.
Problem solved.
NOTE: if using marinelli, remember it will want banners, so you have to populate those fields at the bottom or get TONS!!! of banner errors on the marinelli theme settings page.