AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: george62 on July 13, 2024, 08:04:39 PM

Title: new installation by softaculous path urls blank pages
Post by: george62 on July 13, 2024, 08:04:39 PM
I recently installed AbanteCart Cart, usinf softaculous. Softaculous sent me an email stating that the installation was successful. However, the path url for the shopcart, and the admin url both show up as a blank white page. any ideas?
Title: Re: new installation by softaculous path urls blank pages
Post by: Basara on July 15, 2024, 01:21:12 AM
Hello.
It seems there's a server error causing a blank page. Please review the latest entries in the AbanteCart error log (https://forum.abantecart.com/index.php/topic,834.msg3085.html#msg3085) file to identify the issue.
Title: Re: new installation by softaculous path urls blank pages
Post by: george62 on July 15, 2024, 06:42:44 PM
The error log shows this:

2024-07-09 1:04:20 - Unknown Error:  AbanteCart core v.1.3.4 Class "mysqli" not found in <b>/home/stormsof/public_html/AbanteCart/core/database/amysqli.php</b> on line <b>45</b>


Title: Re: new installation by softaculous path urls blank pages
Post by: abolabo on July 16, 2024, 05:39:42 AM
Quote from: george62 on July 15, 2024, 06:42:44 PM
The error log shows this:

2024-07-09 1:04:20 - Unknown Error:  AbanteCart core v.1.3.4 Class "mysqli" not found in <b>/home/stormsof/public_html/AbanteCart/core/database/amysqli.php</b> on line <b>45</b>
this error mean mysli php-extension does not installed on your host.
You can try to switch on another mysql driver. Just open public_html/system/config.php file and replace 'amysqli' with 'apdomysql'.
Or install mysqli driver on your host. See more details here https://www.php.net/manual/en/mysqli.installation.php