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)
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 725484-file-path.patch | 643 bytes | smk-ka |
Comments
Comment #1
YK85 commentedJust 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?
Comment #2
spacereactor commentedi uninstall 6.x-3.x-dev and install 6.x-2.1 and no more error
Comment #3
smk-ka commentedThis should fix the bad path 'sites/all/modules/transliteration/system.admin.inc'.
Comment #4
smk-ka commentedCommitted to 3.x branch. Remember to clear the menu cache after applying the patch/updating the module.
Comment #5
YK85 commentedthank you!
Comment #6
RikiB commentedThanks, this fixed the same problem I was having.
Comment #8
seismicmike commentedHey 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.
Comment #9
Dharmendra.s commentedHi 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 ..