ar23 Posted December 7, 2017 Share Posted December 7, 2017 Buenas he metido un tema nuevo, y al iniciarlo me ha salido el error 500 con lo siguiente. [PrestaShopException] La propiedad BtmegamenuGroup->title está vacía.at line 990 in file classes/ObjectModel.php 985. } 986. 987. $message = $this->validateField($field, $value, $id_lang); 988. if ($message !== true) { 989. if ($die) { 990. throw new PrestaShopException($message); 991. } 992. return $errorReturn ? $message : false; 993. } 994. } 995. } Link to comment Share on other sites More sharing options...
NewMan Posted December 26, 2017 Share Posted December 26, 2017 On 7/12/2017 at 2:28 PM, ar23 said: Buenas he metido un tema nuevo, y al iniciarlo me ha salido el error 500 con lo siguiente. [PrestaShopException] La propiedad BtmegamenuGroup->title está vacía.at line 990 in file classes/ObjectModel.php 985. } 986. 987. $message = $this->validateField($field, $value, $id_lang); 988. if ($message !== true) { 989. if ($die) { 990. throw new PrestaShopException($message); 991. } 992. return $errorReturn ? $message : false; 993. } 994. } 995. } Hola, yo he tenido el mismo problema, y todo esto porque estaba experimentando con nuevas plantillas, y buscando por internet no he encontrado nada, así que instale el tema default que viene con prestashop, y activando sus módulos, ya se comenzó a ver, pero la nueva plantilla no me deja instalarla, no se a que se debe el error. Luego le quise instalar otro tema que se que me iba bien y resulta que el algo cambio internamente en prestashop al instalar la plantilla mala ya que con la buena y yo sabiendo que funcionaba, no se veia el menu superior y no era nada de los modulos. asi que alfinal borre la base de datos y hice una instalación nueva. 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