frank18:
Check permissions for your files and folders
I am only getting a blank page on this link.
What do you find in your /logs folder?
This appears to be in a few of the logs I checked:
[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
As far as permissions go, I set all the files / folders to 755, then went to the setup help and changed the following:
As such, you need to change the permissions on the following directories to 777 (read/write/execute). If your program allows you to set these permissions "recursively", choose that option.
/catalog/cache
/catalog/images
/catalog/includes/languages/english/html_includes
/catalog/media
/catalog/pub
/catalog/admin/backups
/catalog/admin/images/graphs
Note: open the catalog/images directory and change all of the subdirectories and their subdirectories to 777 as well. For example (this is a partial list):
/catalog/images/attributes
/catalog/images/banners
/catalog/images/categories
/catalog/images/large
/catalog/images/large/dvd
/catalog/images/manufacturers
/catalog/images/medium
/catalog/images/upload
and
You will now want to change the permissions on the configure.php files with chmod 644 (or 444 depending on your server...and sometimes setting 444 cannot be done via FTP, in which case use your host's control panel or file manager to set the permissions level.)
These are located here (remember, "catalog" is what we used as an example here -- your site may or may not include "catalog" as a folder name):
/catalog/includes/configure.php
/catalog/admin/includes/configure.php
Did I miss something or need to change some more?