Database not created
-
The following error is generated when visiting the settings of the plugin.
WordPress database error: [All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead] CREATE TABLE IF NOT EXISTS <code>wp_ebay_sites</code> ( <code>id</code> int(11) DEFAULT NULL, <code>title</code> varchar(128) NOT NULL, <code>code</code> varchar(16) DEFAULT NULL, <code>url</code> varchar(64) DEFAULT NULL, <code>enabled</code> int(11) DEFAULT NULL, <code>sort_order</code> int(11) DEFAULT NULL, <code>last_refresh</code> datetime DEFAULT NULL, <code>categories_map_ebay</code> text NOT NULL, <code>DispatchTimeMaxDetails</code> text NOT NULL, <code>MinListingStartPrices</code> text NOT NULL, <code>ReturnsWithinOptions</code> text NOT NULL, <code>CountryDetails</code> text NOT NULL, <code>ShippingPackageDetails</code> text NOT NULL, <code>ShippingCostPaidByOptions</code> text NOT NULL, <code>ShippingLocationDetails</code> text NOT NULL, <code>ExcludeShippingLocationDetails</code> text NOT NULL, PRIMARY KEY (<code>id</code>) ) DEFAULT CHARSET=utf8 ; WordPress database error: [Table 'wpro.wp_ebay_sites' doesn't exist] SHOW FULL COLUMNS FROM <code>wp_ebay_sites</code>
Running PHP7 on Apache with Ubuntu 16.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Database not created’ is closed to new replies.