It seems like upgrading to Drupal 5.8 breaks quicktabs modules?

Everything else on my site seems to function okay.

I can't pinpoint where it has gone wrong? js and css files that are not appearing in the theme anymore.

thanks,

Comments

jredding’s picture

random observations
JS files aren't being sent to the client, but the inline JS code is
CSS aren't being sent to the client except on admin quicktabs specific pages (ex. /admin/settings/quicktabs)

I'll try to explore more tomorrow

onejam’s picture

@jredding, yes - that is exactly what i'm getting as well. For the time being, i've hardcoded the CSS links into my theme so it wouldn't look too bad for now. Should give me time to debug...

thanks,

Anonymous’s picture

Priority: Normal » Critical

Upgrading this to critical.

heine’s picture

onejam’s picture

@Heine, looking thru the forum, looks like the bug has affected other modules as well, i think. The link you provided is an early core patch (dated back to April and issue was closed in May), how do we resolve this issue? or does that mean the bug still persist in Drupal 5.8 and 6.3?

Sorry for my ignorance but i'm trying to follow up this post to find a fix.

Thanks,

jredding’s picture

Priority: Critical » Normal

modifying this from critical to normal as it is not something the developer of this module can fix thus they shouldn't be stressed about getting it done. Its bad but its a core bug not a bug with quicktabs.

There are a few issues filed against drupal core in relation to this problem. This is one of those that I think is relevant.
http://drupal.org/node/281042

Anonymous’s picture

Looks like reverting to the 5.7 block.module is the recommended solution: #281026: block module from 5.8 breaks css and js (reverting to 5.7 block.module fixes problem)

Update: regressing to block.module 5.7 fixed it for me, no apparent side effects.

Anonymous’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Active

Just realized that the admin interface does not work any more, new quicktabs are not saved.

katbailey’s picture

Status: Active » Closed (fixed)

The issue in #9 is a separate issue and has been fixed - see http://drupal.org/node/264820
Closing this issue as it is a core bug, nothing to do with quick tabs.