Thread Starter
SupuS
(@supus)
Hello DoubleSixx,
I know how to increase memory limit. Problem is in file:
mixin.attach_to_post_display_tab.php
where is:
@ini_set(‘memory_limit’, -1);
on line 95. This directive cause blocking by suhosin. If suhosin is installed on server than you will have problems until you comment out this line. It doesn’t matter what you set in php.ini.
So I suggest remove this line and respect setting in wp-config.php or global setting in php.ini.