Post by efishinsea » Sat Oct 23, 2021 8:07 am

I'm brand new to OC and not trying to do anything programmatically here. I copied a working site (Version 2.3.0.2) and moved it to a new server in order to eventually perform an upgrade, but the same code/ db that is running OK on the OLD server will not load on the NEW server. The front end loads ok without any problems, but not the /admin panel. Both are using the same old PHP v5.6.

Code: Select all

Notice: Undefined property: Proxy::getExtensions in /system/storage/modification/catalog/controller/common/header.php on line 9
any ideas where to look for a solution to this?

Thanks.

Newbie

Posts

Joined
Sat Oct 23, 2021 7:54 am

Post by xxvirusxx » Sat Oct 23, 2021 2:59 pm

Delete manually ocmod cache then login to admin and refresh ocmod modification.

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by Stein774 » Mon Oct 25, 2021 1:21 pm

I had this. My problem was the path to my extension was

extension\module\name_here

but since I just upgraded it from 1.5.6, which just had module\name_here. I forgot to change the class name to match the new path.

Code: Select all

class Model**Extension**Modulename_here extends Model {
Extension word was missing. The error is really obscure, and only upon finding it on github did it make sense what my mistake was.

My Lowe's Life


Newbie

Posts

Joined
Mon Oct 25, 2021 1:18 pm

Post by xxvirusxx » Tue Feb 01, 2022 10:56 pm

Contact extension developer

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România
Who is online

Users browsing this forum: No registered users and 13 guests