We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After conversion there was also a picture which creation date was set to 2038. So i deleted it, then maintenance filescan worked again for that user.
Operating system: Ubuntu 16.04 LTE
Web server: nginx 1.14
Database: Postgres 9.6
PHP version: 7.1
Nextcloud version: 13.0.2 RC1
Updated from an older Nextcloud/ownCloud or fresh install: older
Where did you install Nextcloud from: official
Signing status:
No errors have been found.
List of activated apps:
- activity: 2.6.1 - admin_audit: 1.3.0 - admin_notifications: 1.0.1 - announcementcenter: 3.2.1 - apporder: 0.4.1 - beame_insta_ssl: 0.0.6 - bookmarks: 0.11.0 - bruteforcesettings: 1.0.3 - calendar: 1.6.1 - circles: 0.13.6 - comments: 1.3.0 - contacts: 2.1.3 - dav: 1.4.6 - deck: 0.3.1 - drawio: 0.8.9 - drop_account: 0.0.7 - end_to_end_encryption: 1.0.5 - external: 3.0.2 - federatedfilesharing: 1.3.1 - federation: 1.3.0 - files: 1.8.0 - files_accesscontrol: 1.3.0 - files_external: 1.4.1 - files_latexeditor: true - files_pdfviewer: 1.2.1 - files_retention: 1.2.0 - files_rightclick: 0.5.0 - files_sharing: 1.5.0 - files_texteditor: 2.5.1 - files_trashbin: 1.3.0 - files_versions: 1.6.0 - files_videoplayer: 1.2.0 - firstrunwizard: 2.2.1 - gallery: 18.0.0 - groupfolders: 1.2.0 - keeporsweep: 0.1.4 - logreader: 2.0.0 - lookup_server_connector: 1.1.0 - mail: 0.7.10 - metadata: 0.6.0 - music: 0.5.6 - news: 12.0.1 - nextcloud_announcements: 1.2.0 - notes: 2.3.2 - notifications: 2.1.2 - oauth2: 1.1.0 - passman: 2.1.4 - password_policy: 1.3.0 - previewgenerator: 1.0.9 - provisioning_api: 1.3.0 - quicknotes: 0.1.2 - ransomware_protection: 1.1.0 - serverinfo: 1.3.0 - sharebymail: 1.3.0 - socialsharing_email: 1.0.3 - socialsharing_twitter: 1.0.2 - spreed: 3.1.0 - survey_client: 1.1.0 - systemtags: 1.3.0 - theming: 1.4.1 - twofactor_backupcodes: 1.2.3 - twofactor_totp: 1.4.1 - updatenotification: 1.3.0 - workflowengine: 1.3.0
Nextcloud configuration:
<?php $CONFIG = array ( 'instanceid' => '...', 'passwordsalt' => '...', 'secret' => '...', 'trusted_domains' => array ( 0 => '...', ), 'datadirectory' => '', 'overwrite.cli.url' => 'https://…‘, 'overwriteprotocol' => 'https', 'filesystem_check_changes' => 1, 'version' => '13.0.2.0', 'dbtype' => 'pgsql', 'dbname' => 'nextcloud_db', 'dbuser' => '...', 'dbpassword' => '...', 'dbhost' => 'localhost', 'dbtableprefix' => 'oc_', 'logtimezone' => '...', 'installed' => true, 'logfile' => '...', 'loglevel' => 2, 'maintenance' => false, 'memcache.local' => '\\OC\\Memcache\\Redis', 'memcache.distributed' => '\\OC\\Memcache\\Redis', 'filelocking.enabled' => 'true', 'memcache.locking' => '\\OC\\Memcache\\Redis', 'redis' => array ( 'host' => '/var/run/redis/redis.sock', 'port' => 0, 'dbindex' => 0, 'password' => '...', 'timeout' => 0.0, ), 'filelocking.ttl' => 3600, 'share_folder' => '/Mit Dir geteilt', 'mail_smtpmode' => 'smtp', 'theme' => '', 'updater.release.channel' => 'beta', 'trashbin_retention_obligation' => 'auto, 30', 'updater.secret' => '...', );
Are you using external storage, if yes which one: no
Are you using encryption: no
Doctrine\DBAL\Exception\DriverException: An exception occurred while executing 'SELECT "fileid", "storage", "path", "parent", "name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "etag", "permissions", "checksum" FROM "oc_filecache" "file" WHERE ("storage" = ?) AND ((("mimepart" = ?) OR ("mimepart" = ?)) AND ("mtime" >= ?))' with params [4, 10, 3, -62104229679]: SQLSTATE[22003]: Numeric value out of range: 7 ERROR: value "-62104229679" is out of range for type integer /var/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php - line 128: Doctrine\DBAL\Driver\AbstractPostgreSQLDriver->convertException('An exception oc...', Object(Doctrine\DBAL\Driver\PDOException)) /var/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php - line 855: Doctrine\DBAL\DBALException driverExceptionDuringQuery(Object(Doctrine\DBAL\Driver\PDOPgSql\Driver), Object(Doctrine\DBAL\Driver\PDOException), 'SELECT "fileid"...', Array) /var/www/nextcloud/lib/private/DB/Connection.php - line 195: Doctrine\DBAL\Connection->executeQuery('SELECT "fileid"...', Array, Array, NULL) /var/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php - line 206: OC\DB\Connection->executeQuery('SELECT "fileid"...', Array, Array) /var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php - line 214: Doctrine\DBAL\Query\QueryBuilder->execute() /var/www/nextcloud/lib/private/Files/Cache/Cache.php - line 697: OC\DB\QueryBuilder\QueryBuilder->execute() /var/www/nextcloud/lib/private/Files/Cache/Wrapper/CacheWrapper.php - line 233: OC\Files\Cache\Cache->searchQuery(Object(OC\Files\Search\SearchQuery)) /var/www/nextcloud/lib/private/Files/Cache/Wrapper/CacheWrapper.php - line 233: OC\Files\Cache\Wrapper\CacheWrapper->searchQuery(Object(OC\Files\Search\SearchQuery)) [internal function] OC\Files\Cache\Wrapper\CacheWrapper->searchQuery(Object(OC\Files\Search\SearchQuery)) /var/www/nextcloud/lib/private/Files/Node/Folder.php - line 245: call_user_func_array(Array, Array) /var/www/nextcloud/lib/private/Files/Node/Folder.php - line 201: OC\Files\Node\Folder->searchCommon('searchQuery', Array) /var/www/nextcloud/apps/dav/lib/Files/FileSearchBackend.php - line 158: OC\Files\Node\Folder->search(Object(OC\Files\Search\SearchQuery)) /var/www/nextcloud/3rdparty/icewind/searchdav/src/DAV/SearchHandler.php - line 75: OCA\DAV\Files\FileSearchBackend->search(Object(SearchDAV\XML\BasicSearch)) /var/www/nextcloud/3rdparty/icewind/searchdav/src/DAV/SearchPlugin.php - line 123: SearchDAV\DAV\SearchHandler->handleSearchRequest(Array, Object(Sabre\HTTP\Response)) [internal function] SearchDAV\DAV\SearchPlugin->searchHandler(Object(Sabre\HTTP\Request), Object(Sabre\HTTP\Response)) /var/www/nextcloud/3rdparty/sabre/event/lib/EventEmitterTrait.php - line 105: call_user_func_array(Array, Array) /var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php - line 479: Sabre\Event\EventEmitter->emit('method SEARCH', Array) /var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php - line 254: Sabre\DAV\Server->invokeMethod(Object(Sabre\HTTP\Request), Object(Sabre\HTTP\Response)) /var/www/nextcloud/apps/dav/lib/Server.php - line 283: Sabre\DAV\Server->exec() /var/www/nextcloud/apps/dav/appinfo/v2/remote.php - line 35: OCA\DAV\Server->exec() /var/www/nextcloud/remote.php - line 164: require_once('/var/www/nextcl...') {main}
The text was updated successfully, but these errors were encountered:
solved by converting mtime and storage_mtime to bigInt
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
Additional Info
After conversion there was also a picture which creation date was set to 2038. So i deleted it, then maintenance filescan worked again for that user.
Server configuration
Operating system: Ubuntu 16.04 LTE
Web server: nginx 1.14
Database: Postgres 9.6
PHP version: 7.1
Nextcloud version: 13.0.2 RC1
Updated from an older Nextcloud/ownCloud or fresh install: older
Where did you install Nextcloud from: official
Signing status:
Signing status
List of activated apps:
App list
Nextcloud configuration:
Config report
Are you using external storage, if yes which one: no
Are you using encryption: no
Logs
Nextcloud log (data/nextcloud.log)
Nextcloud log
The text was updated successfully, but these errors were encountered: