Jump to content

Tasto "innestare un modulo" non funziona


Gax80

Recommended Posts

  • 2 weeks later...

si, ti do questa bella notizia.

In pratica devi andare in cartella

Controllers -> Admin

apri il file AdminModulesPositionsController.php e disabilita al rigo 451 il comando 

$ all_modules_controllers = Dispatcher :: getModuleControllers ($ tipo); 
mettendo davanti il // 
e diventerà così:
 
//$ all_modules_controllers = Dispatcher :: getModuleControllers ($ tipo); 
 
salva e vai.
 
Queste sono belle notizie lo so...
Link to comment
Share on other sites

  • 9 months later...

RISOLTO 

 

 

Versione   1.6.0.13   

 

nel mio caso  linea   461 in versioni precedenti linea 452:

 

    $all_modules_controllers = Dispatcher :: getModuleControllers ( $type );

 

modificata in   


    $all_modules_controllers = Dispatcher :: getControllers ( $type );

 

riferimento qui: 

Edited by hife (see edit history)
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...