On cache clear, ctools_theme() calls _ctools_passthrough(), which calls about 14 other functions, one of which is ctools_stylizer_theme(). Since I don't have stylizer.module enabled, I get the error Invalid plugin module/type combination requested: module stylizer and type style_bases.
My guess is that _ctools_passthrough() needs to be more judicious in its includes/function calls, but I don't really know.
| Comment | File | Size | Author |
|---|---|---|---|
| #15 | 964174_15_ctools_stylizer.patch | 834 bytes | scor |
| #14 | 964174_14_ctools_stylizer.patch | 836 bytes | scor |
| #11 | ctools_stylizer_964174.patch | 553 bytes | bblake |
Comments
Comment #1
Azol commentedsubscribe
Comment #2
jibberish commentedsubscribe
Comment #3
jlyon commentedsubscribe
Comment #4
klonosbeen getting the same error - subscribing
Comment #5
pieterdcalso getting this error - subscribing
but I think it disappeared once I got rid of orphaned actions (because I disabled the comment module)
do you guys have orphaned actions?
I see them listed when clearing cache using drush
Comment #6
vood002 commentedI'm getting the same error...subscribing
Comment #7
hadsie commentedSame thing here, and I don't have any orphaned actions so I don't think that's related.
Comment #8
tsvenson commentedSame hear. Only got the Chaos Tools Suite module enabled and updating and clear cache give me the "Invalid plugin module/type combination requested: module stylizer and type style_bases" error log message as well.
Comment #9
merlinofchaos commentedRight. The basic problem is that includes/stylizer.theme.inc doesn't actually belong there. FOr now the workaround is to enable stylizer, or rm stylizer.theme.inc -- for the real solution I'll have to move the code around. Probably 'stylizer' doesn't belong in ctools includes anymore, but I'm not completely sure about that yet.
Comment #10
sharikov commentedsubscribe
Comment #11
bblake commentedI realize this isn't the final solution, but if you need to get the error message removed, this patch should take care of it.
Comment #12
dave reidMissing a space here, but this is a good patch for a grating message until a better fix can be committed.
Powered by Dreditor.
Comment #13
geerlingguy commentedSubscribe - same problem.
Comment #14
scor commentedreuploading patch with minor space fix. I second Dave's RTBC.
Comment #15
scor commentedComment #16
kehan commentedsubscribing
Comment #17
realityloop commentedConfirming this still fixes the error when using ctools 7.x-1.x-dev from 2011-Jan-04 and Drupal 7RC4
Comment #18
spacereactor commentedTest with newly release of drupal 7. THREE CHEERS!!! :) and is working, can this be roll in to the next version of ctools.
Comment #19
merlinofchaos commentedI'm a little unhappy that such an obvious hack was gleefully RTBC'd, though I do understand having the patch so people could get past the errors. Anyway, I moved the problem code to stylizer.module where it belongs, though stylizer.theme.inc had to remain.