AbanteCart Community

eCommerce construction => Installation and Configuration => Topic started by: dchizu on April 17, 2015, 07:33:36 AM

Title: storefront not opening
Post 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 :'(
Title: Re: storefront not opening
Post by: Basara on April 17, 2015, 07:45:55 AM
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  ;)
Title: Re: storefront not opening
Post by: dchizu on April 17, 2015, 08:43:43 AM
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?
Title: Re: storefront not opening
Post by: Basara on April 17, 2015, 09:19:11 AM
changing the value for the param max_execution_time in php.ini
http://stackoverflow.com/a/10128302
Title: Re: storefront not opening
Post by: dchizu on April 21, 2015, 06:38:01 AM
changing the value for the param max_execution_time in php.ini
http://stackoverflow.com/a/10128302
done! Thank you