initially i encountered the AJAX error: 200, that still remains, but the installation proceeded further.. and now i encountered this error. unable to install the modules.
Asked
Active
Viewed 13 times
1 Answers
0
The ajax error on install is often due to the execution time in your php.ini being too low. Change it to 2/3mins or more if your environnement is not the production one. The modules install problem might be linked.

Laurent Fauvel
- 631
- 6
- 12
-
how do i change? please, details? – Ayush Nov 30 '15 at 20:52
-
Inside the php.ini file, change it to : max_execution_time = 240. http://www.php.net/manual/en/info.configuration.php#ini.max-execution-time – Laurent Fauvel Nov 30 '15 at 21:31
-
If you wonder where is your php.ini file take a look here : http://stackoverflow.com/questions/8684609/dude-wheres-my-php-ini – Laurent Fauvel Nov 30 '15 at 21:35