Page 1 of 1

php requirements

Posted: Wed Oct 18, 2017 7:56 am
by nikokara - BANNED
Searched the wiki but nothing found

what are exactly the following php requirements for meteotemplate to work properly.

max_execution_time = ???
max_input_time = ???
memory_limit = ???
post_max_size =???
upload_max_filesize =???

Re: php requirements

Posted: Wed Oct 18, 2017 8:37 am
by Jachym
There are no exact limits for this, but you dont have to worry about max_input_time, post_max_size and upload_max_filesize, those are not relevant. What matters is max_execution_time and memory_limit, if these are too low you might have problems in some pages.

Re: php requirements

Posted: Wed Oct 18, 2017 8:56 am
by nikokara - BANNED
Jachym wrote: Wed Oct 18, 2017 8:37 am There are no exact limits for this, but you dont have to worry about max_input_time, post_max_size and upload_max_filesize, those are not relevant. What matters is max_execution_time and memory_limit, if these are too low you might have problems in some pages.
Yes i have problems in many pages
Ok Second version of the question.

What is/are the
max_execution_time &
memory_limit
values ??

Re: php requirements

Posted: Wed Oct 18, 2017 9:23 am
by Jachym
There is no exact value for this. First of all it depends on the combination of the two, second, it depends how fast for example your server communicates with the data source. It is trial/error, if it does not work, you need to increase them.