Why do I see a blank page after a successful installation?
1. Check if your upload directories are writable to the web server:
- public/ - files used for content management
- shared/ - files used for content management
- classes/smarty/templates - Saurus API templates
- classes/smarty/templates_c - Saurus API compiled templates code
- classes/smarty/cache - Saurus API templates cache
2. PHP errors may be causing this, check your website error log for exact reason.
If error message is like:
Fatal error: Unable to read 28875 bytes in /path/to/your/website/classes/site.class.php on line 0then you probably didn't use binary mode for file transfer in the FTP. You have to overwrite all script files in the binary mode.
RSS