WEBDVL 27 Posted February 1, 2016 Posted February 1, 2016 Ahoj. Mám problém pri preklade administrácie, zobrazuje sa mi chyba: Warning! Your PHP configuration limits the maximum number of fields allowed in a form 4800 for max_input_vars.Please ask your hosting provider to increase this limit to 5318 at least, or you will have to edit the translation files. Hosting mi nastavil maximum a mám tam 4800. Čo mám robiť aby som mohol administráciu preložiť? Share this post Link to post Share on other sites
WEBDVL 27 Posted February 7, 2016 Posted February 7, 2016 Úžasná podpora.... Share this post Link to post Share on other sites
newpresto 3 Posted February 7, 2016 Posted February 7, 2016 Úžasná podpora.... je to tu řešené napříč všema zeměma,stačí hledat... někam nakonec .htaccess vložit tohle <IfModule mod_php5.c> php_value post_max_size 50M php_value upload_max_filesize 50M php_value memory_limit 128M php_value max_input_vars 6000 </IfModule> snad to pomůže Share this post Link to post Share on other sites
danodano 1 Posted February 15, 2016 Posted February 15, 2016 je to tu řešené napříč všema zeměma,stačí hledat... někam nakonec .htaccess vložit tohle <IfModule mod_php5.c> php_value post_max_size 50M php_value upload_max_filesize 50M php_value memory_limit 128M php_value max_input_vars 6000 </IfModule> snad to pomůže To mu asi nepomoze, keby kazdy mohol prebit hostera vlozenim tohoto do .htaccessu tak by si administratori trhali vlasy, jedine poziadat hosting o zvysenie toho limitu. A to aky je hosting? Lebo vo websupporte sa to da bez problemov. Share this post Link to post Share on other sites
WEBDVL 27 Posted March 9, 2016 Posted March 9, 2016 Vo websupporte to mám nastavené na maximum čo je 4800 Share this post Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now