In my logfiles i find this entry:
"ALERT - script tried to increase memory_limit to 205520896 bytes which is above the allowed value........"
Script needs minutes to start.
Whats that?
Frank
In my logfiles i find this entry:
"ALERT - script tried to increase memory_limit to 205520896 bytes which is above the allowed value........"
Script needs minutes to start.
Whats that?
Frank
Sounds like you need to increase your available memory for your current theme and/or one of your plugins.
I have this two lines in wp-config.php:
define('WP_MEMORY_LIMIT', '96M');
@ini_set("memory_limit",'96M');
The error is the same.
" ALERT - script tried to increase memory_limit to 205520896 bytes which is above the allowed value (attacker '194.25.***.***', file '/is/htdocs/***/wp-content/plugins/mystat/mystat.php', line 28), referer: http://www.schachplatz.de/wp-admin/plugins.php?activate=true&plugin_status=inactive&paged=1
You need to contact your hosts and find out what the max available memory is, Looks like they're capping it via the server and treating any attempt to go above their limit as an attack.
i have contacted my host. I include in htacces this line:
"php_value memory_limit 128M"
No way, i got the same error.
It looks like you might have something more serious going on here. Over 200MB memory usage is very unusual.
agree :-)
But where is the error? Whats going wrong? I got no ideas anymore.....
:-()
This topic has been closed to new replies.