News:

AbanteCart v1.4.2 is released.

Main Menu

Recent posts

#31
Fresh Installation / Re: Admin Dashboard not showin...
Last post by abolabo - August 06, 2025, 06:30:56 AM
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.  :'(

Hi, this error depends on your current apache version.
Thank you for your report. Good catch.

To solve try to replace content of file C:/wamp64/www/abantecart/admin/.htaccess with this:
<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>

and tell us result. If all fine we'll give you instruction what other places should be edited.

Thank you.

#32
AI for AbanteCart Ecommerce / Got an Idea? Build and Sell I...
Last post by Basara - August 06, 2025, 04:51:01 AM
Hi everyone!

I just published a new video tutorial that walks through how to build and customize an AbanteCart theme using AI tools — specifically the Cursor AI coding assistant.

In the video, We take a basic idea — changing the Novator theme from blue to green — and show how to:
• Use Cursor AI to intelligently update CSS
• Clone the official AbanteCart GitHub repo
• Locate and modify theme files
• Preview the changes live

AbanteCart is incredibly powerful, but sometimes building or customizing themes takes more time than we'd like. So we explored how AI can:
   • Speed up CSS changes
   • Maintain clean, standards-compliant code
   • Help sellers build and launch faster
   • Even assist with writing descriptions and creating images

💡 Now we want to hear from you!

We believe this is just scratching the surface. So we'd love to open up this thread for ideas and collaboration:
   •   Got a cool theme concept you'd like to build?
   •   Want help using AI with your store?
   •   Already testing tools like Cursor, ChatGPT, or Copilot?
   •   Interested in teaming up to build and list a theme?
#33
Fresh Installation / Re: Admin Dashboard not showin...
Last post by emintah92 - August 06, 2025, 04:28:53 AM
I went to check the folders and all of them are writable by Apache.
The Apache error log is as follows:

[Wed Aug 06 08:15:28.662119 2025] [core:alert] [pid 16828:tid 1268] [client ::1:50113] C:/wamp64/www/abantecart/admin/.htaccess: Invalid command 'order', perhaps misspelled or defined by a module not included in the server configuration, referer: http://localhost/abantecart/index.php?rt=index/home&s=randompassword&token=RandomTokenHereInputO0000000

I 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.  :'(
#34
Fresh Installation / Re: Admin Dashboard not showin...
Last post by Basara - August 06, 2025, 03:33:26 AM
Hello.
First, check the file and folder permissions under the /admin/ directory to make sure Apache can access them.

Then check the server error log (C:\wamp64\logs\apache_error.log) to see what's causing the 500 error when trying to load the admin CSS files.
#36
Fresh Installation / Admin Dashboard not showing la...
Last post by emintah92 - August 06, 2025, 02:23:41 AM
I got the latest version as at 05/08/2025 AbanteCart v1.4.2 installed on windows through WAMPSERVER with all required modules and extensions installed and activated.
The landing page and the customer-view works perfectly without any issues. The problem lies with the admin dashboard when logged in. The admin area fails to load any of the styling CSS and layouts for admin view.

I tried accessing the files through direct link clicks from the view-source on Chrome and Microsoft Edge, yet got an internal server error.
Renaming the .htaccess.text to .htaccess too didn't work though I have mod_rewrite.c and other required modules installed and on.

Please help me find out how to resolve the issue.
#37
Support / Re: 1146 Error Upgrading 1.4.1...
Last post by MGBReg - August 05, 2025, 02:14:01 PM
Thank you for the reply abolabo.
I've only just seen it and I tried to update again today with the same issue.

I ran the SQL-query and got the following message.

#1171 - All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead

So I tried changing the NULL to UNIQUE on all lines but it did not like that either :0(

Then tried it all individually and it now gets past those and comes up with

2025-08-05 20:04:43 - Unknown Error: AbanteCart core v.1.4.1 SQL-ERROR: "array (
'error_text' => 'Duplicate column name \'supplier_code\'',
'errno' => 1060,
)" in /homepages

Any further ideas?

Regards
Paul
#38
Built-in Features / Re: Increase of number of char...
Last post by Marcosalves22 - July 31, 2025, 09:11:01 AM
Quote from: llegrand on August 21, 2024, 03:55:22 PMHello Hani,

It is a function of the responsive design -  it will appear in total in some screen sizes, see the image attached.

The solution is to add a wrapping function on those fields,  so if the space is narrow,  the text will wrap.
If you need help log into your WHY2 account and ask us to assist. Remind us what cart version you are using.

Lee at WHY2

Yes, that's it.
#39
Built-in Features / Re: Backup and Restore
Last post by Marcosalves22 - July 31, 2025, 09:08:18 AM
Judging by the logs, the problem is not related to insufficient memory, but rather to exceeding the maximum script execution time (30 seconds) during the backup process. Here's what you can try:

1. Increase max_execution_timeIn php.ini set, for example:

max_execution_time = 300

2. Increase memory_limit (although you already have 512 MB, you can set it to 1024M for testing).

3. Check the availability of the admin/system/backup folder.
  • The permissions should be 755 or 775 so that the script can write files.
  • Make sure there is enough space on the hosting.

4. Try backing up without "heavy" tables.
#40
General Support / Re: Not all 1.4.2 tables are c...
Last post by lucasdowman - July 31, 2025, 03:29:23 AM

Forum Rules Code of conduct
AbanteCart.com 2010 -