Installing 3.4.1 not working correctly not submiting - Joomla! Forum - community, help and support
dear support members,
recently have downloaded joomla 3.4.1. tried install in localhost. doesn't install. put installation process whole day, no use. still installation process bar going on.
can 1 me in regard.
thanking you
recently have downloaded joomla 3.4.1. tried install in localhost. doesn't install. put installation process whole day, no use. still installation process bar going on.
can 1 me in regard.
thanking you
hi sundeepg,
open your_joomla_folder\installation\sql\mysql\joomla.sql
edit :
"engine=innodb"
into :
"engine=myisam"
if didn't work, try change max_execution_time value 3000 in php.ini , restart apache.
if problem of joomla execution time:in below display error
actual display time:30 sec that
actually need more execution time download joomla content,
need change max_execution_time:30 sec max_execution_time:300 sec
find location @ our joomla doc
placed on following php files:
>>xampp>php.ini
>>php.ini.development
open your_joomla_folder\installation\sql\mysql\joomla.sql
edit :
"engine=innodb"
into :
"engine=myisam"
if didn't work, try change max_execution_time value 3000 in php.ini , restart apache.
if problem of joomla execution time:in below display error
actual display time:30 sec that
actually need more execution time download joomla content,
need change max_execution_time:30 sec max_execution_time:300 sec
find location @ our joomla doc
placed on following php files:
>>xampp>php.ini
>>php.ini.development
Comments
Post a Comment