Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /home/di3tart1/public_html/wp-includes/kses.php(550) : runtime-created function on line 1
It appears that the PHP script is reaching the maximum memory limit set by the php.ini. You will need to edit the php.ini to increase the memory. I recommend talking to your hosting admin to resolve the issue.
WC Rocket is right but there is a simpler fix for Wordpress. Open wp_config.php and add define('WP_MEMORY_LIMIT', '64M'); This page explains it in detail: Wordpress Codex - Editing wp_config