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
Nextcloud should sync the .pptx-files like it does with all other files.
Actual behaviour
After saving the file and closing PowerPoint on my Mac, Nextcloud tells me that the .pptx file has been locked. Happens mostly to very big PPT-files >20 MB.
Server configuration
Operating system: Shared Webhosting
Web server: Shared
Database: MySQL 5.7.21
PHP version: 7.1
Nextcloud version: 13.0.4
Updated from an older Nextcloud/ownCloud or fresh install: Updated
Where did you install Nextcloud from: My webhoster offers the installation. Then I updated via the admin panel within Nextcloud.
Signing status:
No errors have been found.
List of activated apps:
no access to the command line
Nextcloud configuration:
Config report
'XXXXXX',
'passwordsalt' => 'XXXXXX',
'secret' => 'XXXXXX',
'trusted_domains' =>
array (
0 => 'XXXXXX',
1 => 'https://',
2 => 'localhost',
3 => 'http://',
),
'datadirectory' => '/www/htdocs/XXXXXX/nextcloud/data',
'overwrite.cli.url' => 'XXXXXX',
'dbtype' => 'mysql',
'version' => '13.0.1.1',
'dbname' => 'XXXXXX',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'QyT8L_',
'mysql.utf8mb4' => false,
'dbuser' => 'XXXXXX',
'dbpassword' => 'XXXXXX',
'installed' => true,
'tempdirectory' => '/www/htdocs/XXXXXX/nextcloud/tmp',
'updater.secret' => 'XXXXXX',
'maintenance' => false,
'theme' => '',
'loglevel' => 2,
'filelocking.enabled' => true,
'memcache.local' => '\\OC\\Memcache\\ArrayCache',
);
**Are you using external storage, if yes which one:** no
**Are you using encryption:** no
**Are you using an external user-backend, if yes which one:** Webdav/ but not for this folder
#### LDAP configuration (delete this part if not used)
no access
### Client configuration
**Browser:** Official Nextcloud Application
**Operating system:** Mac OS 10.13.2
### Logs
#### Web server error log
Web server error log
Fatal | webdav | OCA\DAV\Connector\Sabre\Exception\FileLocked: "XXXXXX/XXXXXX/XXXXXX/XXXXXX/XXXXXX/00_XXXXXX.pptx" is locked | 2018-06-19T09:57:49+0200
#### Nextcloud log (data/nextcloud.log)
Nextcloud log
```
Insert your Nextcloud log here
```
#### Browser log
Browser log
```
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
```
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Expected behaviour
Nextcloud should sync the .pptx-files like it does with all other files.
Actual behaviour
After saving the file and closing PowerPoint on my Mac, Nextcloud tells me that the .pptx file has been locked. Happens mostly to very big PPT-files >20 MB.
Server configuration
Operating system: Shared Webhosting
Web server: Shared
Database: MySQL 5.7.21
PHP version: 7.1
Nextcloud version: 13.0.4
Updated from an older Nextcloud/ownCloud or fresh install: Updated
Where did you install Nextcloud from: My webhoster offers the installation. Then I updated via the admin panel within Nextcloud.
Signing status:
No errors have been found.
List of activated apps:
no access to the command line
Nextcloud configuration:
Config report
'XXXXXX', 'passwordsalt' => 'XXXXXX', 'secret' => 'XXXXXX', 'trusted_domains' => array ( 0 => 'XXXXXX', 1 => 'https://', 2 => 'localhost', 3 => 'http://', ), 'datadirectory' => '/www/htdocs/XXXXXX/nextcloud/data', 'overwrite.cli.url' => 'XXXXXX', 'dbtype' => 'mysql', 'version' => '13.0.1.1', 'dbname' => 'XXXXXX', 'dbhost' => 'localhost', 'dbport' => '', 'dbtableprefix' => 'QyT8L_', 'mysql.utf8mb4' => false, 'dbuser' => 'XXXXXX', 'dbpassword' => 'XXXXXX', 'installed' => true, 'tempdirectory' => '/www/htdocs/XXXXXX/nextcloud/tmp', 'updater.secret' => 'XXXXXX', 'maintenance' => false, 'theme' => '', 'loglevel' => 2, 'filelocking.enabled' => true, 'memcache.local' => '\\OC\\Memcache\\ArrayCache', );Web server error log
Fatal | webdav | OCA\DAV\Connector\Sabre\Exception\FileLocked: "XXXXXX/XXXXXX/XXXXXX/XXXXXX/XXXXXX/00_XXXXXX.pptx" is locked | 2018-06-19T09:57:49+0200Nextcloud log
``` Insert your Nextcloud log here ```Browser log
``` Insert your browser log here, this could for example include: a) The javascript console log b) The network log c) ... ```The text was updated successfully, but these errors were encountered: