Closed (fixed)
Project:
Iconizer
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2008 at 23:56 UTC
Updated:
10 Mar 2009 at 22:28 UTC
Hi, just tried out your 6.x release. Love your module, but can't configure it.
When I attempt to access admin/settings/iconizer i get the following error message...
Fatal error: require_once() [function.require]: Failed opening required 'sites/all/modules/iconizer/system.admin.inc' (include_path='.:/usr/local/lib/php') in /home/username/domains/website.net/public_html/includes/menu.inc on line 344
Comments
Comment #1
thepanz commentedI fixed this issue in today version of 6.x-dev version. Try to uninstall and then re-install this module. Your bug seems to be related to the menu cache of Drupal (I spent some time to understand it! :)
Hope to hear if this works for you.
Regards!
Comment #2
joncup commentedworks like a charm. thanks very much.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
carvalhar commentedHi,
i created one simple module and i had the same problem.
I agree with thePanz, this type of error is because cache and menu router, who has a big discussion:
http://drupal.org/node/238760
So...in my case i tryed to unistall.reinstall delete, reuplaod and everytime i got the same problem.
the solution: i copy+c/copy+v all code from my module to a new one with another name.
Now it's working fine.
Ah, menu cache is really bug...i can access the old url, even deleted from databse in menu router (maybee it is still alive as a ghost anywhere in database :)