davidxxx Posted June 11, 2022 Share Posted June 11, 2022 Hola, He utilizado Prestashop Upgrade and Migrate tool para migrar de Prestashop 1.6 a Prestashop 1.7. Cuando ingreso a los pedidos me da el error. LogicException in src/Adapter/Customer/CustomerDataProvider.php (line 48) * @return object customer */ public function getCustomer($id) { if (!$id) { throw new LogicException('You need to provide a customer id', 5002); } $customer = new Customer($id); return $customer; Alguién sabe como lo puedo solucionar. También traté de importar clientes con la base de datos ps_customer, pero luego no se puede ingresar ni registrarse. Muchas gracias. 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