Jump to content

Abandoned cart not working ERROR


FittAndrei

Recommended Posts

Your installing prestashop have error, So table: connection faild

you can go to phpmyadmin, Execute this Query

CREATE TABLE `ps08_connections` (
 `id_connections` int(10) unsigned NOT NULL AUTO_INCREMENT,
 `id_shop_group` int(11) unsigned NOT NULL DEFAULT '1',
 `id_shop` int(11) unsigned NOT NULL DEFAULT '1',
 `id_guest` int(10) unsigned NOT NULL,
 `id_page` int(10) unsigned NOT NULL,
 `ip_address` bigint(20) DEFAULT NULL,
 `date_add` datetime NOT NULL,
 `http_referer` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
 PRIMARY KEY (`id_connections`),
 KEY `id_guest` (`id_guest`),
 KEY `date_add` (`date_add`),
 KEY `id_page` (`id_page`)
)

 

  • Like 1
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...