Class 'MX_Config' not found in

edited February 2018 in Bug Reports
im getting this error

Fatal error: Class 'MX_Config' not found in /hsphere/local/home/xxxxxx/xxxxxx.com/xxxxxx/fuel/application/third_party/MX/Ci.php on line 52

how to fix this

Comments

  • edited 12:06PM
    Is this with a fresh install of 1.4.2 (current master branch)?
  • edited 12:06PM
    yes this is
  • edited 12:06PM
    Does the file fuel/application/third_party/MX/Config.php exist (that contains the MX_Config class that is required near the top of the CI class)?
  • edited 12:06PM
    yes its there.. this happen only when i upload the website in the hosting site
  • edited 12:06PM
    Line 5 of the fuel/application/third_party/MX/Ci.php class should be loading that it. if you add this to line 6, what gets output?
    echo dirname(__FILE__).'/Config.php'; exit();
Sign In or Register to comment.