onxipole

Results 4 comments of onxipole

Than you very much for this kind answer, DeepDiver1975. The problem is that the .php file I have to edit is slightly different than the example shown by joostdekeijzer. It...

This is in joostdekeijzer file : $syncToken = $report->syncToken; if (!is_null($syncToken)) { // Sync-token must start with our prefix if (substr($syncToken, 0, strlen(self::SYNCTOKEN_PREFIX)) !== self::SYNCTOKEN_PREFIX) { throw new DAV\Exception\InvalidSyncToken('Invalid or...

Should this section look like this when code portion in inserted ? Am I doing wrong ? Is it not the correct insertion point ? $syncToken = $report->syncToken; if (...

I also found this post : https://developer.apple.com/forums/thread/691818