Gax80 Posted May 22, 2014 Posted May 22, 2014 Ciao quando clicco questa tasto in Moduli -> Posizione esce una pagina bianca, morta e ho visto che nell'indirizzo c'è anche il Token. Da premettere che ho prestashop 1.6 grazie Share this post Link to post Share on other sites More sharing options...
Gax80 Posted May 22, 2014 Posted May 22, 2014 ho provato a disabilitare il token ma rimane sulla basta degli indirizzi. Share this post Link to post Share on other sites More sharing options...
BillyKidman Posted June 4, 2014 Posted June 4, 2014 (edited) Ciao, sei riusito poi a risolvere? ho anch'io questo problema simile con la v 1.6.0.6, dentro la pagina POSIZIONI riesco a entrare, ma se clicco su INNESTARE UN MODULO ottengo pagina bianca Edited June 4, 2014 by BillyKidman (see edit history) Share this post Link to post Share on other sites More sharing options...
Gax80 Posted June 4, 2014 Posted June 4, 2014 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... Share this post Link to post Share on other sites More sharing options...
hife Posted March 6, 2015 Posted March 6, 2015 (edited) 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: https://www.prestashop.com/forums/topic/327879-transplant-not-possible-blank-page-problem/ Edited March 7, 2015 by hife (see edit history) Share this post Link to post 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