VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: audiorock on April 14, 2024, 19:35:04 PM

Title: vmError: getVmSubLayoutPath layout "..." not found
Post by: audiorock on April 14, 2024, 19:35:04 PM
Hi,

after updating to version 4.2.6 of Virtuemart when I try to go inside the single order I get the following error (Virtuemart backend)

"vmError: getVmSubLayoutPath layout INFORMAZIONI not found"

The Layout "INFORMAZIONI" is a custom shopper field visible in the customer's cart (frontend).


My config is:
Joomla 4.4.3 + VM 4.2.6


Can you help me?

Title: Re: vmError: getVmSubLayoutPath layout "..." not found
Post by: Jumbo! on April 15, 2024, 07:33:11 AM
It is most likely an error generated by a 3rd party extension. INFORMAZIONI is not a core VirtueMart sublayout file. Probably, the extension is trying to show additional information in the product edit page with a custom sublayout, which does not exist.
Title: Re: vmError: getVmSubLayoutPath layout "..." not found
Post by: audiorock on April 15, 2024, 11:18:02 AM
Hi, Many thansk for your reply.

'INFORMATION' is a shopper field (custom) that I display in the cart.

For the Cart I use a One Page Checkout component from Virtueplanet. VPOPC

the problem occurred after updating from Virtuemart 4.2.4 to 4.2.6
Title: Re: vmError: getVmSubLayoutPath layout "..." not found
Post by: Jumbo! on April 15, 2024, 12:24:37 PM
It has no relationship with the checkout system. Standard VirtueMart 4.0.6 does not generate this error. Therefore, you should investigate further and find the extension creating the issue.