helpy
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: admin.php tries to increase memory_limitThank you for your time!
Solution, I do not like: ignore the “error” message in the server logs
cu, guido
Forum: Alpha/Beta/RC
In reply to: admin.php tries to increase memory_limitOK! I disabled all plugins (except buddypress) … it did not change anything!
Then I searched the code of wordpress and all installed plugins!
1. admin.php – line 90 + 91:
if ( current_user_can( ‘manage_options’ ) )
@ini_set( ‘memory_limit’, apply_filters( ‘admin_memory_limit’, ‘256M’ ) );Nowhere else in the code the tag ‘admin_memory_limit’ is used!
This means, the function apply_filters will return the value ‘256M’ …
… if I interpret this code correctly???cu,
guidoForum: Alpha/Beta/RC
In reply to: admin.php tries to increase memory_limitThe memory limit (listed in phpinfo()) is 128 MByte.
And some more information:
– PHP Version 5.2.12
– Apache/2.2
– WP 3.0 RC2 (was the same with RC1)
– Multisite is ON … using subdomains
(1 main blog, 1 blog on a sub domain)
– Buddypress … and some other PluginsForum: Alpha/Beta/RC
In reply to: admin.php tries to increase memory_limitWhen I refresh the dashboard, there will be 5 (five) entries in the server log with the mentioned error message.