After Upgrade to Nexcloud 18.01 file syncing and versioning fails

Nextcloud version 18.01
Operating system and version Debian 9
Apache or nginx version 2.4.1
PHP version 7.2.27

The issue you are facing:

Is this the first time you’ve seen this error? (Y/N):Y

Steps to replicate it:

  1. Open existing xlxs file with Onlyoffice
  2. Add some rows
  3. Close Onlyoffice
  4. Check local dir -Old version persists, changes arent synced

Also if you use the nextcloud copy feature to copy that file -the new files doesnt contain the changes either -even within nextcloud.

Within nextcloud the versions section also contains NO changed Versions
And the change date is not updated, it shows only the creation date of the file
I suspect this why its not syncing and there are no versions. It doesnt know the date has changed.

Log doesnt log anything

$CONFIG = array (
  'instanceid' => '',
  'passwordsalt' => '',
  'secret' => '',
  'trusted_domains' => 
  array (
    0 => '',
    1 => '',
    2 => '',
  ),
  'datadirectory' => '/var/data',
  'skeletondirectory' => '/var/data/blabla',
  'dbtype' => 'mysql',
  'version' => '18.0.1.3',
  'overwrite.cli.url' => 'protected',
  'dbname' => 'nxtc',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'nxtc',
  'dbpassword' => '',
  'installed' => true,
  'user_backends' => 
  array (
    0 => 
    array (
      'class' => 'OC_User_IMAP',
      'arguments' => 
      array (
        0 => 'hostprotected',
        1 => '993',
        2 => 'ssl',
        3 => '',
      ),
    ),
  ),
  'maintenance' => false,
  'theme' => '',
  'loglevel' => 2,
  'app_install_overwrite' => 
  array (
    0 => 'calendar',
  ),
  'updater.release.channel' => 'stable',
  'updater.secret' => '',
  'mysql.utf8mb4' => true,

Any help apreciated

I’m having the same problem. In my case I’m working with a Word document and the changes I make to the document are saved, but the file doesn’t change the last update time and the nextcloud client doesn’t download the new version.