I installed Dreamfactory using the instruction from https://github.com/dreamfactorysoftware/dsp-core/wiki/Install-Debian-Ubuntu
The operating system is “Ubuntu 14.04.2 LTS”
log/web.192.log says:
[2015-11-19 21:22:15][app][DEBUG ] Creating table: df_sys_event
[2015-11-19 21:22:15][app][DEBUG ] Creating table: df_sys_service_doc
[2015-11-19 21:22:29][app][ERROR ] CDbCommand::execute() failed: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘dreamfactory.df_sys_cache’ doesn’t exist. The SQL statement executed was: D
ELETE FROM df_sys_cache WHERE expire>0 AND expire<1447960932.
[2015-11-19 21:22:29][app][DEBUG ] System administrator required.
[2015-11-19 21:23:25][app][DEBUG ] System administrator required.
So it seems that tables were created ok to the database (I checked that really exist), and now each attempt to access gives this “System administrator required.”
Any idea where to start debugging?