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:
Hướng dẫn sử dụng text editor vi trong linux Hôm trước, mình có hướng dẫn các bạn cách sử dụng text edior nano trong Linux. Còn một công cụ nữa có chức năng tương tự là vi, hôm nay mình sẽ hướng dẫn sử dụng tiếp. 1. Mở file Cũng giống như các editor khác bạn cần… Read More
25 cách tăng cường bảo mật cho một máy chủ Linux Hầu hết mọi người đều cho rằng hệ thống bảo mật của Linux đã được cài đặt sẵn và không cần phải thay đổi nhiều. Tuy nhiên, Linux có những mô hình bảo mật riêng cho các trường hợp khác nhau.Việc lựa chọn chế độ phù hợp c… Read More
10 Useful Interview Questions on Linux Services and Daemons Here in this series of Interview Article, we would be covering Services and Daemons in Linux. 1. What is Exim Service? What is the purpose of this Service? Answer : Exim is an Open Source Mail Transfer Agent… Read More
Hiển thị số dòng trong vi / vim Linux Hiển thị số dòng ở vi / vim có thể sẽ rất cần thiết khi debug code hoặc debug lỗi, hoặc sẽ giúp bạn dễ dàng tìm đến dòng cần thiết. Tiếp theo bài viết hướng dẫn sử dụng text editor vi trong Linux cơ bản, bài viết … Read More
HƯỚNG DẪN CÀI ĐẶT PROXY VÀ CẤU HÌNH CÁC ACCESS CONTROL LIST TRONG PROXY TRÊN LINUX Cài đặt squid từ packet : squid-version.i386.rpm Các tập tin và thư mục mặc định của squid : /etc/squid/squid.conf : tập tin cấu hình chính. /var/log/squid : lư… Read More
0 comments:
Post a Comment