VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: T.A. Garrison, LLC on March 05, 2024, 02:15:15 AM

Title: Joomla\CMS\HTML\HTMLHelper Select not found
Post by: T.A. Garrison, LLC on March 05, 2024, 02:15:15 AM
In admin, I get that "new" error after updating to J5.
I'm using J5.0.3 with VM VirtueMart 4.2.6 10972

I was checking the front end after adding a product to assure the product discounts are working.
When I accessed "Taxes and Calculations Rule List", then selecting the "Name" of my Quantity Rules, I'm met with the error (above).

I'd tell you which version of the quantity rules I have...if I could get to it. Even trying to get to the plugin through Manage > Plugins doesn't tell me the version. But I know it was mid-2023 the last time I had an update available.

Title: Re: Joomla\CMS\HTML\HTMLHelper Select not found
Post by: v1pr on March 10, 2024, 23:44:06 PM
You'll have to correct a lot of files, simply replacing

JHtml::_('Select.genericlist',

to

JHtml::_('select.genericlist',

Title: Re: Joomla\CMS\HTML\HTMLHelper Select not found
Post by: Otto0815 on March 11, 2024, 11:24:54 AM
for me this error was thrown by this file....just change Select to select in it...

/administrator/templates/vmadmin/html/com_virtuemart/config/default_product_order.php


Title: Re: Joomla\CMS\HTML\HTMLHelper Select not found
Post by: T.A. Garrison, LLC on March 20, 2024, 02:04:06 AM
I've found the culprit - but I cannot get a response to my support ticket so there still is no resolve.

Quantity related price calculation plugin is the problem. It hasn't been updated in a very long time. So when updating to J5, the plugin stops me from accessing any of the "Rules" in Tax and Configurations. I get the error on every one of the rules.

I disabled the plugin to prove that it's the cause of the problem - and it's confirmed.

How long to get iStraxx to update Quantity related price calculation?

Oh. And in the version of Quantity related price calculation that I have, ALL "select" in the file are already lower case. In /default_templates_front.php, select does not exist.

As I mentioned, I confirmed that it's the quantity plugin. Disabled, the entire platform functions perfectly.
Title: Re: Joomla\CMS\HTML\HTMLHelper Select not found
Post by: Otto0815 on March 20, 2024, 10:28:38 AM
You are right....then it must have been the first file i posted. I've changed my post now