Gets stuck here - 'Creating database tables' - Joomla! Forum - community, help and support
hi, battling joomla work!
i follow instructions installing on localhost , every time try gets stuck when installation gets 'creating database tables' progress bar has been running continuously on hour now!
please help.
thank , kind regards,
[edit]
i using xampp , reports php version 5.5.11
[edit2]
turned off anti virus. created exception xampp in firewall. still same problem.
please help...
i follow instructions installing on localhost , every time try gets stuck when installation gets 'creating database tables' progress bar has been running continuously on hour now!
please help.
thank , kind regards,
[edit]
i using xampp , reports php version 5.5.11
[edit2]
turned off anti virus. created exception xampp in firewall. still same problem.
please help...
it looks timing issue. may have increase max_execution_time in php.
if want increase execution time possible @ least in following ways:.
the parameter adjust maximum execution time allowed activity in php. parameter specified in file php.ini
if working in localhost environment, change php.ini file should located in bin directory of version of apache using. example, if using wamp server , apache version 2.2.11 file referenced php.ini lcoated in directory \wamp\bin\apache\apache2.2.11\bin
if working in remote host, if permitted change php.ini file that. check host service provider information. alternatively, have following line of code in file .htaccess
php_value max_execution_time xx
where xx stands new value of parameter.
if want increase execution time possible @ least in following ways:.
the parameter adjust maximum execution time allowed activity in php. parameter specified in file php.ini
code: select all
max_execution_time = 30 ; maximum execution time of each script, in seconds
if working in localhost environment, change php.ini file should located in bin directory of version of apache using. example, if using wamp server , apache version 2.2.11 file referenced php.ini lcoated in directory \wamp\bin\apache\apache2.2.11\bin
if working in remote host, if permitted change php.ini file that. check host service provider information. alternatively, have following line of code in file .htaccess
php_value max_execution_time xx
where xx stands new value of parameter.
Comments
Post a Comment