Show Posts


Messages - maxter

Pages: 1 ... 3 4 [5] 6 7 ... 15
61
Support / Re: Tables not reading database??? HELP
« on: October 12, 2020, 08:05:11 AM »
755 permissions are OK as long as linux user is the same as user running your webserver.

I think cusomers and users are not cached, so if you create user or register a customer you should see thouse.

62
Opinions / Re: Is Abantecart emerging or dying?
« on: October 12, 2020, 07:36:26 AM »
I would not say Abantecart is dying. Developers are prety active and my extensions are moving on the marketplace.
We work with both opencart and AbanteCart for the clients. Yes, opencart has more extensions but, there are many that are junk.
I prefer Abantecart over opencart because of interface and more sofisticated core and extension API.

Abantecart team is working on version 2.0 that suppose to be very powefull. I checked it some time ago and it looked promising.


63
How-to questions / Re: How to view customers wishlist on admin panel
« on: October 10, 2020, 07:04:39 AM »
I believe there is no connection between wishlist and the stock. Back to sock notification would be a great plugin though. Please PM to me if you want it to be created.

64
Support / Re: Tables not reading database??? HELP
« on: October 10, 2020, 07:02:40 AM »
Welcome to Abantecart gear259!

You might have one of below two issues:

1. If you have multiple stores setup, make sure you have a correct store selected in the admin. There is a store selector in the content top right corner.
Customers, products, etc are created per store.

3. Abantecart cache is not cleared.
Try to clear the cache
https://abantecart.atlassian.net/wiki/spaces/AD/pages/14483758/Cache
If this does not help, you might have permission issue on the files/directories
folder files under .../system/cache/... should be writable for a user running a web server.

Note. It is not recommended to make changes in database (phpmyadmin) directly, unless you know what you doing.

65
Support / Re: Tables not reading database??? HELP
« on: October 10, 2020, 07:00:50 AM »
Welcome to Abantecart gear259!

You might have one of below two issues:

1. If you have multiple stores setup, make sure you have a correct store selected in the admin. There is a store selector in the top right corner.
Customers, products, etc are created per store.

3. Abantecart cache is not cleared.
Try to clear the cache
https://abantecart.atlassian.net/wiki/spaces/AD/pages/14483758/Cache
If this does not help, you might have permission issue on the files/directories
folder files under .../system/cache/... should be writable for a user running a web server.

Note. It is not recommended to make changes in database (phpmyadmin) directly, unless you know what you doing.

66
Support / Re: Category Error and URL not found
« on: September 22, 2020, 09:01:54 AM »
Glad I can help :)

67
Support / Re: Suddenly unable to log in to admin or log in as a customer
« on: September 21, 2020, 12:28:06 PM »
The question is to you. Did you or any one on your team do any upgrade or changes? What is a version of your AbanteCart?

Based on my experience, there is something changed on your configuraton or hosting side.

There must be something on the AbanteCart or webserver log. Check and share the errors right after login attemnts.


68
Support / Re: Category Error and URL not found
« on: September 21, 2020, 12:22:43 PM »
Welcome to AbanteCart enjoytomove.

My guess, you have enabled SEO URLs and did not set up your webserver as instructed
https://abantecart.atlassian.net/wiki/spaces/AD/pages/7962664/SEO+URL+s

What is your webserver?

69
Support / Re: There has been a critical error processing your request
« on: September 17, 2020, 10:34:05 PM »
Your FTP issues it not related/connected to Mysql error.

I think your error is self explanatory. you need to repare the table.
https://dev.mysql.com/doc/refman/5.7/en/rebuilding-tables.html

Code: [Select]
mysqlcheck --repair --databases [db name]or
Code: [Select]
mysqlcheck --repair --all-databases

70
I do not think the value is right here:
mysql.connect_timeout = 256M;

From PHP manual:
mysql.connect_timeout integer
Connect timeout in seconds. On Linux this timeout is also used for waiting for the first answer from the server.

There is no "M"

71
Built-in Features / Re: Local Delivery
« on: September 12, 2020, 05:35:20 PM »
I can do this for you if you want. Please PM.

72
I clearly see that you have issue with your Mysql server. That could be a reason for timeouts and no connection in your last post.

Check your mysql server.
Try to repare tables as well.

73
Fresh Installation / Re: I think I found a bug - fast checkout
« on: August 31, 2020, 06:16:09 AM »
504 error with Gateway time out can be many things. The majority of problems can be on the server side and necessarily a bug in the code.

 Does it happen one time in the same page/request or consistently?


74
First there is an abantecart docker ready https://hub.docker.com/r/abantecart/abantecart

See if this article helps you with the docker
https://stackify.com/docker-tutorial/

75
Support / Re: How to create multi stores under sub folder?
« on: August 18, 2020, 03:33:16 PM »
Thank you llegrand for the comment. I posted to quickly. I corrected the post.

Pages: 1 ... 3 4 [5] 6 7 ... 15

Powered by SMFPacks Social Login Mod