Closed (fixed)
Project:
Realtime CSS Editor
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2008 at 23:54 UTC
Updated:
30 Dec 2008 at 22:37 UTC
When I enable the module on my drupal site (not already developed), any page i view on drupal comes up as an error message. Specifically, it says there is an error on the function user_access() on line 30. I'm able to restore drupal by deleting the CSSedit file from Cpanel. My drupal site is relatively new, and pretty undeveloped.
Are there any other modules or supporting files I should have before I enable CSSedit? I would really love to get this working. It seems like such a great module.
Comments
Comment #1
tjholowaychuk commentedHello, please refer to issue #304364 for this same issue. The module is not yet released for public use so bugs will be present, this may have just been a typo before I made a commit, however this should be resolved Monday-Tuesday when I have a chance.
Comment #2
DTB commentedHi,
Problem solve. Generate error the module weight.
Because module weight=0, and name "Css.." loaded first, come User module.
How to:
Open your database, (with phpmyadmin) and find the "system" table.
Find this module in items, (default insalled path "modules/cssedit/cssedit.module") and edit the weight field, set this value "99" :-)
...and voila... this is work :-)))
Comment #3
tjholowaychuk commentedShould not be a problem any more with the latest revision :)
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #5
STINGER_LP commentedi have no "modules/cssedit/cssedit.module" intem in table "system".... what do i need to do?
i can't even disable this module, just deleted files now...