A script is getting this error, so we need to raise the value to about 1500.
Warning: Your hosting provider is using the suhosin patch for PHP, which limits the maximum number of fields allowed in a form: 1000 for suhosin.post.max_vars.
1000 for suhosin.request.max_vars.
Please ask your hosting provider to increase the Suhosin limit to 4581 at least, or you will have to edit the translation files.
Thank you!
SOLVED:
Just edit your php.ini (which was loaded) and add:
suhosin.request.max_vars = 5000
suhosin.post.max_vars = 5000
P.S. Please backup your php.ini before this.
[SOLVED] Warning: Your hosting provider is using the suhosin patch for PHP, which limits the maximum number of fields allowed in a form: 1000 for suhosin.post.max_vars.
Related Posts:
View DELL Service Tag and Express Service Code From Linux and Windows When you call DELL customer support for any help, they will ask for either Service Tag or Express Service Code. You also need service tag to download drivers and documentations from DELL support website.&… Read More
[ERROR] No package .... available. addo | 951 B 00:00base | 1.1 kB 00:00extras | 2.1 kB 00:00updates | 1.9 kB 00:00Excluding Packages in global exclude listFinishedSetting up Install ProcessNo package soap available.Nothing to do when you install another pa… Read More
how to fix : Device eth0 does not seem to be present, delaying initializationI was playing with My Virtualbox today and i tried to clone some Centos Servers. But after this, when starting the eth0, it is no more available.check network: Mã: # ifconfig lo Link encap:Local Loopback in… Read More
Linux: Monitor Hard Disks Temperature With hddtemp There is a nice utility to monitor hard drive temperature. Most modern x86 computer harddisk comes with S.M.A.R.T (Self-Monitoring, Analysis, and Reporting Technology). It is a monitoring system for computer h… Read More
Sử dụng top để theo dõi tình trạng server Một trong số những công việc chúng ta cần phải làm đó là theo dõi tình trạng hệ thống. Trước đây mình đã từng giới thiệu công cụ Linfo nền web rồi, hôm nay mình sẽ giới thiệu một công cụ khác mà ai quản trị server … Read More
0 comments:
Post a Comment