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
{{ message }}
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.
DB column "oc_queuedtasks.parameters" is too short.
this column is VERCHAR(256) on mysql. OCA\Search_Lucene\Hook::indexFile() save file path to this column with json_encode(),
but json string is shorten when file path is too long.
DB column "oc_queuedtasks.parameters" is too short.
this column is VERCHAR(256) on mysql. OCA\Search_Lucene\Hook::indexFile() save file path to this column with json_encode(),
but json string is shorten when file path is too long.
probably, cannot insert on other DB.
owncloud.log
I can't find where "oc_queuedtasks.parameters" defined. so I use SQL like this
Steps to reproduce
Server configuration
Operating system: CentOS 6.4
Web server: apache 2.2.15
Database: MySQL 5.1.69
PHP version: 5.3.3
ownCloud version: 5.0.12
Logs
ownCloud log (data/owncloud.log)
The text was updated successfully, but these errors were encountered: