Re: OpenCart v2.2.0.0 Testing - What you need to know
Posted: Sun Oct 02, 2016 2:24 am
Downgrade? You should have done a backup before starting the upgrade. All you need to do is to restore your backup...
OpenCart Community Forum - Discuss shopping cart and e-commerce solutions.
https://forum.opencart.com/
2.1 is the most stable version in your opinion? Which exactly 2.1 version you suggest?Randem wrote:If your upgrade did not work then attempting a downgrade would be a big mistake. The best way would be to start over again with your 1.5.5.1 system and upgrade to 2.1.
I would highly suggest upgrading to 2.3.0.2 and use the install script that comes with the download. This is the most stable v2.x version, IMO. It's a really smooth process to upgrade now, not like it was early on.CostasL wrote:Can I use the procedure described in your signature for doing an upgrade from 1.5.5.1 to 2.1.1 or it is strictly for 1.5.6 to 2.1.0.x?
I have done this the first time, a week ago. Although I have not disabled my custom modules, the upgrade did work. But unfortunately I decided to drop the installation as there are not enough modules for 2.3 yet and the greek language pack does not exist for now!EvolveWebHosting wrote:I would highly suggest upgrading to 2.3.0.2 and use the install script that comes with the download. This is the most stable v2.x version, IMO. It's a really smooth process to upgrade now, not like it was early on.CostasL wrote:Can I use the procedure described in your signature for doing an upgrade from 1.5.5.1 to 2.1.1 or it is strictly for 1.5.6 to 2.1.0.x?
Code: Select all
Notice: Undefined index: en in /home/xxx/public_html/eshop/admin/index.php on line 119
Notice: Undefined index: en in /home/xxx/public_html/eshop/admin/index.php on line 122
Notice: Undefined index: en in /home/xxx/public_html/eshop/admin/index.php on line 123
Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/eshop/admin/index.php:80) in /home/xxx/public_html/eshop/system/library/currency.php on line 45
Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/eshop/admin/index.php:80) in /home/xxx/public_html/eshop/system/library/response.php on line 12
Code: Select all
// DIR
define('DIR_APPLICATION', '/home/xxx/public_html/eshop/catalog/');
define('DIR_SYSTEM', '/home/xxx/public_html/eshop/system/');
define('DIR_LANGUAGE', '/home/xxx/public_html/eshop/catalog/language/');
define('DIR_TEMPLATE', '/home/xxx/public_html/eshop/catalog/view/theme/');
define('DIR_CONFIG', '/home/xxx/public_html/eshop/system/config/');
define('DIR_IMAGE', '/home/xxx/public_html/eshop/image/');
define('DIR_CACHE', '/home/xxx/public_html/eshop/system/storage/cache/');
define('DIR_DOWNLOAD', '/home/xxx/public_html/eshop/system/storage/download/');
define('DIR_LOGS', '/home/xxx/public_html/eshop/system/storage/logs/');
define('DIR_MODIFICATION', '/home/xxx/public_html/eshop/system/storage/modification/');
define('DIR_UPLOAD', '/home/xxx/public_html/eshop/system/storage/upload/');
Code: Select all
define('DIR_APPLICATION', '/home/xxx/public_html/eshop/admin/');
define('DIR_SYSTEM', '/home/xxx/public_html/eshop/system/');
define('DIR_LANGUAGE', '/home/xxx/public_html/eshop/admin/language/');
define('DIR_TEMPLATE', '/home/xxx/public_html/eshop/admin/view/template/');
define('DIR_CONFIG', '/home/xxx/public_html/eshop/system/config/');
define('DIR_IMAGE', '/home/xxx/public_html/eshop/image/');
define('DIR_CACHE', '/home/xxx/public_html/eshop/system/storage/cache/');
define('DIR_DOWNLOAD', '/home/xxx/public_html/eshop/system/storage/download/');
define('DIR_LOGS', '/home/xxx/public_html/eshop/system/storage/logs/');
define('DIR_MODIFICATION', '/home/xxx/public_html/eshop/system/storage/modification/');
define('DIR_UPLOAD', '/home/xxx/public_html/eshop/system/storage/upload/');
define('DIR_CATALOG', '/home/xxx/public_html/eshop/catalog/');
It's not that! I have tried both http and https.Randem wrote:Now the part of the config files that show HTTP and HTTPS...
Code: Select all
Notice: Undefined index: oc_customer_group in /home/xxx/public_html/eshop/install/model/upgrade.php on line 343
Warning: in_array() expects parameter 2 to be array, null given in /home/xxx/public_html/eshop/install/model/upgrade.php on line 343
Notice: Undefined index: oc_product_option in /home/xxx/public_html/eshop/install/model/upgrade.php on line 359
Warning: in_array() expects parameter 2 to be array, null given in /home/xxx/public_html/eshop/install/model/upgrade.php on line 359
Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/eshop/install/model/upgrade.php:343) in /home/xxx/public_html/eshop/system/library/response.php on line 12
Code: Select all
Warning: fopen(/home/xxx/public_html/eshop/system/storage/logs/): failed to open stream: Is a directory in /home/xxx/public_html/eshop/system/library/log.php on line 6
.
.
.
.
.
.
Fatal error: Call to a member function get() on a non-object in /home/xxx/public_html/eshop/index.php on line 97
You are right! they were empty. i don't know why these tables were not exported right...Randem wrote:What is the structure of your table oc_product_option?