Posted by soniCaH on January 13, 2012 at 9:50pm
5 followers
Jump to:
| Project: | Omega |
| Version: | 7.x-3.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hey, when activating the Omega theme, I can't access the settings. I get an unstyled page without any settings: http://cl.ly/0o2Z18293L352q2v1V3l
When I create a subtheme, the same issue occurs.
However, when I go to the Alpha settings, everything works fine (I see the different tabs with their settings, as supposed to be I assume).
The same issues when creating subthemes. When creating a subtheme from Alpha, all goes fine, but when creating an HTML5 subtheme from Omega, a white background again without settings.
Is this something "known" ?
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| Screen Shot 2012-01-13 at 22.48.10.png | 87.45 KB | Ignored: Check issue status. | None | None |
Comments
#1
Unfortunately it seems like the subtheme wasn't created properly. Have you taken a look at the docs http://drupal.org/node/819164 on how to create it? Create your subtheme using drush or the wizard in omega-tools (a must have module for omega) and see if that resolves your issue. Also it could be permissions based as it seems the theme isn't loading in any of the css, js, etc. into the page.
#2
I tried both the link in the admin theme (create omega subtheme - /admin/appearance/omega-tools/add), the drush command and manually as explained in the docs (copy/pasting the html5 starterskit folder + renaming the new folder, .info file and css files)
but it's not showing the settings for the main theme either (when enabling the main Omega theme)
#3
I'm having the exact same problem. Any updates on this topic? By the way, I used the wizard to install the subtheme and have only the subtheme enabled, per the instructions.
#4
I would clear caches, re-download omega core and replace the one you currently have (not your subtheme) and see if that resolves anything. It still appears that there is no CSS or JS loading on the page and causing the unformatted issues. Also could be permissions on your new subtheme. Check the folder and file permissions on the newly created subtheme to check and see if that resolves it.
This isn't a known issue so we'll have to work through what you're experiencing and take out all the easy fixes first to see if one resolves it.
If you can hop into the IRC room and we can help debug realtime there.
#5
Woohoo, problem solved! So I should have mentioned that I had already tried clearing the caches and setting permissions to no avail. I didn't know about the IRC room, though, so thanks so much for that:) However, I managed to figure out the issue on my own after reading some hints about php errors. After opening my PHP error log, I saw errors that stated I had exceeded my memory limit. Once I upped the limit to 128M, the issue was resolved! Here's a post on how to change your memory limit, which didn't actually work for me since I've just got the site setup locally, and the one that I found that worked to change it in MAMP.
#6
Yup that'll do it too! Glad it's all fixed for you
#7
Automatically closed -- issue fixed for 2 weeks with no activity.
#8
Hi all, new on the forum, I've searched around for a fix for my issue for a while.
When I click on 'mysubtheme' settings in the appearance admin tab, I'm being loaded to white page of death.
I'm using local host, on MAMP. So I reconfigured the php.ini in applications/MAMP/conf, to raise the memory limit from 8M to 128M
The same process I used on theme's default settings entering: ini_set('memory_limit', '128M');
Display PHP errors on, no such errors being logged.
I've even tried to increase the max-post size PHP handles.
Still nothing.
It has only happened recently, and occasionally 'white paging' when saving module configs, but the recent changes I've made have stopped that from happening since.
Any light shed would be great :D, it's only bugged me recently, so I can turn off the 'debug overlays' for an anon user.
Is there another way to do this?
Many thanks