Back to Easy Shop Support

endi.linux.mint51510
endi.linux.mint51510

I wanted to install the easy shop plugin but ran into this: SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'phone' (SQL: alter table users add billing_address text null, add shipping_address text null, add is_ship_same_bill tinyint(1) null default '0', add phone varchar(191) null, add pixel_token varchar(191) null).

I tried the second time using command line php artisan plugin:install Pixel.Shop. But getting this message: Downloading plugin: Pixel.Shop Unpacking plugin: Pixel.Shop Migrating plugin... Pixel.Shop

In Connection.php line 664:
  SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'phone' (SQL: alter table `users` add `billing_address` text null, add `shipping_address` text null, add `is_ship_same_bill` tinyint(1) null default '0', add `phone`
   varchar(191) null, add `pixel_token` varchar(191) null)

In PDOStatement.php line 107:
  SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'phone'

In PDOStatement.php line 105:
  SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'phone' 

Anyone please help.

olekristian

1-2 of 2