luigipr88 Posted June 8, 2017 Share Posted June 8, 2017 Fatal error: Class 'AdminModuleController' not found in C:\xampp5_6\htdocs\justino\modules\generadorCSV\controllers\admin\AdminGeneradorCSV.php on line 2 Hi I am trying to add a controller to my module's tab. All seems to be correct but prestashop do not recognize my controller class: class AdminGeneradorCSVController extends ModuleAdminController{} indeed it search the class AdminModuleController. In my main php i set the var : $tab->class_name = 'AdminGeneradorCSV'; Please In need some help. I can post my code if necessary Thanks!! Link to comment Share on other sites More sharing options...
luigipr88 Posted June 8, 2017 Author Share Posted June 8, 2017 The problem was in the name: AdminGeneradorCSV does not work AdminGeneradorCsv works Maybe there must not be one capital letter following another in the name of the controller. Fixed!!! 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