Hey... to be short in advice don't do this on a friday evening before holiday. I don't have the time to reproduce this but this is what i did:
When using the omega theme devel_themer doesn't show up: #1028634: Devel themer not showing. I needed to theme user registration page so I changed devel_themers permissions to anonymous user. Still no devel themer. I did some other stuff forgot about deactivating the module again. After activating the date popup module and changing the widget type of a date field: devel_themer shows up. I deactivate it and i get a white screen of death. But no php error not in the error_log not when changing error_reporting.
Solution if you want to go on holiday AND keep your job:
1.) move the active omega them outside the theme directory
2.) uninstall devel_themer
3.) move back the omega theme
4.) clear all caches!
Comments
Comment #1
chaquea commentedHi there, using omega Omega 3.x and a custom subtheme as soon as i enable devel_themer it breaks the layout and gives missing function errors. your fix worked for me, thanks
Comment #2
prabhatjn commentedhi,
Actually theme developer module destroys the omega theme completely. See this issue I have posted there: http://drupal.org/node/1211236
Can these two live together? Does anyone has any solution?
Thanks,
Perry.
Comment #3
sethlbrown commentedI had a similar experience. I installed theme developer and found it simply didn't work with Omega, though my theme still appeared normal. I simply couldn't click on an item and get a result from theme_developer, even with the checkbox enagled. So, I thought, hmm, I'll try Bartik as the default theme, which of course worked fine. When I switched back to my Omega subtheme, all of the theming was gone structure, css, js, etc. I was seeing just the pure html output, akin to what you might see if you enabled Stark. I followed the instructions above and things are back to normal, but i'm disappointed I can't use theme_developer with Omega.
Comment #4
OldAccount commentedI'm also using an Omega sub-theme and had issues with Devel Themer. I had to manually disable it in phpMyAdmin, then delete everything in the cache table to resolve the WSOD.
Comment #5
kenneth.venken commentedI can't reproduce this issue if i only install/enable the omega-theme. Does anyone have a way to reproduce this issue?
Comment #6
prabhatjn commentedhi,
I have also checked with the latest version, and everything seems to be working fine. I guess some upgrade of the omega theme might have fixed that. In any case we can mark this issue as fixed.
Perry.
Comment #7
danny englanderSorry to reopen this but I just ran into this issue with an Omega 7.x-3.1 subtheme. Theme developer does not show up but it does for other themes in my site. I am not sure how to troubleshoot this. Thanks.
Comment #8
adam1 commentedDevel themer on my omega-subtheme doesn't fully work: devel-themer can get activated, fields/variables can be selected, but the themer-window only shows theme-function- and template-suggestions, while the values in the arrays are not shown, they can not get expanded. when using other themes, devel_themer works.
Comment #9
kenneth.venken commented@highrockmedia: Theme developer not showing up usually means that there are javascript errors. Check your console.
@adam1: Check #1578754: Unable to view vars and #1865070: Some variables can't be serialized causing 404 errors. which deal with situation where the variables aren't shown. Please review the solutions there.
@prabhatjn: I'm guessing this #1247280: Fixing html breakage once and for all probably fixed it ;)
Comment #10
kenneth.venken commented[double post]
Comment #11
kenneth.venken commentedSetting to fixed since the issues raised in #7 and #8 are not omega specific. Feel free to create new issues for them if needed.