Post by barnone » Tue Jan 07, 2020 11:46 am

Tired of dealing with OC 2.3.0.2 errors and not working like it is supposed to.

What do I need to know about downgrading?

Active Member

Posts

Joined
Wed Dec 26, 2012 11:49 am

Post by IP_CAM » Tue Jan 07, 2020 9:47 pm

You don't have to downgrade, just get the latest OC v.2.3.0.2, it
already contains all known Fixes:
https://github.com/condor2

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by barnone » Wed Jan 08, 2020 4:32 am

Awesome thank you very much! Hard to keep track of these things. I haven't seen this one yet.

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?

Active Member

Posts

Joined
Wed Dec 26, 2012 11:49 am

Post by by mona » Wed Jan 08, 2020 6:06 am

search through xxvirusxx posts on this forum

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.


https://www.youtube.com/watch?v=zXIxDoCRc84


User avatar
Expert Member

Posts

Joined
Mon Jun 10, 2019 9:31 am

Post by IP_CAM » Wed Jan 08, 2020 6:17 am

the only reason I had to upgrade was my host killed php 5.
Like getting divorced, instead of looking first for a new pair of shoes ... :crazy:
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;
}
But in xxvirusxx's (Condor2) OC Version Releases, this has already been changed too, as I assume ....
Ernie

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland
Who is online

Users browsing this forum: No registered users and 66 guests