Post by craftyhobbies » Mon Jan 02, 2012 9:55 pm

Hi i have just installed the Dimension and Weight Based Shipping extension but i keep getting this message

Fatal error: Cannot access private property Document::$title in /home/jlock/public_html/admin/controller/shipping/weight3d.php on line 8

have tried to find the support thread but with no luck
this happens once installed and then go to edit i get the error message

any pointers on this one greatly appreciated

john
craftyhobbies

Newbie

Posts

Joined
Sat Dec 31, 2011 9:38 pm

Post by d7a7z7e7d » Tue Jan 03, 2012 2:44 am

Can you link to the extension you installed? It sounds like the extension was written for OpenCart v1.4.x. Among other things, you'll need to change:

Code: Select all

$this->document->title = 'whatever the title is';
to

Code: Select all

$this->document->setTitle('whatever the title is');
There are several other changes you need to make to upgrade it to v1.5.x properly such as breadcrumbs, template html/css and the template render call. I suggest you try getting in contact with the developer to see if they can release a v1.5.1.3 compatible version.

Image
OpenCart Extensions, Technical Support & Custom Development | Have I helped you?


User avatar
Active Member

Posts

Joined
Fri Sep 17, 2010 5:51 am
Location - USA
Who is online

Users browsing this forum: No registered users and 2 guests