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:
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
10 quick tar command examples to create/extract archives in Linux Tar command on Linux The tar (tape archive) command is a frequently used command on linux that allows you to store files into an archive. The commonly seen file extensions are .tar.gz and .tar.bz2 which is a… 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
Hướng dẫn resize phân vùng /tmp Trong bài viết này, Hostvn sẽ hướng dẫn các bạn thay đổi dung lượng phần vùng /tmp thông qua scripts của cPanel. Các bạn làm tuần tự theo các bước dưới đây để tránh gặp lỗi trong quá trình resize. 1. Đầu tiên… Read More
50 UNIX / Linux Sysadmin Tutorials I’ve collected 50 UNIX / Linux sysadmin related tutorials that we’ve posted so far. This is lot of reading. Bookmark this article for your future reference and read it whenever you get free time. Disk to disk backup using d… Read More
0 comments:
Post a Comment