Closed (fixed)
Project:
Realtime CSS Editor
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 Sep 2008 at 11:43 UTC
Updated:
5 Oct 2008 at 22:52 UTC
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
Comment #1
tjholowaychuk commentedI 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
Comment #2
wibbla commentedHi I got the same error how to fix it?
Comment #3
tjholowaychuk commentedThere 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.
Comment #4
tjholowaychuk commentedShould be fixed. Everyone keep in mind this is the development branch so expect bugs to be popping up
Comment #5
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 #6
tjholowaychuk commentedYa sorry guys I was stupid and had user_access() out of scope by accident, should be fine now
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.