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

tjholowaychuk’s picture

Status: Active » Closed (duplicate)

Hello, 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.

DTB’s picture

Category: support » task

Hi,
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 :-)))

tjholowaychuk’s picture

Status: Closed (duplicate) » Fixed

Should not be a problem any more with the latest revision :)

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

STINGER_LP’s picture

i 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...