Plugin Contributor
Ewout
(@pomegranate)
Hi Yuri,
A blank page in WordPress means an error is being surpressed. You can reveal this error by activating WP_DEBUG: http://codex.ww.wp.xz.cn/WP_DEBUG
Try saving again with WP_DEBUG enabled, copy the error and disable WP_DEBUG again. If you share the exact error here, I’ll try to help you fix this!
Ewout
Thread Starter
YuriH
(@yurih)
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 82 bytes) in /data/sites/web/drone-kopenbe/www/wp-content/plugins/sitepress-multilingual-cms/lib/xml2array.php on line 34
Does that mean my allocated memory is not enough? (256MB)
Plugin Contributor
Ewout
(@pomegranate)
256MB is more than enough for most situations (I have 40MB on my dev sites to make sure that my plugins can run in low mem setups too!). However, if you’re on shared hosting, the WP memory limit (and the above number) may not reflect the actual memory available to your site. It’s interesting that this happens when saving the settings, which is not at all a memory intensive task. The error comes from WPML by the way!
I would suggest to install the P3 Profiler plugin to find resource hogs in your wordpress setup.
Thread Starter
YuriH
(@yurih)
Hi Ewout, thanks for the quick reply. I’ll try to find out why this is happening. I must say, this WordPress site is rather slow (I have multiple other fast WP sites).
Thanks for the help!
Yuri
Plugin Contributor
Ewout
(@pomegranate)
Good, let me know what you find. Run P3 on both automatic (just for comparison) and manual, because P3 doesn’t do any admin tasks.
Thread Starter
YuriH
(@yurih)
Seems like ‘WPML String translation’ plugin slows down the WP backend. When I deactivate the WPML String translation plugin, everything works fine!
Plugin Contributor
Ewout
(@pomegranate)
Thanks for the feedback. I’ll mark this as resolved then. Do contact the people from WPML, their support is usually very good, and I’m sure this slow down is not normal.
Ewout