Pro import dat do tématu WordPress
Koupil jsem Theme pro WordPress ale v dokumentaci to vyžaduje zvednutí limitů v php.ini. Dá se to zařídit?
You may encounter issues linked to low PHP configuration restrictions in a variety of situations, such as a white screen, demo material that fails to import, empty page content, and other similar concerns. The fix is to raise the PHP limitations. You may change this on your own by modifying the php.ini file in the root directory, or you can contact your web host and request that they increase those limitations to a bare minimum, as shown below.
max_input_time = 6000memory_limit = 128Mmax_execution_time= 6000post_max_size = 64Mupload_max_filesize = 32Mset_time_limit (600)
Role: Zákazník
Otázka je uzamčena pro nové odpovědi.
MB313456 Vybral nejlepší odpověď
1 Odpověď
Dobrý den,
paramtery hostingu může ovlivnit:
- Tarif (memory_limit, upload_max_filesize, post_max_size, max_execution_time)
- Konfigurace PHP (max_execution_time)
- Nastavení na vyžádání ze strany podpory vyžádané přes formulář (max_input_time)
Parametr set_time_limit nastavit nelze.
MB313456 Vybral nejlepší odpověď