Download & Extend

admin/settings/iconizer - Failed opening required 'sites/all/modules/iconizer/system.admin.inc'

Project:Iconizer
Version:6.x-1.x-dev
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

Status:active» fixed

I 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!

#2

works like a charm. thanks very much.

#3

Status:fixed» closed (fixed)

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

#4

Hi,

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

nobody click here