Jump to content

LogicException al importar.


Recommended Posts

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

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