Hi guys,
I updated to the latest version, the message was that the update was successful but when I looked at the bottom of the page I still saw version 13 instead of 14.
When I checked if everything was updated (in install/Upgrade History) everything was upgraded OK.
Afterwards, when I checked the error log I saw the following:
"
database error: AbanteCart core v.1.2.13 SQL Error: Duplicate column name 'store_id'
Error No: 1060
SQL:
ALTER TABLE `abdw_custom_lists`
ADD COLUMN `store_id` INT NULL DEFAULT 0 AFTER `id`;
in <b>/.../core/database/amysqli.php</b> on line <b>109</b>
"
Finally, when I went to the specific database, the column "store id" does exist etc...
What is more, when I open a product the option of:
Stock Locations:
Locations: is available in my cloned store but in the live version it does not appear.
OK, I am puzzled.
Any insights guys I would highly appreciate?
I thank you in advance.
PS: I read the documentation but couldn't find anything in regards to this.
PS 2: when opening the version.php file it displays the correct version.
<?php
define('MASTER_VERSION', '1');
define('MINOR_VERSION', '2');
define('VERSION_BUILT', '14');