Failure shopping cart

  • Posts: 63
  • Thank you received: 6
9 years 4 months ago #235830

-- HikaShop version -- : 2.6.2
-- Joomla version -- : 3.5.1
-- PHP version -- : 7
-- Browser(s) name and version -- : Chome and Firefox
-- Error-message(debug-mod must be tuned on) -- : Failure msg:
0-Call to undefined function mysql_connect()

Hi,

We have updated to 2.6.2 due to the failure that the shopping cart was ending up in a failure, we thought it solved the problem, only by checking it again failure is still there. We check it at the development server and a production server. We now parked this version at an outside development server and went back to the back-up.

Failure msg:
0-Call to undefined function mysql_connect()

Regards,

Wella

Please Log in or Create an account to join the conversation.

  • Posts: 84233
  • Thank you received: 13675
  • MODERATOR
9 years 4 months ago #235832

Hi,

The function mysql_connect is a standard function of PHP but has been removed in PHP7:
php.net/manual/en/function.mysql-connect.php
The function mysqli_connect should now be used instead.
HikaShop doesn't use that function at all so the problem is not in HikaShop.
I suppose that you're using an extension which doesn't use the correct function or you've configured your Joomla driver to be MySQL instead of MySQLi.

Please Log in or Create an account to join the conversation.

  • Posts: 63
  • Thank you received: 6
9 years 4 months ago #236040

Hi Nicolas,

The first time we updated it to 2.6.2. it seems that it updated the version number but not the failure, we saw in the coding that the update was not implemented, after updating again with the same version it change the coding and everything is now working fine.

Regards,

Wella

Please Log in or Create an account to join the conversation.

Time to create page: 0.063 seconds
Powered by Kunena Forum