AbanteCart Community
eCommerce construction => Installation and Configuration => Topic started by: dchizu on April 17, 2015, 07:33:36 AM
-
i just installed the latest version of AbanteCart cart on my localhost and on my first attempt to open storefront, I am getting a fatal error message. what did i do wrong? how can i correct it? please help :'(
-
Hello.
Check for errors in the AbanteCart error log (http://forum.abantecart.com/index.php/topic,834.msg3085.html#msg3085)
In case you can not configure localhost easiest solution is Bitnami installers https://bitnami.com/stack/abantecart few clicks and you have localhost server with AbanteCart ;)
-
This is the error message i got- error: AbanteCart core v.1.2.1 Maximum execution time of 30 seconds exceeded in <b>C:\wamp\www\abantecart-src-master\public_html\core\lib\image.php</b> on line <b>59</b> . What do i do?
-
changing the value for the param max_execution_time in php.ini
http://stackoverflow.com/a/10128302
-
changing the value for the param max_execution_time in php.ini
http://stackoverflow.com/a/10128302
done! Thank you