hi,
what about install/upgrade log?
what about install/upgrade log?
AbanteCart v1.4.2.1 is released.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: ixl on September 08, 2025, 06:55:15 AMHi
I believe this has been asked before but was 9 years ago under a totally different release. So I cannot seem to find the comparison files that were apparently java files.
I'd like to be able to adjust the image speed for the next image in the slider.
So if a product is viewed and there are 5 images for example, its a bit too slow for my liking so wondered if we can adjust this. Its currently about 5 seconds.
Unless I haven't see it in the configuration....
Quote from: emintah92 on August 06, 2025, 04:28:53 AMI can only say that I know next to nothing about Apache server files and editing .htaccess files so I haven't touched them at all. please help.![]()
<IfModule !mod_authz_core.c>
# Apache 2.2
<FilesMatch "\.php$">
Order deny,allow
Deny from all
</FilesMatch>
</IfModule>
<IfModule mod_authz_core.c>
# Apache 2.4+
<FilesMatch "\.php$">
Require all denied
</FilesMatch>
</IfModule>
Quote from: hannaconner on July 14, 2025, 03:00:10 AM
My second question is, on the checkout page, it keeps saying "Error: No Shipping options are available. Please contact us for assistance!".
I have no idea why it keeps saying this - I activated ship by weight and also paypal is available as a payment method.
Please help, thanks
Quote from: Ali Arslan on July 10, 2025, 04:40:07 AMWhat if remove file system/config.php and try to install ?
First of all, thank you for your support and clarification regarding the option types. That was really helpful.
Now, I am facing an issue while installing AbanteCart on my domain. I downloaded the official package from the AbanteCart website, extracted it on my server, and accessed the installation via browser.
1-License agreement step completes successfully.
2-Compatibility validation also shows all checks as passed.
However, during the configuration step, after entering the database and admin details and clicking Continue, the installation proceeds to the data load phase and then throws the following error:
"Parse error has occurred during installation."
Error.txt :
2025-07-10 8:09:44 - Unknown Error: AbanteCart core v.1.4.2 ADB::__construct(): Argument #1 ($driver) must be of type string, null given, called in /home/server/public_folder/domain/shop/install/model/install.php on line 260
Trace:
#0 /home/server/public_folder/domain/shop/install/model/install.php(260): ADB->__construct(NULL, NULL, NULL, NULL, NULL, NULL, Array)
Could you please help me understand the cause of this error and how to resolve it?
Quote from: Ali Arslan on July 10, 2025, 04:21:54 AM
As requested, I've recorded a video demonstrating the issue. In the first half of the video, you'll see that on one site (with the same version), the product section does not have the "+" button to add values. In the second half, on another site with the same version, the "+" button is visible and working.
Quote from: perplexed on July 03, 2025, 01:14:41 PM
We have a solution from our webhosting support team, that appears it has indeed fixed a couple of issues on Abantecart. Sharing their response below:
"We've reviewed the issue reported on your website and found that it was likely related to PHP's memory limit settings not properly reflecting on the site.
To address this, we have created a .user.ini file within the root directory of your site and increased the PHP memory_limit to 2048M (2GB). This change ensures that your application has access to more memory, which can help prevent memory-related errors during operation.
At this time, no further errors are appearing in the logs, but we recommend that you test the site and let us know if you experience the same issue again. We appreciate the productive communication with the AbanteCart IT team during this process."