admin管理员组

文章数量:1391999

I have problem with page update. I am tring to save more than 14230 characters. After "update" worpress is moving me to "Posts" page. I show this issue on this video:

However! Sometimes I can add one chcaracter more and save it correctly! Next I cannot save more than 14231 characters. etc. Probably this is not problem with character limitation.

I tried to increase memory limit in .htaccess

   php_value max_input_vars 1000
   php_value suhosin.get.max_vars 1000
   php_value suhosin.post.max_vars 1000
   php_value suhosin.request.max_vars 1000
   php_value memory_limit 256M

I added also that line in wp-config.php

   define('WP_MEMORY_LIMIT', '256M');

I didnt notice this erreor earlier. I notice this after Permalink changes. And I also changed WordPress Address and Site Address to my new domain. I don't know if this is connected with the issue.

Nothing helps :(. Pls help!

I have problem with page update. I am tring to save more than 14230 characters. After "update" worpress is moving me to "Posts" page. I show this issue on this video: https://youtu.be/3Y8qgFEizBU

However! Sometimes I can add one chcaracter more and save it correctly! Next I cannot save more than 14231 characters. etc. Probably this is not problem with character limitation.

I tried to increase memory limit in .htaccess

   php_value max_input_vars 1000
   php_value suhosin.get.max_vars 1000
   php_value suhosin.post.max_vars 1000
   php_value suhosin.request.max_vars 1000
   php_value memory_limit 256M

I added also that line in wp-config.php

   define('WP_MEMORY_LIMIT', '256M');

I didnt notice this erreor earlier. I notice this after Permalink changes. And I also changed WordPress Address and Site Address to my new domain. I don't know if this is connected with the issue.

Nothing helps :(. Pls help!

Share Improve this question asked Jan 6, 2018 at 23:00 user3032346user3032346 101 1
  • try changing php_value max_input_vars to 10,000 (no comma needed) – rudtek Commented Jan 7, 2018 at 0:15
Add a comment  | 

1 Answer 1

Reset to default 0

I think it's not the wp-config.php or .htaccess file you need to edit. The problem is web server related. search for php.ini file in your web server directory and there are some specific limits you may need to configure. like following keywords:
upload_max_size' , '64M' post_max_size', '64M' max_execution_time', '300' I hope it helps and feel free to explore further on your own. Good Luck!!!

本文标签: Cannot update pagewith too many characters