Closed (fixed)
Project:
CSS Injector
Version:
6.x-1.1
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Apr 2008 at 08:11 UTC
Updated:
30 Jun 2008 at 13:28 UTC
I had CSS injector installed under Drupal 6.1 and it worked fine. Since my upgrade to Drupal 6.2 I get a No access, you do not have sufficient access rights to visit this page, whenever I try to edit one of my existing or add a new CSS injector.
I have checked the access rights of the sites/default/files directory, but they appear to be okay (the uploading of images via the Img module works fine).
Comments
Comment #1
mdonkers commentedFound this information on converting 6.0, 6.1 modules to 6.2:
Converting 6.0, 6.1 modules to 6.2
Comment #2
mdonkers commentedFixed the problem with the following workaround:
In css_injector.module in the function css_injector_menu:
have copied the following two lines:
from the item 'admin/settings/css_injector'
to the items: 'admin/settings/css_injector/edit', 'admin/settings/css_injector/add', and' admin/settings/css_injector/delete'.
Now it works fine, again.
Comment #3
Macronomicus commentedThanks .. that worked perfectly!! ^_^
Comment #4
Rob T commentedTHis seems to be working for me as well. Thanks.
Comment #5
eaton commentedThe fix has been checked in and is part of the dev version -- I'll roll a new release shortly. Thanks!
Comment #6
pasquallebump
the project does not have dev release
new release or dev snaphot is required as soon as possible. asking people to hack the module is not the way to go..
Comment #7
eaton commentedA new release has been rolled -- 1.2 includes the fixed code. Thanks!
Comment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.