Jump to content

Attempted to call an undefined method named "getControllersPhpselfList" of class "Dispatcher".


mpcferreira

Recommended Posts

Hello to all, i get these error on my prestashop. Any help?

 

 

 

Symfony\Component\Debug\Exception\UndefinedMethodException

in controllers/admin/AdminModulesPositionsController.php (line 449)

                    <select size="25" id="em_list_' . $shop_id . '" multiple="multiple">

                    <option disabled="disabled">'

                    . $this->trans('___________ CUSTOM ___________', [], 'Admin.Design.Feature')

                    . '</option>';

        $controllers = Dispatcher::getControllersPhpselfList(_PS_FRONT_CONTROLLER_DIR_);

        asort($controllers);

        foreach ($file_list as $k => $v) {

            if (!in_array($v, $controllers)) {

                $content .= '<option value="' . $v . '">' . $v . '</option>';

AdminModulesPositionsControllerCore->displayModuleExceptionList(array(), 0)in controllers/admin/AdminModulesPositionsController.php (line 404)

AdminModulesPositionsControllerCore->renderForm()in controllers/admin/AdminModulesPositionsController.php (line 255)

AdminModulesPositionsControllerCore->initContent()in classes/controller/Controller.php (line 306)

ControllerCore->run()in override/classes/Dispatcher.php (line 509)

DispatcherCore->dispatch()in admin211/index.php (line 93)

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...