I want to use the gym demo site but but it stops to initializing and stays there. what can i do?

1 Like

Hi @panavagi22,

Thanks for writing in. Please contact your web host to configure the following server settings to the specified value or more.

memory_limit = 512M
upload_max_filesize = 512M
post_max_size = 512M
max_execution_time = 300
max_input_time = 300
max_allowed_packet = 16Mb
innodb_log_file_size = 128mb
allow_url_fopen = On

Hope that helps.

Thank you.

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