Hi there,
I see following error :
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 77 bytes) in /var/www/web141670/html/wp-includes/functions.php on line 2901
To fix it, add following code in wp-config.php file :
define( ‘WP_MEMORY_LIMIT’, ’96M’ );
For more information, please take a look at this article: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP.
Hope it helps.