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
1 Answer
Reset to default 0I 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
版权声明:本文标题:Cannot update page - with too many characters? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744637465a2616909.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论