Viewing 1 replies (of 1 total)
  • Judge-Mentals

    (@judge-mentals)

    Have you tried this, as mentioned in another post?

    The issue is file wordpress-backup-to-dropbox/Classes/Processed/Files.php

    Toward the bottom of the program change from

    $this->upsert(array(
    ‘file’ => $file,
    ‘uploadid’ => null,
    ‘offset’ => null,
    ));

    to

    $this->upsert(array(
    ‘file’ => $file,
    ‘uploadid’ => null,
    ‘offset’ => 0,
    ));

    so change the offset default from null to 0 and the issue goes away

Viewing 1 replies (of 1 total)
  • The topic ‘"Column 'offset' cannot be null" – issue is still there’ is closed to new replies.