AbanteCart Community

General Topics => News and Announcements => Topic started by: abantecart on January 21, 2025, 08:51:07 PM

Title: AbanteCart Version 1.4.1 is now released
Post by: abantecart on January 21, 2025, 08:51:07 PM
New release v1.4.1 is here.

Highlights of this Release:
- New Content Page Management System
- Intuitive page builder
- Content version vault, allowing to track text changes and revert to previous versions effortlessly.
- Enhanced Import Wizard: Now supports JSON data column mapping with advanced features like splitting, concatenating, and merging data columns for seamless data integration.
- Stripe Payment Upgrade: Added support for TWINT, a popular payment method in Switzerland, enhancing payment flexibility.
And that’s not all – this release includes numerous other improvements and bug fixes to ensure better performance and reliability.
And many more improvements and updates

More details:
https://github.com/abantecart/abantecart-src/releases/tag/1.4.1
Title: Re: AbanteCart Version 1.4.1 is now released
Post by: Tdubb on June 09, 2025, 07:12:06 PM
I continue to get error messages when trying to complete this update. The latest error is as follows.  Directory /home/myprettypetonlin/public_html/extensions/ is not writable. Please change permissions for it.
Title: Re: AbanteCart Version 1.4.1 is now released
Post by: Basara on June 10, 2025, 01:42:56 AM
I continue to get error messages when trying to complete this update. The latest error is as follows.  Directory /home/myprettypetonlin/public_html/extensions/ is not writable. Please change permissions for it.
Hello.
Error means that the AbanteCart system is trying to write to the extensions/ directory during an update or installation, but it doesn’t have the necessary file permissions.
Log in to your hosting control panel, set the permissions to 775, which allows the web server to write to the directory. If that doesn’t work, you can temporarily try 777