News:

Support the VirtueMart project and become a member

Main Menu

Recent posts

#21
Could someone help me?
Thanks and regards
#22
Done! Quick fix:

in file: /administrator/components/com_virtuemart/helpers/vmpagination.php
change this: if($str = vRequest::getCmd('keyword',false) and !empty($str) ){
to this: if($str = vRequest::getString('keyword',false) and !empty($str) ){

and

in file: /administrator/components/com_virtuemart/helpers/vmuri.php
change this: $get = vRequest::getGet(FILTER_SANITIZE_URL);
to this: $get = vRequest::getGet(FILTER_UNSAFE_RAW);
#23
Installation, Migration & Upgrade / class does not exist Plgvmcust...
Last post by webgobe - March 27, 2026, 18:00:15 PM
After removing the Stockable Custom Fields plugin and upgrading to VM4/J5 in SOME pages I got this error.
vmError: VmPlugin function createPlugin, class does not exist Plgvmcustomstockablecustomfields vmcustom stockablecustomfieldsI suspect that somewhere in the database some traces of the removed plugin are still around, but was unsuccessful in tracking down the respective records. There are no files left, and nothing remained in the extensions table either. It is a big shop, with tens of thousands of products, and more, than 300 VM custom fields set up, so checking one-by-one the entries is out of question.
How I can locate the wrong records? Any help is greatly appreciated.
#24
About VirtueMart - not for support posts / Re: Joomla 6
Last post by balai - March 26, 2026, 16:20:14 PM
Is there any news on that?
#25
Hi, i've installed plugin Stripe for VirtueMart.
when i create a New Payment in Shop->Payment Method, I fill out the Payment Method Information and Configuration
and click the Save button. I get this error:

0 Too few arguments to function vmPSPlugin::onStoreInstallPluginTable(), 0 passed in /home/customer/www/amicisulserio.it/public_html/plugins/vmpayment/vmstripe/vmstripe.php on line 396 and at least 1 expected,

even though the data is saved correctly.

When I enable the payment method and test it on the site, add the product to the cart, select the payment method, and finalize the purchase, I get the following error:

Table 'virtuemart_payment_plg_vmstripe' doesn't exist

Could you help me? Thanks in advance and regards

My versions of Joomla, VirtueMart, and PHP meet the plugin's minimum requirements
Joomla! 3.9.22
VirtueMart 3.8.4 10335
#27
Same here. All works under J5. But we don't know nothing about the future of this project :( Last version from date 12/15/2025 and repository https://dev.virtuemart.net/projects/virtuemart/repository down to see updates/fixes...
#28
I use J5 no problems at all.


I have lots of customs on my site, shipping plugins, estimated delivery, product plugins etc.
#29
Virtuemart Development and bug reports / Re: An error has occurred. ...
Last post by PRO - March 17, 2026, 17:32:04 PM
"The PHP error
"Fatal error: Call to undefined function utf8_strtolower()" typically occurs because the necessary multibyte string extension (mbstring) is either not installed or not enabled on your server. "
#30
Virtuemart Development and bug reports / An error has occurred. 0 ...
Last post by vavava - March 16, 2026, 21:50:06 PM
This is the mistake when creating a category - An error has occurred.      0 Call to undefined function utf8_strtolower()

it is impossible to create even a category please help