Hello,
I continually attempt to try and work with my sub theme's block settings, upon visiting the block page it will load, but then it sends me on to a white page, which just sits there and acts like it's loading. I have attempted cache clearing, cookie clearing, the works.

Thanks
Devon

Comments

Jeff Burnz’s picture

Component: Theme settings » Code
Category: bug » support

First thing - are you really using RC1? If so - upgrade!

Other than than, wouldn't have a clue to be frank, AT does not much special with the blocks page, block templates yes, but not any redirects or other stuff. Perhaps its a module you have installed?

The fact that it loads at all tells me this is probably not a memory issue (the classic WSOD cause).

Jeff Burnz’s picture

Assigned: CraftyDevon » Unassigned

Only assign things to yourself if you are the one actually dealing with the issue and plan to supply the fix.

CraftyDevon’s picture

Version: 6.x-2.0-rc1 » 6.x-2.0

Bah,
Shhh Jeff, I'm a noob in the issue ques. Sorry for all the troubles Jeff. And I am on the latest version.

I agree, I think it's on my end. I re-did the sub theme creation several times just to make sure. Back to the drawing board I suppose.

Thanks again Jeff.

edcazini’s picture

I have exactly the same issue, even with the included subtheme. Tried disabling expendable contrib modules, no joy.

Jeff Burnz’s picture

@EdCazini - I need more information to go on, and if possible a login to your site so I can see the issue exactly.

Need:

- list of modules you have installed/enabled
- hosting environment

You need to be precise with the details please.

Please review this help page first and see if you clear up the issue: http://drupal.org/node/158043

edcazini’s picture

Hi Jeff, thanks for the concern, and sorry for not providing details earlier.

Here's my getup:
host: CentOS 5.4 hosting 4 Drupal+1 Moodle virtual sites thru Webmin/Virtualmin
Drupal version: 6.15
Notable 3rd-party modules(all latest version): CCK, Views, Administration Menu, Advanced Forum, Panels, CTools, Pathauto, ImageCache, Gallery Assist, CKEditor, Fivestar, Voting API, CAPTCHA, ReCAPTCHA, JQuery Update, Jquery UI, Location, Lightbox2, Admin Role ... and some other minor ones.

I'm using your AdaptiveTheme 6.x-2.0 version. I've tried installing this theme to one other D6 site on this same VPS without issues so I've ruled out Apache/MySQL/PHP configuration, maybe it's with the modules, just hadn't the time to disable them one by one :-)

One weird observation: I've set Garland as my admin theme but everytime I access the block admin page, my AT subtheme takes over, shows some contents at first, then WSOD eventually. Editing a user also uses the AT subtheme but does not WSOD.

I've PM'ed you with the account to access my site administratively.

Thanks

Jeff Burnz’s picture

OK, I emailed you back with my suggestion - btw Drupal showing the front end theme on the blocks page is default Drupal behavior, not theme specific, thats just how Drupal works (else it wont know what regions to show you for your live theme).

As far as I can tell it was the tweets widget that was doing the damage, very odd, let me know how it goes for you, the blocks page loaded as per normal after I set the tweets block to not show on admin pages.

edcazini’s picture

Jeff, you're the Man!!! And thanks for the info about 'front-end' theme taking over the block admin page, I never noticed that since this is the first time I tried using another theme for admin pages.

Everything's perfect now. I doubted the Twitter block but my doubt was not that deep it seems :-) I'll try to load up this theme & the Twitter JS on my other D6 site & see what gives. I'll try to post back my observations when I see one.

Btw, the suggestions of http://drupal.org/node/158043 never did give me any clues; no error messages anywhere I looked, just the WSOD.

---edit---
here's an update: On my other D6 site with same Twitter JS block set to show on all pages --> same issue, WSOD on block admin page. Setting the block to not show on admin pages solves WSOD. Still no clues from logs.

Jeff Burnz’s picture

Status: Active » Closed (fixed)