suhosin alert – unallowed setting of memory_limit
-
Hello,
there is problem with setting of memory_limit. This is the error message which I get :
suhosin[29673]: ALERT – script tried to disable memory_limit by setting it to a negative value -1 bytes which is not allowed (attacker ‘*.*.*.*’, file ‘/var/www/path/to/web/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php’, line 95)
This setting in wp-config.php should be respected:
define(‘WP_MEMORY_LIMIT’, ’60M’);
define(‘WP_MAX_MEMORY_LIMIT’, ’60M’);
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘suhosin alert – unallowed setting of memory_limit’ is closed to new replies.