Hey @TheDude
Thanks for updating this thread! Regretfully at this time we kindly ask that you open them up in a separate thread along with your login credentials so we can take a closer look. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
@Kampusphere:
I can see that it is still happening in your homepage even if you are already using the latest. We recommend that you increase your memory allocated to PHP. To increase it, please edit your wp-config.php file and insert these lines:
```
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );
You can add it before the line
`/*That's all, stop editing! Happy Blogging. */`
We would loved to know if this has work for you. Thank you.