News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Error 500 unable to load renderer class when trying to print delivery note or in

Started by davesage, November 16, 2015, 13:31:06 PM

Previous topic - Next topic

davesage

Hi,

Using J 3.4.5 and VM 3.0.12

When I click on the Print View Icons for Delivery Note or Invoice I am getting an error 500 - unable to load renderer class.

Can anyone help?

Cheers,

Dave

GJC Web Design

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

davesage

Hi,

Indeed tcpdf is installed.

Error is as stated standard 500 error screen. No php error_log entries created.

The debug shows:

1      JApplicationCms->execute()      /home/xyz/public_html/index.php:45   
2      JApplicationSite->doExecute()      /home/xyz/public_html/libraries/cms/application/cms.php:252   
3      JApplicationSite->dispatch()      /home/xyz/public_html/libraries/cms/application/site.php:230   
4      JComponentHelper::renderComponent()      /home/xyz/public_html/libraries/cms/application/site.php:191   
5      JComponentHelper::executeComponent()      /home/xyz/public_html/libraries/cms/component/helper.php:372   
6      require_once()      /home/xyz/public_html/libraries/cms/component/helper.php:392   
7      JControllerLegacy->execute()      /home/xyz/public_html/components/com_virtuemart/virtuemart.php:124   
8      VirtueMartControllerInvoice->display()      /home/xyz/public_html/libraries/legacy/controller/legacy.php:728   
9      VirtueMartControllerInvoice->getInvoicePDF()      /home/xyz/public_html/components/com_virtuemart/controllers/invoice.php:73   
10      VmPdf::createVmPdf()      /home/xyz/public_html/components/com_virtuemart/controllers/invoice.php:278   
11      VirtuemartViewInvoice->display()      /home/xyz/public_html/components/com_virtuemart/helpers/vmpdf.php:59   
12      shopFunctionsF::triggerContentPlugin()      /home/xyz/public_html/components/com_virtuemart/views/invoice/view.html.php:255   
13      JEventDispatcher->trigger()      /home/xyz/public_html/components/com_virtuemart/helpers/shopfunctionsf.php:849   
14      JEvent->update()      /home/xyz/public_html/libraries/joomla/event/dispatcher.php:160   
15      call_user_func_array()      /home/xyz/public_html/libraries/joomla/event/event.php:69   
16      PlgContentLoadmodule->onContentPrepare()          
17      PlgContentLoadmodule->_load()      /home/xyz/public_html/plugins/content/loadmodule/loadmodule.php:78   
18      JDocument->loadRenderer()      /home/xyz/public_html/plugins/content/loadmodule/loadmodule.php:136

Let me know any other info that would be helpful.

Cheers,

Dave

GJC Web Design

shopFunctionsF::triggerContentPlugin()

is this normal?  Why would an invoice view try to load content plugins?

seems to try and load a module position?
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

davesage


jenkinhill

Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

davesage

Hi, thanks for that, I'm not loading any video.

Can you give any way of identifying where this module might be being loaded in?

I'll have to turn off my modules 1 at a time and see if I can identify which one.

Any thoughts would be welcome,

Dave

davesage

Found it!

Indeed I was loading a module position into the shops homepage but it was referencing an out of date module that had been removed. Removed that reference and all is fine now.

I'd even looked at that other post and thought nothing of it, the prompt of your and GJC asking about the module position jolted my memory about that module position.

Thanks a lot,

Dave