john.figueroa Posted April 12, 2022 Share Posted April 12, 2022 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. } Link to comment Share on other sites More sharing options...
Gerardo Martinez G Posted April 14, 2022 Share Posted April 14, 2022 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 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