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 =???
php requirements
- nikokara - BANNED
- Advisor

- Posts: 70
- Joined: Wed Sep 13, 2017 5:05 pm
- Station model: ng265 (Fine Offset)
- Software: Cumulus
php requirements
niko
- Jachym
- Site Admin

- Posts: 1686
- Joined: Fri Aug 18, 2017 10:12 pm
- Location: Brno, Czech Republic
- Station model: WH1080
- Software: Meteobridge
- Contact:
Re: php requirements
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.
- nikokara - BANNED
- Advisor

- Posts: 70
- Joined: Wed Sep 13, 2017 5:05 pm
- Station model: ng265 (Fine Offset)
- Software: Cumulus
Re: php requirements
Yes i have problems in many pagesJachym 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.
Ok Second version of the question.
What is/are the
max_execution_time &
memory_limit
values ??
niko
- Jachym
- Site Admin

- Posts: 1686
- Joined: Fri Aug 18, 2017 10:12 pm
- Location: Brno, Czech Republic
- Station model: WH1080
- Software: Meteobridge
- Contact:
Re: php requirements
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.