MrConstantine Posted August 25, 2013 Share Posted August 25, 2013 Warning, the PHP settings limit the maximum number of fields in a form for publication: 1000 for max_input_vars. Please ask your provider to increase this limit in 2473 or at least edit the translation file manually anyone know what i can do??? Link to comment Share on other sites More sharing options...
Dh42 Posted August 25, 2013 Share Posted August 25, 2013 Read and do this, http://presto-changeo.tumblr.com/post/17589539698/understanding-php-ini-how-and-why-you-need-one Link to comment Share on other sites More sharing options...
El Patron Posted August 25, 2013 Share Posted August 25, 2013 try this, add to your existing .htaccess file php_value max_input_vars 3000 php_value suhosin.get.max_vars 3000 php_value suhosin.post.max_vars 3000 php_value suhosin.request.max_vars 3000 NOTE THIS IS NOT TESTED... Link to comment Share on other sites More sharing options...
MrConstantine Posted August 25, 2013 Author Share Posted August 25, 2013 gnore_user_abort Off Off implicit_flush Off Off include_path .:/usr/lib/php:/usr/local/lib/php .:/usr/lib/php:/usr/local/lib/php log_errors On On log_errors_max_len 1024 1024 magic_quotes_gpc On On magic_quotes_runtime Off Off magic_quotes_sybase Off Off mail.add_x_header Off Off mail.force_extra_parameters no value no value mail.log no value no value max_execution_time 30 30 max_file_uploads 20 20 max_input_nesting_level 64 64 max_input_time 60 60 max_input_vars 1000 1000 memory_limit 256M 256M open_basedir no value no value output_buffering no value no value output_handler no value no value post_max_size 50M 50M precision 12 12 realpath_cache_size 16K 16K realpath_cache_ttl 120 120 i have the same ,why??? Link to comment Share on other sites More sharing options...
MrConstantine Posted August 25, 2013 Author Share Posted August 25, 2013 memory_limit = 64M max_execution_time = 1000? max_input_time = -1? post_max_size = 20M? upload_max_filesize = 20M? max_input_vars = 10000? suhosin.get.max_vars = 10000? suhosin.post.max_vars = 10000? i create a php file and i edit this in code Link to comment Share on other sites More sharing options...
MrConstantine Posted August 25, 2013 Author Share Posted August 25, 2013 i change it ..at all..but i have the same message at back office Link to comment Share on other sites More sharing options...
El Patron Posted August 25, 2013 Share Posted August 25, 2013 you should contact your hosting company...(assuming you do not have access to your php.ini file) Link to comment Share on other sites More sharing options...
MrConstantine Posted August 25, 2013 Author Share Posted August 25, 2013 i change the numbers ...but i have the same message.. Link to comment Share on other sites More sharing options...
vekia Posted August 26, 2013 Share Posted August 26, 2013 where you've got hosting? on some hosts you need to create php5.ini instead of simple php.ini file. btw. i agree with El Patron, in cases like this everything depends on hosting configuration, so the best way to know something more is... conctact with your hoster, only they know how their servers work Link to comment Share on other sites More sharing options...
MrConstantine Posted August 26, 2013 Author Share Posted August 26, 2013 how i contact t my hoster ???i join t cpanel and then what??? Link to comment Share on other sites More sharing options...
Dh42 Posted August 26, 2013 Share Posted August 26, 2013 Go to their website and put in a support request. Who is your host? Link to comment Share on other sites More sharing options...
Recommended Posts