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

chaquea’s picture

Hi 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

prabhatjn’s picture

hi,

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.

sethlbrown’s picture

Priority: Critical » Normal

I 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.

OldAccount’s picture

I'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.

kenneth.venken’s picture

Status: Active » Postponed (maintainer needs more info)

I can't reproduce this issue if i only install/enable the omega-theme. Does anyone have a way to reproduce this issue?

prabhatjn’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

hi,

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.

danny englander’s picture

Status: Closed (cannot reproduce) » Needs work

Sorry 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.

adam1’s picture

Devel 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.

kenneth.venken’s picture

@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 ;)

kenneth.venken’s picture

[double post]

kenneth.venken’s picture

Status: Needs work » Fixed

Setting to fixed since the issues raised in #7 and #8 are not omega specific. Feel free to create new issues for them if needed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.