WEBDVL Posted February 1, 2016 Share 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ť? Link to comment Share on other sites More sharing options...
WEBDVL Posted February 7, 2016 Author Share Posted February 7, 2016 Úžasná podpora.... Link to comment Share on other sites More sharing options...
newpresto Posted February 7, 2016 Share 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 Link to comment Share on other sites More sharing options...
danodano Posted February 15, 2016 Share 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. Link to comment Share on other sites More sharing options...
WEBDVL Posted March 9, 2016 Author Share Posted March 9, 2016 Vo websupporte to mám nastavené na maximum čo je 4800 Link to comment Share on other sites More sharing options...
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