-
Notifications
You must be signed in to change notification settings - Fork 106
Installation Problems
Prashant Shah edited this page Nov 23, 2016
·
4 revisions
Solution : Make the app/tmp directory and its subdirectories writeable.
Problem : Database error : ERROR: SQLSTATE[HY000]: General error: 8 attempts to write a readonly database
Solution : Make app/Plugin/Webzash/Database/webzash.sqlite writeable
Solution : Apache re-write rules are not properly configured. Then make sure to upload the .htaccess file in the main webzash folder.
https://devops.profitbricks.com/tutorials/install-and-configure-mod_rewrite-for-apache-on-centos-7/
Problem : The request has been black-holed Error: The requested address '/webzash/wzusers/login' was not found on this server."
Solution : You will get this error when the request gets timed out. Try refreshing the page again. If it doesn't solve the issue then most probably the sessions are not properly configured on the server or the system time is incorrect.