motlos Posted May 22, 2019 Share Posted May 22, 2019 Buenos dias Tengo una tienda en prestashop y el back office no se visualiza: https://mobilestoremallorca.com/adminms/ Aparece totalmente en blanxo Gracias!! Link to comment Share on other sites More sharing options...
joseantgv Posted May 22, 2019 Share Posted May 22, 2019 Habilita errores. Link to comment Share on other sites More sharing options...
motlos Posted May 24, 2019 Author Share Posted May 24, 2019 On 5/22/2019 at 10:23 AM, joseantgv said: Habilita errores. Expand Hola es que no me carga nada de codigo . Link to comment Share on other sites More sharing options...
motlos Posted May 24, 2019 Author Share Posted May 24, 2019 FatalErrorException in AdminDashboardController.php line 539: Compile Error: Declaration of AdminDashboardControllerCore::setMedia() must be compatible with AdminControllerCore::setMedia($isNewTheme = false) in AdminDashboardController.php line 539 Este es el error Link to comment Share on other sites More sharing options...
joseantgv Posted May 24, 2019 Share Posted May 24, 2019 Tienes un override mal. Edita el fichero /override/controllers/admin/AdminDashboardController.php, busca la función setMedia() y sustituye por setMedia($isNewTheme = false). Si dentro llama a la parent (parent::setMedia()) tienes que sustituirla también por parent::setMedia($isNewTheme) Link to comment Share on other sites More sharing options...
motlos Posted May 29, 2019 Author Share Posted May 29, 2019 Hola el archivo AdminDashboardController.php, esta en la carpeta controllers/admin en la que me has indicado no aparece i haciendo los cambios me aparece el siguiente mensaje Gracias! FatalErrorException in AdminLoginController.php line 400: Compile Error: Declaration of AdminLoginControllerCore::viewAccess() must be compatible with AdminControllerCore::viewAccess($disable = false) 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