Owncloud 10.4.0 Wrong appicon path after update

Expected behaviour

appicons have eg. path /apps/files/img/app.svg instead of owncloud/apps/files/img/app.svgowncloud

Server configuration

Operating system:
Ubuntu 18.04.4 LTS
Web server:
Apache 2.4.29
Database:
mysql
PHP version:
7.2.24
ownCloud version: (see ownCloud admin page)
10.4.0

Updated from an older ownCloud or fresh install:
updated

Where did you install ownCloud from:
tar package

The content of config/config.php:

Blockquote<?php
$CONFIG = array (
‘instanceid’ => ‘id’,
‘passwordsalt’ => ‘passwordc’,
‘secret’ => ‘secret’,
‘enable certification management’ => true,
‘trusted_domains’ =>
array (
0 => ‘ip’,
1 => ‘domain’,
),
‘memcache.distributed’ => ‘\OC\Memcache\Redis’,
‘memcache.locking’ => ‘\OC\Memcache\Redis’,
‘memcache.local’ => ‘\OC\Memcache\Redis’,
‘redis’ =>
array (
‘host’ => ‘localhost’,
‘port’ => 6379,
),
‘datadirectory’ => ‘/var/www/html/owncloud/data’,
‘overwrite.cli.url’ => ‘https://domain/owncloud’,
‘dbtype’ => ‘mysql’,
‘version’ => ‘10.4.0.4’,
‘dbname’ => ‘owncloud’,
‘dbhost’ => ‘localhost’,
‘dbtableprefix’ => ‘oc_’,
‘mysql.utf8mb4’ => true,
‘dbuser’ => ‘ownclouduser’,
‘dbpassword’ => ‘password’,
‘logtimezone’ => ‘UTC’,
‘apps_paths’ =>
array (
0 =>
array (
‘path’ => ‘/var/www/html/owncloud/apps’,
‘url’ => ‘/apps’,
‘writable’ => false,
),
1 =>
array (
‘path’ => ‘/var/www/html/owncloud/apps-external’,
‘url’ => ‘/apps-external’,
‘writable’ => true,
),
),
‘installed’ => true,
‘mail_domain’ => ‘domain’,
‘mail_from_address’ => ‘owncloud’,
‘mail_smtpmode’ => ‘smtp’,
‘mail_smtpauth’ => 1,
‘mail_smtpauthtype’ => ‘LOGIN’,
‘mail_smtphost’ => ‘domain’,
‘mail_smtpport’ => ‘25’,
‘mail_smtpname’ => ‘owncloud@domain’,
‘mail_smtppassword’ => ‘password’,
‘loglevel’ => 3,
‘updater.secret’ => ‘secret’,
‘maintenance’ => false,

Hey,

if something like this is happening after an update i personally would report such an issue to a bug tracker rather then to a user support forums so that the ownCloud team is getting aware of possible problems with the version you have updated to.

I think the issue tracker which could fit for your problem is https://github.com/owncloud/core/issues

1 Like

Thx i will try that. Here is the link to the issue: https://github.com/owncloud/core/issues/37125

i was just wondering if i could set the paths manually.

2 Likes

for some reason solved after app update via the market app