I had to deactivate Page Builder by SiteOrigin. I cannot see my media
-
This reply was modified 8 years, 5 months ago by
jerryx2000.
Plugin Contributor
alexgso
(@alexgso)
Hi Jerry,
That sounds like you’ve reached the memory limit. You need to apply a pretty hands on fix to resolve this issue. This article would be a good read as it’ll outline how to change it. You’ll need to edit wp-config.php. If you’re unfamiliar with FTP, I would recommend asking your hosting provider for help with editing this file.
I can use ftp. What should I edit in Wo-config? Thanks
Plugin Contributor
alexgso
(@alexgso)
Hi Jerry,
Please add the following to your wp-config.php file:
define( 'WP_MEMORY_LIMIT', '256M' );
For a more detailed description, please refer to this article.
(Hi Jerry, A reminder to copy the constant from this forum topic online and not from the email notification as characters are changed in the email. Thanks.)
thanks guys my issue was related to the crappy toolset-types plug in. I uninstalled that crap & everything is working fine
@alexgso my memory is already at 256m
@andrew Misplon I don’t understand your English.
Really glad to hear you’ve made progress.
(Sorry for not being clearer. When we post a message here on a forum topic, an email is sent out to all subscribed users. Normally, that’s fine. However, if we send code snippets, like the one Alex sent above, it can be a problem. Inverted commas for example are printed in the email as HTML characters. If you had to apply the code snippet from the email and not from the forum topic online, the code snippet would be incorrect. To prevent this, I mentioned that it’s better to copy the code snippet define( 'WP_MEMORY_LIMIT', '256M' ); from the topic here on ww.wp.xz.cn and not copy it from the email notification.)