Wanted to try it out. But -
Fatal error: Call to undefined function user_access() in modules/cssedit/cssedit.module on line 30
Any prerequisites?

Comments

tjholowaychuk’s picture

Assigned: Unassigned » tjholowaychuk

I wont have my Mac for a few days here, but sounds like I have a typo in hook_menu or something, there should not be any dependencies though

wibbla’s picture

Assigned: tjholowaychuk » wibbla
Priority: Normal » Critical

Hi I got the same error how to fix it?

tjholowaychuk’s picture

There is no official release yet so many bugs will still be present as I develop, however for this specific problem I have not had a chance to look at it yet, should have time on Monday.

tjholowaychuk’s picture

Should be fixed. Everyone keep in mind this is the development branch so expect bugs to be popping up

DTB’s picture

Assigned: wibbla » DTB
Priority: Critical » Normal
Status: Active » Fixed

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

Ya sorry guys I was stupid and had user_access() out of scope by accident, should be fine now

Anonymous’s picture

Status: Fixed » Closed (fixed)

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