This comment is made based on the above. Normally files would be 644 or 444 not 755 nor 777.
Regarding this error:
Code:
[05-Nov-2015 18:26:03] PHP Fatal error: Call to undefined function create_fseJUgnction() in /home/content/23/8963123/html/zen/includes/auto_loaders/config.canonical_ver1.php on line 30
It indicates that are missing a function from your fileset. The file: includes/auto_loaders/config.canonical_ver1.php
Is not a standard ZC file that was either added by a plugin or modified/renamed incorrectly to include _ver1 before .php instead of changing the extension to a non .php extension.