Jump to content

Fatal error: Class 'AdminModuleController' not found in


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...