News:

Looking for documentation? Take a look on our wiki

Main Menu

0 Call to undefined method Joomla\Database\Mysqli\MysqliDriver::query()

Started by extonjaez, November 07, 2022, 13:22:12 PM

Previous topic - Next topic

extonjaez

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


GJC Web Design

Pretty sure Milbo found these replace query() with execute() yesterday so should be in the next release ..
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

extonjaez


Studio 42

Have you checked with another Template?
Sometime the template override has a wrong code

extonjaez

In fact my dev just explains me that the error come from
- content plugin vm2hits, it had old query() function.
Regards