php - Joomla install stuck on tables creation -


if have problem (infinite loop) when installing joomla using web installer, face issue while creating tables or copying data, post can (i hope).

as lodder said, in fact it's not real infinite loop timeout of server (when executing code).

edit php.ini , put :

max_execution_time = 3000 memory_limit = 128m 

and restart service!


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -