News:

Looking for documentation? Take a look on our wiki

Main Menu

Recent posts

#21
Virtuemart Development and bug reports / Re: Can't edit payment method ...
Last post by Milbo - November 04, 2025, 17:02:20 PM
ah great, yes, I can reproduce that. I will add two fixes.
#22
Plugins: Payment, Shipment and others / VM Localize 1.4.4 gives error
Last post by e-trader - November 03, 2025, 12:10:47 PM
VM Locator is giving an error.

0 Class "MaxMind\Db\Reader\InvalidDatabaseException" not found

VirtueMart 4.6.0 11214
Joomla "‎5.3.4"‎5.3.4
php 8.2.29
Mysql 8.0.30

I got a new subscription and ensured to install the latest geolocator 1.2.2 and VM Localize 1.4.4 but there was no improvement.

Maybe it is time to integrate this function into the basic installation?

Call Stack
#   Function   Location
1   ()   JROOT/administrator/components/com_istraxx_geolocator/GeoIP2/src/MaxMind/Db/Reader.php:323
2   MaxMind\Db\Reader->findMetadataStart()   JROOT/administrator/components/com_istraxx_geolocator/GeoIP2/src/MaxMind/Db/Reader.php:99
3   MaxMind\Db\Reader->__construct()   JROOT/administrator/components/com_istraxx_geolocator/GeoIP2/src/Database/Reader.php:59
4   GeoIp2\Database\Reader->__construct()   JROOT/administrator/components/com_istraxx_geolocator/helpers/getCountry.php:123
5   getCountry::getCountryByMmDB()   JROOT/administrator/components/com_istraxx_geolocator/helpers/getCountry.php:93
6   getCountry::getCountry2Code()   JROOT/administrator/components/com_istraxx_geolocator/helpers/getCountry.php:27
7   getCountry::setCountryOnVMCart()   JROOT/plugins/vmextended/istraxx_vmlocalise/istraxx_vmlocalise.php:89
8   plgVmExtendedIstraxx_vmlocalise->plgVmInitialise()   JROOT/libraries/src/Plugin/CMSPlugin.php:311
9   Joomla\CMS\Plugin\CMSPlugin->Joomla\CMS\Plugin\{closure}()   JROOT/libraries/vendor/joomla/event/src/Dispatcher.php:454
10   Joomla\Event\Dispatcher->dispatch()   JROOT/libraries/src/Application/EventAware.php:111
11   Joomla\CMS\Application\WebApplication->triggerEvent()   JROOT/administrator/components/com_virtuemart/helpers/vdispatcher.php:41
12   vDispatcher::trigger()   JROOT/administrator/components/com_virtuemart/helpers/config.php:399
13   VmConfig::loadConfig()   JROOT/components/com_virtuemart/virtuemart.php:24
14   require_once()   JROOT/libraries/src/Dispatcher/LegacyComponentDispatcher.php:71
15   Joomla\CMS\Dispatcher\LegacyComponentDispatcher::Joomla\CMS\Dispatcher\{closure}()   JROOT/libraries/src/Dispatcher/LegacyComponentDispatcher.php:73
16   Joomla\CMS\Dispatcher\LegacyComponentDispatcher->dispatch()   JROOT/libraries/src/Component/ComponentHelper.php:361
17   Joomla\CMS\Component\ComponentHelper::renderComponent()   JROOT/libraries/src/Application/SiteApplication.php:217
18   Joomla\CMS\Application\SiteApplication->dispatch()   JROOT/libraries/src/Application/SiteApplication.php:271
19   Joomla\CMS\Application\SiteApplication->doExecute()   JROOT/libraries/src/Application/CMSApplication.php:304
20   Joomla\CMS\Application\CMSApplication->execute()   JROOT/includes/app.php:58
21   require_once()   JROOT/index.php:32
#23
Quote from: Milbo on October 28, 2025, 19:09:23 PMWebStuff, that is strange, that this fixes something there. But I will take a look.

Patbe60, which captcha do you use? there are different "types". Some use 3rd party plugins, others just joomla plugins of older versions.
Hi Milbo,
I use the Google V3 Invisible Captcha.
It maybe another plugin is mucking up something to do with the $virtuemart_product_id and it is returning "null" and putting the "(int)" in is at least turning it to 0 and not crashing the function.
#24
Virtuemart Development and bug reports / Re: Checkout stuck issue
Last post by fatelettronica - November 01, 2025, 20:14:10 PM
I've now solved the problem by reloading VirtueMart 4.4.10 11120
Let me know if the problem is resolved in version 4.6.0.
#25
Virtuemart Development and bug reports / Checkout stuck issue
Last post by fatelettronica - November 01, 2025, 20:13:43 PM
I've encountered a major issue on three managed sites. This past week, I updated to VirtueMart version 4.6.0 11214.
The update went well until I saw users having trouble completing their orders. I ran a test, and the problem is that the error message "Invalid Token, in view=cart task=updatecart" appears. It's not possible to proceed with the order.

Regards

Joomla! 5.4.0
PHP version 8.4.5
#26
General Questions / Re: Checkout stuck issue
Last post by fatelettronica - November 01, 2025, 20:10:26 PM
I've now solved the problem by reloading VirtueMart 4.4.10 11120
Let me know if the problem is resolved in version 4.6.0.
#27
General Questions / Checkout stuck issue
Last post by fatelettronica - November 01, 2025, 13:27:50 PM
I've encountered a major issue on three managed sites. This past week, I updated to VirtueMart version 4.6.0 11214.
The update went well until I saw users having trouble completing their orders. I ran a test, and the problem is that the error message "Invalid Token, in view=cart task=updatecart" appears. It's not possible to proceed with the order.

Regards

Joomla! 5.4.0
PHP version 8.4.5
#28
Finally I could solve also this problem:

In my template css I had iframe {height:100%}. Deleting this line solved the problem.
#29
It wouldn't have been necessary to check the database. The error was that there was no value in shop -> vendor tab -> List of accepted currencies.

This leaded to a wrong value in the table in vendor_accepted_currencies: "Array" instead of a currency ID (in my case swiss francs - ID = 27).

I don't know, why this field wasn't filled in any longer. As you know I'm using VM since years without this problem.
#30
Virtuemart Development and bug reports / Re: VM4.6.0 pagination error
Last post by Milbo - October 30, 2025, 11:25:50 AM
That works for me here https://whiteandblack.hu/eljegyzesi-gyuru

Maybe you do some more stuff. For example sorting, or so?