As soon as I enable the quicktags module I get the following error:
Call to undefined function theme_stylesheet_import()
It seems as though its a theme issue but I need some pointers on how to get past it. Appreciate yr help.
As soon as I enable the quicktags module I get the following error:
Call to undefined function theme_stylesheet_import()
It seems as though its a theme issue but I need some pointers on how to get past it. Appreciate yr help.
Comments
Comment #1
Sapient70 commentedSorry!
Comment #2
darumaki commentedI'm getting this same error msg with the latest version,
ah ok now i remember what does this, you would think the module creator would have fixed this one by now on line 124
Comment #3
neibo commentedIs anybody solved this problem? Please, tell me how you did this.
Comment #4
darumaki commentedyes open up quicktags.module and on line 124 change to this
drupal_add_css($stylesheet);
Comment #5
tcblack commentedOr download 5.x-3.x-dev (look under all releases on the main quicktags page.)