Installation not working

We keep getting a message that the link you have followed has expired. So we are unable to install.

Hello Jai,

Thanks for writing in! This problem usually occur with PHP settings. This is most likely a upload max.file limit issue.

Please contact your host and ask to increase the following settings.

memory_limit
upload_max_size
post_max_size
upload_max_filesize
max_execution_time
max_input_time

Preferably to the following values.

memory_limit = 512M
upload_max_size = 256M
post_max_size = 256M
upload_max_filesize = 256M
max_execution_time = 300
max_input_time = 1000

Other threads for referrence:

Hope this helps. Please let us know how it goes.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.