already contains all known Fixes:
https://github.com/condor2
Please don't send me OC Forum Personal Messages, just contact: jti@jacob.ch
---
OC 1.5.6.5 LIGHT Test Site: http://www.bigmax.ch/shop/
OC 1.5.6.5 V-PRO Test Site: http://www.openshop.li/shop/
My Github OC Site: https://github.com/IP-CAM
2'800+ FREE OC Extensions on the World's largest Github OC Repository Archive Site.
So far my experience with OC 2.3.0.2 has been trouble with all these errors. 1.5.6.4 ran perfect, and the only reason I had to upgrade was my host killed php 5.
Any reviews on performance of condor 2?
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
Spinning Social : Links : Menus : Payments : Socials : Ads : Screen Backgrounds : Galleries : Headers : Banners : Promos
Like getting divorced, instead of looking first for a new pair of shoes ...the only reason I had to upgrade was my host killed php 5.

OC 1.5.6.x works flawless with PHP7, after changing the encryption.php file.
One then only needs to change the pagination (controller) routines, to work
with PHP 7.3+, as it looks, just like it has to be changed in most all of the later OC
Versions too:
Non well formed numeric page
https://github.com/opencart/opencart/pull/7785/files
Code: Select all
$page = $this->
to:
$page = (int)$this->
Code: Select all
if (isset($this->request->get['page'])) {
$page = (int)$this->request->get['page'];
} else {
$page = 1;
}
Ernie
Please don't send me OC Forum Personal Messages, just contact: jti@jacob.ch
---
OC 1.5.6.5 LIGHT Test Site: http://www.bigmax.ch/shop/
OC 1.5.6.5 V-PRO Test Site: http://www.openshop.li/shop/
My Github OC Site: https://github.com/IP-CAM
2'800+ FREE OC Extensions on the World's largest Github OC Repository Archive Site.
Users browsing this forum: No registered users and 13 guests