Quote Originally Posted by mc12345678 View Post
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.
My includes/auto_loader/ folder has 2 files in it. One is named config.canonical_ver1.php and the other config.canonical.php. The config.canonical_ver1.php shows modified 10/4/2012 and is 5,549 in file size. The config.canonical.php shows modified 6/8/2014 like most of my php files and is 572 in size.

I'm not sure what to do with this information.