When i click on site configuration -> file system -> Settings
Fatal error: require_once() [function.require]: Failed opening required 'sites/all/modules/transliteration/system.admin.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/MYSITE/public_html/includes/menu.inc on line 346

Using Drupal=6.15 MySQL database=5.0.89 PHP=5.3.1 PHP memory limit=128M

Modules install:
Administration menu 6.x-3.x-dev (2010-Feb-21)
Automatic Nodetitles 6.x-1.x-dev (2010-Jan-13)
Boost 6.x-1.x-dev (2010-Feb-21)
Chaos tool suite 6.x-1.x-dev (2010-Feb-24)
Content Construction Kit (CCK) 6.x-2.x-dev (2010-Jan-26)
Content Profile 6.x-1.x-dev (2010-Jan-13)
Date 6.x-2.x-dev (2009-Nov-11)
Email Field 6.x-1.x-dev (2009-Jul-21)
Fivestar 6.x-1.x-dev (2010-Jan-28)
Global Redirect 6.x-1.x-dev (2009-Sep-13)
Internationalization 6.x-1.x-dev (2010-Jan-03)
Language icons 6.x-2.0-rc2
Link 6.x-2.x-dev (2010-Feb-22)
Localization client 6.x-1.x-dev (2009-Jul-15)
Panels 6.x-3.x-dev (2010-Feb-17)
Path redirect 6.x-1.x-dev (2010-Jan-10)
Pathauto 6.x-2.x-dev (2010-Feb-21)
SpamSpan filter 6.x-1.x-dev (2009-Oct-11)
Token 6.x-1.x-dev (2009-Dec-23)
Translation Overview 6.x-2.x-dev (2009-Dec-18)
Transliteration 6.x-3.x-dev (2009-Dec-05)
Views 6.x-2.x-dev (2010-Jan-28)
Voting API 6.x-2.x-dev (2010-Jan-24)

CommentFileSizeAuthor
#3 725484-file-path.patch643 bytessmk-ka

Comments

YK85’s picture

Just got his error:

Fatal error: require_once() [function.require]: Failed opening required 'sites/all/modules/transliteration/system.admin.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/example/public_html/includes/menu.inc on line 346

Has there been progress towards a fix?

spacereactor’s picture

i uninstall 6.x-3.x-dev and install 6.x-2.1 and no more error

smk-ka’s picture

Status: Active » Needs review
StatusFileSize
new643 bytes

This should fix the bad path 'sites/all/modules/transliteration/system.admin.inc'.

smk-ka’s picture

Status: Needs review » Fixed

Committed to 3.x branch. Remember to clear the menu cache after applying the patch/updating the module.

YK85’s picture

thank you!

RikiB’s picture

Thanks, this fixed the same problem I was having.

Status: Fixed » Closed (fixed)

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

seismicmike’s picture

Hey guys. I'm having this same problem on one of my modules. I implemented the change to the menu item - I added the 'file path' to the array. This made the error go away, but now it's not loading my form, it just loads the page for admin/settings. Does anyone have any idea why this might be happening? Thanks.

Dharmendra.s’s picture

Hi guys, i have also the same problem
Failed opening required 'Mail.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') what is the solution ..