Show Posts


Messages - dvagner

Pages: [1] 2 3 ... 5
2
Check connection from another program. For example: WorkBench or mysql console client.

4
Installation and Configuration / Re: Docker persistent storage?
« on: August 01, 2022, 01:27:03 AM »
It all depends on what you need. For development, they usually take the root directory of the site and the database outside the container. For operation, only the database is taken out of the container.

5
Support / Re: Upgrade Error
« on: May 31, 2022, 02:51:14 AM »
Check File Permissions

6
Support / Re: Marketplace Search Bar
« on: May 31, 2022, 02:30:26 AM »

7
General Support / Re: Configure SSL certificate via Nginx
« on: April 27, 2022, 02:22:43 AM »
Describe the architecture in more detail. Show docker and nginx config

8
Support / Re: Error 500 - Mail & Backup
« on: April 01, 2022, 04:22:25 AM »
what is your server configuration? php version? php libraries list?

9
Support / Re: Error 500 - Mail & Backup
« on: April 01, 2022, 01:37:48 AM »
You need to check abantecart error log & server error log

10
Support / Re: Product Filters
« on: March 24, 2022, 07:36:15 AM »
You can check installed/removed extensions

11
Support / Re: The administrator background is very slow to open
« on: March 07, 2022, 04:23:52 AM »
You can try last version
We fix some issues in admin template.

12
Support / Re: The administrator background is very slow to open
« on: March 03, 2022, 10:14:15 AM »
You can see network requests in Browser Inspect tool (tab network).
We don't know what is you domain, hosting, network etc.
We can give you only general recomendations.

13
Support / Re: The administrator background is very slow to open
« on: March 03, 2022, 01:45:54 AM »
Looks like slow DB connection/work. Check your DB server. You can enable slow logs. Check CPU/Disk/Memory usage etc.

14
Template Support / Re: Sort function of Tags
« on: February 28, 2022, 02:39:36 AM »
This is related to the DB, the tag is part of the index, MYSQL sort the data in the index

15
Support / Re: Integrating to vue js?
« on: December 07, 2021, 02:23:08 AM »
Yes I have.

Here 2 ways:
1. Import as JS library in template files. See https://vuejs.org/v2/guide/installation.html
2. Build your component and then pack it with webpack (or other tools), and then import it as external script.

Both approaches work and have their pros and cons

Pages: [1] 2 3 ... 5

Powered by SMFPacks Social Login Mod