VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product pricing => Topic started by: extonjaez on November 07, 2022, 13:22:12 PM

Title: 0 Call to undefined method Joomla\Database\Mysqli\MysqliDriver::query()
Post by: extonjaez on November 07, 2022, 13:22:12 PM
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

Title: Re: 0 Call to undefined method Joomla\Database\Mysqli\MysqliDriver::query()
Post by: GJC Web Design on November 08, 2022, 11:31:51 AM
Pretty sure Milbo found these replace query() with execute() yesterday so should be in the next release ..
Title: Re: 0 Call to undefined method Joomla\Database\Mysqli\MysqliDriver::query()
Post by: extonjaez on November 09, 2022, 15:38:43 PM
Revision 10733 and i see nothing about fix... ;D
Title: Re: 0 Call to undefined method Joomla\Database\Mysqli\MysqliDriver::query()
Post by: Studio 42 on November 09, 2022, 18:05:15 PM
Have you checked with another Template?
Sometime the template override has a wrong code
Title: Re: 0 Call to undefined method Joomla\Database\Mysqli\MysqliDriver::query()
Post by: extonjaez on November 09, 2022, 19:04:13 PM
In fact my dev just explains me that the error come from
- content plugin vm2hits, it had old query() function.
Regards