Jump to content

ERROR 500 throw new PrestaShopException($message);


Recommended Posts

Cordial Saludo  

monte mi negocio web con PRESTASHOP´1.7 todo iba muy bien pero ahora al momento de realizar la compra me arroja el error 500 realize el debug y me arroja el siguiente error me pueden ayudar por favor 

 

[PrestaShopException]

La propiedad Address->city está vacía.
at line 984 in file classes/ObjectModel.php

979. } 980. 981. $message = $this->validateField($field, $this->$field); 982. if ($message !== true) { 983. if ($die) { 984. throw new PrestaShopException($message); 985. } 986. 987. return $error_return ? $message : false; 988. } 989. }

error 500.JPG

Link to comment
Share on other sites

Este error suele pasara cuando importas direcciones y no an rellenado bien todos los campos.
al parecer te falta rellenar Ciudad de alguna direccion.

otra opcion en algunos casos es que estas solicitando un dato obligatorio y no lo han rellenado.
Back-Ofice->Clientes->Direcciones->Establecer los campos requerdos para esta seccion

Otra opcion es que verifiques directamente la direcciones en la base de datos.
ps_address

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