OlenLja Posted February 7, 2016 Share Posted February 7, 2016 I created new page (via my module with front page). This page is displayed on localhost without any errors. But when it is on host, this page isn't displayed (error 500). Another pages of prestashop is ok. In log: Quote PHP Fatal error: Class 'attributemultitextureupholsteryModuleFrontController' not found in /home/cluster-sites/1/c/comf.com/public_html/classes/controller/Controller.php on line 134: /home/cluster-sites/1/c/comf.com/public_html/index.php Class attributemultitextureupholsteryModuleFrontController is my class from my module. How I can fix this problem? Link to comment Share on other sites More sharing options...
NemoPS Posted February 8, 2016 Share Posted February 8, 2016 Are you extending the ModuleFrontController class properly? Link to comment Share on other sites More sharing options...
OlenLja Posted February 8, 2016 Author Share Posted February 8, 2016 Are you extending the ModuleFrontController class properly? Yes, of course. class attributemultitextureUpholsteryModuleFrontController extends ModuleFrontController Link to comment Share on other sites More sharing options...
OlenLja Posted February 8, 2016 Author Share Posted February 8, 2016 Fix: changed file names, made small letters of files - upholstery.php and upholstery.tpl on host. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now