admin管理员组文章数量:1306740
[EDIT] Just managed to solve it. You just have to copy the php.ini without the line tht adjusts the memory into the wp-admin folder.
Recently, I tried to install a wordpress theme called Avada and ended up having trouble activating one of the plugins. I talked to the support, and they told me to fix avery issue shown on the system status window (see below for "1").
.png
So I created a php.ini (see "2"), made the changes (I don't have a .htaccess file), saved it on my public_html, and checked again the system status window just to see it didn't work.
The thing is, publicphp() shows that it did work (see "3"), but wordpress just don't see it. What should I do?
Thanks in advance!
(the code from my php.ini is the following)
memory_limit = 256M
max_execution_time = 300;
max_input_vars = 1500;
suhosin_post_max_vars = 3000
suhosin_request_max_vars = 3000
suhosin_max_value_length = 1000000
upload_max_filesize = 30M
post_max_size = 10M
mysql.default_socket = "/kunden/tmp/mysql5.sock"
[EDIT] Just managed to solve it. You just have to copy the php.ini without the line tht adjusts the memory into the wp-admin folder.
Recently, I tried to install a wordpress theme called Avada and ended up having trouble activating one of the plugins. I talked to the support, and they told me to fix avery issue shown on the system status window (see below for "1").
https://i.sstatic/ZHJKh.png
So I created a php.ini (see "2"), made the changes (I don't have a .htaccess file), saved it on my public_html, and checked again the system status window just to see it didn't work.
The thing is, publicphp() shows that it did work (see "3"), but wordpress just don't see it. What should I do?
Thanks in advance!
(the code from my php.ini is the following)
memory_limit = 256M
max_execution_time = 300;
max_input_vars = 1500;
suhosin_post_max_vars = 3000
suhosin_request_max_vars = 3000
suhosin_max_value_length = 1000000
upload_max_filesize = 30M
post_max_size = 10M
mysql.default_socket = "/kunden/tmp/mysql5.sock"
Share
Improve this question
edited Sep 17, 2015 at 0:02
CommunityBot
1
asked Sep 16, 2015 at 19:53
MarcelMarcel
11 bronze badge
1 Answer
Reset to default 1Not sure if i can ask clarification using answer feature in here, but... @Marcel, it's not clear what "wordpress just don't see it" means a) Avada's Server Environment page shows a PHP Memory Limit or b) a lower Wordpress Memory limit?
I am guessing is b). In this case, have you edited wp-config.php and increased memory limit. e.g define( 'WP_MEMORY_LIMIT', '64M' );
Anyway, if your theme or plugins are consuming 256M memory and it is not a complex app or website, maybe you should considerate "leaner" themes and plugins and/or dedicated and managed Wordpress services like Dreampress by Dreamhost or WPEngine.
本文标签: Changes made on phpini have no effect on wordpress
版权声明:本文标题:Changes made on php.ini have no effect on wordpress 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741823775a2399524.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论