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,
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
Comment #1
jredding commentedrandom 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
Comment #2
onejam commented@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,
Comment #3
Anonymous (not verified) commentedUpgrading this to critical.
Comment #4
heine commentedThis is a core bug http://drupal.org/node/232037
Comment #5
onejam commented@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,
Comment #6
jredding commentedmodifying 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
Comment #7
Anonymous (not verified) commentedLooks 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.
Comment #8
Anonymous (not verified) commentedComment #9
Anonymous (not verified) commentedJust realized that the admin interface does not work any more, new quicktabs are not saved.
Comment #10
katbailey commentedThe 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.