Hello,
Please help me, i have installed PDF Catalog and when i try to acces in "Admin->Extensions->Modules" gives me this error:
Fatal error: Cannot access private property Document::$title in /home/crono/public_html/shop/admin/controller/module/pdf_catalog.php on line 8
What need to do?
Please help me, i have installed PDF Catalog and when i try to acces in "Admin->Extensions->Modules" gives me this error:
Fatal error: Cannot access private property Document::$title in /home/crono/public_html/shop/admin/controller/module/pdf_catalog.php on line 8
What need to do?
A little late, but the module needs to be updated to OC 1.5.
The error message you mentioned is easily fixed, but I think the difficulty here is $this->load->helper is no longer used as of 1.5.x. This calls the tcpdf from system/helper.
So until this has been updated, you can't use it
The error message you mentioned is easily fixed, but I think the difficulty here is $this->load->helper is no longer used as of 1.5.x. This calls the tcpdf from system/helper.
So until this has been updated, you can't use it

Kevin Davidson
Purolator Shipping Module
Canpar Shipping Module
VQMod - Paypal Transaction ID to Payment Details
hi
is this extension working with 1.5.3??
showing a fatal error Fatal error: Cannot access private property Document::$title in /home/weballe/public_html/Oursite/admin/controller/module/pdf_catalog.php on line 8
please help
is this extension working with 1.5.3??
showing a fatal error Fatal error: Cannot access private property Document::$title in /home/weballe/public_html/Oursite/admin/controller/module/pdf_catalog.php on line 8
please help
OpenCart Development partner and Solutions provider
www.Iweballey.com
skype : webmeastro
Hi,
Please read the post above yours
Until the maintainer comes back with an update, this module will not work.
Kevin
Please read the post above yours

Until the maintainer comes back with an update, this module will not work.
Kevin
Kevin Davidson
Purolator Shipping Module
Canpar Shipping Module
VQMod - Paypal Transaction ID to Payment Details
Hi,
I installed PDF Catalog for 1.5.5.1. It works great, I was able to replace the logo in the header of the pdf file, but what I cant figure out is where the layout is so I can change the way the header looks. I would like to increase the header image, move the title and web address below it etc.
Any help would be much appreciated.
D
I installed PDF Catalog for 1.5.5.1. It works great, I was able to replace the logo in the header of the pdf file, but what I cant figure out is where the layout is so I can change the way the header looks. I would like to increase the header image, move the title and web address below it etc.
Any help would be much appreciated.
D
Change this lines
//$this->load->language('module/pdf_catalog');
$this->language->load('module/affiliate');
//$this->document->title = $this->language->get('heading_title');
$this->document->setTitle($this->language->get('heading_title'));
//$this->load->language('module/pdf_catalog');
$this->language->load('module/affiliate');
//$this->document->title = $this->language->get('heading_title');
$this->document->setTitle($this->language->get('heading_title'));
Who is online
Users browsing this forum: No registered users and 5 guests