Magento Installation Error

I downloaded magento 1.7.0.0and then I extracted and copied it to wwwmy wamp folder , but when I go to the directory, say 127.0.0.1/magento/afterException

---------------------------
Visual Studio Just-In-Time Debugger
---------------------------
An unhandled win32 exception occurred in httpd.exe [568]. Just-In-Time debugging this exception failed with the following error: No installed debugger has Just-In-Time debugging enabled. In Visual Studio, Just-In-Time debugging can be enabled from Tools/Options/Debugging/Just-In-Time.

Check the documentation index for 'Just-in-time debugging, errors' for more information.
---------------------------
OK   
---------------------------

I can’t solve it ............

+3
source share
1 answer

Have you tried extending max_execution_time in php.ini? Set it to 1800. You might also want to change the memory limit to 1024 MB.

Taken from this stream.

+1
source

All Articles