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
{{ message }}
This repository has been archived by the owner on Jul 24, 2018. It is now read-only.
Same issue in oc 8.2.x.
Workaround: set field "converter" to "local" and field "converter_url" to "http://localhost:16080" in tables "oc_appconfig" directly in oc mysql database.
ownCloud 9.1.3 (stable)
php 5.5.9
apache 2.4.7
libreoffice 4.2.8.2
When I check "locale" option to enable MS Word support the admin page refresh and option backs to disable.
My Config.php:
'instanceid' => 'xxxxxxxxxxxxxxxxx',
'passwordsalt' => 'xxxxxxxxxxxxxxxxxxxxxxxxx',
'secret' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
'trusted_domains' =>
array (
0 => 'xxx.xxx.xx',
),
'datadirectory' => '/var/www/owncloud/data',
'overwrite.cli.url' => 'https://xxx.xxx.xx',
'dbtype' => 'mysql',
'version' => '9.1.3.1',
'dbname' => 'owncloud',
'dbhost' => 'localhost',
'dbtableprefix' => 'oc_',
'dbuser' => 'oc_xxx',
'dbpassword' => 'xxxxxxxxxxxxxxxxxxxxxx',
'installed' => true,
'logdateformat' => 'r',
'logtimezone' => 'Europe/Rome',
'loglevel' => 1,
'forcessl' => true,
'forceSSLforSubdomains' => true,
'mail_smtpmode' => 'php',
'mail_from_address' => 'xxx',
'mail_domain' => 'xxx.xx',
'theme' => '',
'remember_login_cookie_lifetime' => 1296000,
'session_lifetime' => 86400,
'session_keepalive' => true,
'memcache.local' => '\OC\Memcache\APCu',
'maintenance' => false,
'enabledPreviewProviders' =>
array (
0 => 'OC\Preview\Image',
1 => 'OC\Preview\MP3',
2 => 'OC\Preview\TXT',
3 => 'OC\Preview\MarkDown',
4 => 'OC\Preview\MSOfficeDoc',
5 => 'OC\Preview\MSOffice2003',
6 => 'OC\Preview\MSOffice2007',
7 => 'OC\Preview\OpenDocument',
8 => 'OC\Preview\StarOffice',
9 => 'OC\Preview\PDF',
10 => 'OC\Preview\Epub',
11 => 'OC\Preview\PNG',
12 => 'OC\Preview\JPEG',
13 => 'OC\Preview\GIF',
14 => 'OC\Preview\BMP',
15 => 'OC\Preview\XBitmap',
16 => 'OC\Preview\Illustrator',
17 => 'OC\Preview\Movie',
18 => 'OC\Preview\Photoshop',
19 => 'OC\Preview\Postscript',
20 => 'OC\Preview\SVG',
21 => 'OC\Preview\TIFF',
22 => 'OC\Preview\Font',
),
'trashbin_retention_obligation' => 'auto',
'appstore.experimental.enabled' => true,
'updatechecker' => false,
'preview_libreoffice_path' => '/usr/bin/libreoffice',
The text was updated successfully, but these errors were encountered: