Jump to content

Can't access Modules PS 1.5- getting fatal error


Recommended Posts

Why am I getting this error? How do if fix it to access my modules?

 

Fatal error: Undefined class constant 'CACHE_FILE_MODULES_LIST' in /home/scrapb11/public_html/controllers/admin/AdminModulesController.php on line 114

[PrestaShop] Fatal error in module AdminModulesController:

Undefined class constant 'CACHE_FILE_MODULES_LIST'

Link to comment
Share on other sites

  • 2 months later...

Youve probebly have an file \classes\Module.php that is versioned 1.4

you should rename it to somthing like _Module.php

important : 1 click autoupgrade do not upgrade your modules !!!

you will get an eval() error in Module.php (version 1.5)

so you need manualy replace them with a copy from 1.5 zip file :(

Edited by foxdanni (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...