Installation Stuck

Good evening.

I was trying to install cs-cart on local PC, each time installation stuck on "SetUp Companies".

Any ideas?

Best Regards

Martin

Can you be more specific about what you mean by "stuck"? Error message, behavior, last action/response?

Can you be more specific about what you mean by "stuck"? Error message, behavior, last action/response?

No error message, just freez on:

Screenshot:

http://nimb.ws/nfTksl

I' m installing on Xampp

Thanks

Suggest you check your PHP error_log (or equivalent) for any messages related to the install. You could also run the install with your browser inspector active so you can review the last request/response data since all of that is done via ajax calls to update the progress bar.

Suggest you check your PHP error_log (or equivalent) for any messages related to the install. You could also run the install with your browser inspector active so you can review the last request/response data since all of that is done via ajax calls to update the progress bar.

Thanks for your repply.

PHP error_log

[Thu Oct 20 21:52:55.991178 2016] [:error] [pid 5284:tid 1876] [client ::1:63865] PHP Fatal error: require_once(): Failed opening required 'Net/IDNA2/Exception.php' (include_path='C:\\xampp\\htdocs/app/lib/pear/C:\\xampp\\php\\PEAR') in C:\\xampp\\htdocs\\app\\lib\\pear\\Net\\IDNA2.php on line 26, referer: http://localhost/install/index.php

Uncaught ReferenceError: Modernizr is not definedrunCart

@ core.js:1048(anonymous function)

@ index.php:37c

@ jquery.min.js:2fireWith

@ jquery.min.js:2ready

@ jquery.min.js:2H

@ jquery.min.js:2

Problem solved, thanks.

The problem was in Phar extension. I made fresh installation on wamp server and now I'm able to install cs cart on local PC.

Thanks