You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after a brand new setup, I tried uploading something and I get this error in web server log:
2012-11-15 13:44:24: (mod_fastcgi.c.2676) FastCGI-stderr: PHP Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42703]: Undefined column: 7 ERROR: column "/Shared" does not exist
LINE 1: DELETE FROM "oc_properties" WHERE "propertypath" = "/Shared"
^' in /usr/share/webapps/owncloud/lib/db.php:738
Stack trace:
#0 /usr/share/webapps/owncloud/lib/db.php(738): PDOStatement->execute() #1 /usr/share/webapps/owncloud/lib/connector/sabre/node.php(283): PDOStatementWrapper->execute(Array) #2 /usr/share/webapps/owncloud/lib/filesystem.php(569): OC_Connector_Sabre_Node::removeETagPropertyForPath('/Shared') #3 [internal function]: OC_Filesystem::removeETagHook(Array) #4 /usr/share/webapps/owncloud/lib/hook.php(62): call_user_func(Array, Array) #5 /usr/share/webapps/owncloud/lib/filecache/update.php(104): OC_Hook::emit('OC_Filesystem', 'post_write', Array) #6 /usr/share/webapps/owncloud/lib/filecache/update.php(89): OC_FileCache_Update::updateFolder('/Shared', false) #7 /usr/share/webapps/owncloud/lib/filecache.php(25 in /usr/share/webapps/owncloud/lib/db.php on line 738
The table "oc_properties" is empty, and therefore throws an error. Is it supposed to have some data? Did I do a bad setup? I got no error during initial setup. Backend is PGSQL 9.1 with 4.5.2.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
after a brand new setup, I tried uploading something and I get this error in web server log:
2012-11-15 13:44:24: (mod_fastcgi.c.2676) FastCGI-stderr: PHP Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42703]: Undefined column: 7 ERROR: column "/Shared" does not exist
LINE 1: DELETE FROM "oc_properties" WHERE "propertypath" = "/Shared"
^' in /usr/share/webapps/owncloud/lib/db.php:738
Stack trace:
#0 /usr/share/webapps/owncloud/lib/db.php(738): PDOStatement->execute()
#1 /usr/share/webapps/owncloud/lib/connector/sabre/node.php(283): PDOStatementWrapper->execute(Array)
#2 /usr/share/webapps/owncloud/lib/filesystem.php(569): OC_Connector_Sabre_Node::removeETagPropertyForPath('/Shared')
#3 [internal function]: OC_Filesystem::removeETagHook(Array)
#4 /usr/share/webapps/owncloud/lib/hook.php(62): call_user_func(Array, Array)
#5 /usr/share/webapps/owncloud/lib/filecache/update.php(104): OC_Hook::emit('OC_Filesystem', 'post_write', Array)
#6 /usr/share/webapps/owncloud/lib/filecache/update.php(89): OC_FileCache_Update::updateFolder('/Shared', false)
#7 /usr/share/webapps/owncloud/lib/filecache.php(25 in /usr/share/webapps/owncloud/lib/db.php on line 738
The table "oc_properties" is empty, and therefore throws an error. Is it supposed to have some data? Did I do a bad setup? I got no error during initial setup. Backend is PGSQL 9.1 with 4.5.2.
Thanks
The text was updated successfully, but these errors were encountered: