Open pmalek opened 11 years ago
I have the same error whit ownCloud 6.0
I have the same error whit ownCloud 6.0 (stable)
I have fixed this for ownCloud 6.0 See -> https://github.com/EELV-fr/Owncloud-Files_tree/pull/26
I too have similar error in that i can't enable this plugin (nor the Superlog plugin) in that both produce same errors -> An exception occurred while executing 'INSERT INTO oc_appconfig
( appid
, configkey
, configvalue
) VALUES( ?, ?, ? )': SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'appid' cannot be null
In my case I had to rename the folder of the app without the char "-" to avoid this error.
thanks for info ... i tried renaming the folder of this app to files_tree and then enabled it but it never worked in that the tree just continues to show a spinning "loading" animation yet no files get listed thus no tree ... and in my error log, it is complaining about explore.php not finding a cache file of some kind ..??..
here is error log ->
[29-Jan-2014 17:47:57 UTC] PHP Fatal error: Class 'OC_Cache_File' not found in /home/mysite/public_html/mypath/apps/files_tree/ajax/explore.php on line 43
OMG = WOW ... now i have a beautiful tree -> Thank You!
Sorry if this is a dumb quetsion, but where is that file located? There is no explore.php in my ajax folder. I'm with OC 6.0.1.
When using ownCloud 6.0 beta 5 I have this error when I am trying to enable file tree in app manager.
I am using the latest version (0.7)
I have tried both with MySQL and SQLite.