• I just installed my WordPress server a week ago. So far I have not run into much problem. This is the first time I upload a theme template (23m). It ran for a while then timed out. I did turn off the server firewall (ufw). I am not sure if I missed any package or plugin required for the template upload. Please tell me what package or plugin does WordPress need for template upload so that I can check that out.

    Thanks,
    Andrew K

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there,

    The issue could be related to the timeout limit of the server. The maximum PHP limit is controlled at the server-level, not by WordPress. Here are three ways you can increase the limit:

    1. If you can edit or override the system php.ini file, it is best to make the php max_execution_time in the php.ini file to 900s at least.

    2. If you cannot edit or override the system php.ini file, add ‘php_value max_input_time 900’ and ‘php_value max_execution_time 900’ to your .htaccess file.

    3. If neither of these work, it’s time to ask your hosting provider to increase the maximum file and post sizes on your account.

Viewing 1 replies (of 1 total)
  • The topic ‘Template upload timeout’ is closed to new replies.