2794
« on: October 07, 2012, 03:49:41 PM »
There is a process with installing language for admin and storefront. This process can take a minute or two depending on your server.
What you did with php.ini is correct to increase maximum execution time.
When you install just wait for the install to stop. Do not stop it.
You can make installation fast if you remove 1 line of code:
Open file public_html/install/controller/pages/install.php
Locate line 226 and remove the following code:
$language->definitionAutoLoad(1,'all','all','update');
NOTE: Do this before you run installation and it will be blasting fast.
When you start running application it will build language automatically as it use them.