Skip to content

Installation Problems

Prashant Shah edited this page Nov 23, 2016 · 4 revisions
Problem : Warning: cake_core cache was unable to write 'cake_dev_en-us' to File cache in ...

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

Problem : The requested URL /wz/wzusers/login was not found on this server."

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.