AbanteCart Community
Shopping Cart Operations => Support => Topic started by: discomaster on November 21, 2016, 01:14:19 AM
-
Dear All AbanteCart Members & Support Staff.
I have downloaded the latest version of abantecart and installed into my Macbook/MAMP server - Apache, PHP 7.0.12 etc. Firstly I want to locally test it out before publishing it to godaddy or so. Following are the major issues I am having.
Browsers: Firefox (latest), and/or Google Chrome
1.) When I try clicking on the Template Manager -> Store Logo or Icon + sign to update and upload my own logo, it gives me the following error "Load Data Error. Please check error log for more info" -- Note no error is being logged.
2.) When I clicking on "Media Resource Library Manager" icon on the top, it gives me the same error as "Load Data Error. Please check error log for more info".
I have spent almost 3 hours searching how to fix it on the localhost so I can continuing playing and testing it before adapting for my newly small store.
Following is what I have done to PHP.INI and restarted the MAMP server but no success.
memory_limit = 128M ;
output_buffering = On
max_execution_time = 3600 ; Maximum execution time of each script, in seconds
max_input_time = 6000 ; Maximum amount of time each script may spend parsing request data
memory_limit = 512M ; Maximum amount of memory a script may consume (8MB)
output_buffering = 4096;
----
As anyone gone through this on the localhost, can help fix this issue. I searched google, and this forum for 3 hours and have found any solution for it. Therefore my last attempt was to open a new topic.
Appreciate any help.
Regards
-
Make sure you have write permission to resources/cache and other important folders.
You can enable System check (System > Settings > System) and it will report you problems after some time
-
looks like something blocks your ajax-requests, for ex firewall.
You can try press F12 key in chrome and look into tab Net . Just find ajax (xhr) request and check server status for it. Normally it is 200 or 302.
Also check your error log in admin menu "System->logs->error logs" as your error text has suggested