VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: lindapowers on April 02, 2014, 20:02:44 PM

Title: [partly solved] vmError: renderMail get Template failed - Paypal issue
Post by: lindapowers on April 02, 2014, 20:02:44 PM
Hi VM 2.5.5 Joomla 2.5.19

The problem here is quite strange:

We recieved and error email: Error with paypal payment method in your store, details in paypal.2.log.php

The result was an order which was payed correctly via paypal remaining "pending".

When we manually update the order to "confirmed" we recieved the following notice at VM backend:

vmError: renderMail get Template failed: The selected vmtemplate is not existing

Looking at the paypal log we see this:

It says error IPN invalid validation (or something like that sorry, is in spanish the message).


If you need the entire log or more details just let me know.

Regards
Title: Re: vmError: renderMail get Template failed - Paypal issue
Post by: Milbo on April 03, 2014, 14:49:00 PM
Quote from: lindapowers on April 02, 2014, 20:02:44 PM

vmError: renderMail get Template failed: The selected vmtemplate is not existing


To fix this, I need your template settings. Standard template of joomla, and selected template in vm. The other is the typical IPN problem. Various posts about it. We added all tricks we now, but sometimes it is just a paypal error.
Title: Re: vmError: renderMail get Template failed - Paypal issue
Post by: lindapowers on April 04, 2014, 00:11:00 AM
Yag_lightroom_etemplate from yagendoo, the settings in VM for template just are set to "use joomla by default".

You mean template settings inside VM?
Title: Re: vmError: renderMail get Template failed - Paypal issue
Post by: lindapowers on April 09, 2014, 06:55:51 AM
Installed 2.6.0 and the error still showed but found the reason:

Our template from yagendoo has a parameter "language by default" which if set to spanish as it was it showed that error message, if we select "all" the message is not displayed anymore in VM.

Regards