Hello,
I have this error
0
Call to undefined method Joomla\Database\Mysqli\MysqliDriver::query()
when an user selects a product in VM category page (frontend)
Category page
https://www.la-vie.paris/some-links/manufacturer/paris-nearby-cities/results,1-0?clearCart=0
exemple of product' page choosen in category page with an error
https://www.la-vie.paris/some-links/walks/notre-dame-de-paris-cathedral-detail
Thanks for your help
regards
Arnaud
System Information
VirtueMart 4.0.7 10731
PHP Built On Linux s22095112 3.10.0-1127.13.1.el7.x86_64 #1 SMP Tue Jun 23 15:46:38 UTC 2020 x86_64
Database Type mysql
Database Version 10.2.44-MariaDB
Database Collation utf8mb4_general_ci
Database Connection Collation utf8mb4_general_ci
Database Connection Encryption None
Database Server Supports Connection Encryption No
PHP Version 8.1.9
Web Server Apache
WebServer to PHP Interface fpm-fcgi
Joomla! Version Joomla! 4.2.4 Stable [ Uaminifu ] 25-October-2022 15:20 GMT
User Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36
Pretty sure Milbo found these replace query() with execute() yesterday so should be in the next release ..
Revision 10733 and i see nothing about fix... ;D
Have you checked with another Template?
Sometime the template override has a wrong code
In fact my dev just explains me that the error come from
- content plugin vm2hits, it had old query() function.
Regards