Internal server error efter upgrade to 13.0.3.2

After login I get “Internal server error” for all accounts

NextCloud log says:
{“reqId”:“WyC4c–qwQ2gtFq5L-yAhgAAAAg”,“level”:3,“time”:“2018-06-13T06:23:47+00:00”,“remoteAddr”:“10.9.10.249”,“user”:“admin”,“app”:“no app in context”,“method”:“GET”,“url”:"/index.php/apps/files/",“message”:“JSCombiner: unable to cache: merged.js”,“userAgent”:“Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299”,“version”:“13.0.3.2”}

Windows client seems to work fine, problem only for https GUI.

apps dir:
drwxr-xr-x 37 nc nc 4096 Jun 13 08:27 .
drwxr-x— 14 nc nc 4096 May 31 21:31 …
drwxr-xr-x 10 nc nc 125 May 31 11:18 activity
drwxr-xr-x 5 nc nc 48 May 31 11:18 admin_audit
drwxr-xr-x 9 nc nc 108 May 31 11:18 comments
drwxr-xr-x 9 nc nc 98 May 31 11:18 dav
drwxr-xr-x 10 nc nc 109 May 31 11:18 encryption
drwxr-xr-x 10 nc nc 109 May 31 11:18 federatedfilesharing
drwxr-xr-x 10 nc nc 109 May 31 11:18 federation
drwxr-xr-x 11 nc nc 201 May 31 11:18 files
drwxr-xr-x 11 nc nc 137 May 31 11:18 files_external
drwxr-xr-x 10 nc nc 133 May 31 11:18 files_pdfviewer
drwxr-xr-x 10 nc nc 143 May 31 11:18 files_sharing
drwxr-xr-x 9 nc nc 91 May 31 11:18 files_texteditor
drwxr-xr-x 11 nc nc 137 May 31 11:18 files_trashbin
drwxr-xr-x 10 nc nc 124 May 31 11:18 files_versions
drwxr-xr-x 7 nc nc 90 May 31 11:18 files_videoplayer
drwxr-xr-x 10 nc nc 108 May 31 11:18 firstrunwizard
drwxr-xr-x 13 nc nc 311 May 31 11:18 gallery
drwxr-xr-x 13 nc nc 207 May 31 11:18 logreader
drwxr-xr-x 5 nc nc 48 May 31 11:18 lookup_server_connector
drwxr-xr-x 9 nc nc 134 May 31 11:18 nextcloud_announcements
drwxr-xr-x 9 nc nc 103 May 31 11:18 notifications
drwxr-xr-x 9 nc nc 98 May 31 11:18 oauth2
drwxr-xr-x 11 nc nc 136 May 31 11:18 password_policy
drwxr-xr-x 6 nc nc 59 May 31 11:18 provisioning_api
drwxr-xr-x 3 root root 20 Jun 13 08:27 save
drwxr-xr-x 10 nc nc 161 May 31 11:18 serverinfo
drwxr-xr-x 10 nc nc 109 May 31 11:18 sharebymail
drwxr-xr-x 9 nc nc 133 May 31 11:18 survey_client
drwxr-xr-x 10 nc nc 125 May 31 11:18 systemtags
drwxr-xr-x 9 nc nc 93 May 31 11:18 theming
drwxr-xr-x 9 nc nc 98 May 31 11:18 twofactor_backupcodes
drwxr-xr-x 10 nc nc 109 May 31 11:18 updatenotification
drwxr-xr-x 5 nc nc 43 May 31 11:18 user_external
drwxr-xr-x 12 nc nc 135 May 31 11:18 user_ldap
drwxr-xr-x 8 nc nc 82 May 31 11:18 workflowengine

config.php:

$CONFIG = array (
‘instanceid’ => ‘oc2vrbefasbm’,
‘passwordsalt’ => ‘xxxxxxx’,
‘secret’ => ‘xxxxxxx’,
‘trusted_domains’ =>
array (
0 => ‘nc.vrc.dk’,
),
‘datadirectory’ => ‘/data/nc/’,
‘overwrite.cli.url’ => ‘https://xxx’,
‘dbtype’ => ‘mysql’,
‘version’ => ‘13.0.3.2’,
‘dbname’ => ‘nc’,
‘dbhost’ => ‘localhost’,
‘dbport’ => ‘’,
‘dbtableprefix’ => ‘oc_’,
‘dbuser’ => ‘nc’,
‘dbpassword’ => ‘xxxxxxx’,
‘installed’ => true,
‘mail_smtpmode’ => ‘smtp’,
‘mail_smtpauthtype’ => ‘LOGIN’,
‘mail_from_address’ => ‘nc’,
‘mail_domain’ => ‘vrc.dk’,
‘mail_smtphost’ => ‘xxx’,
‘mail_smtpport’ => ‘xx’,
‘maintenance’ => false,
‘filelocking.enabled’ => false,
‘theme’ => ‘’,
‘loglevel’ => 2,
);

Any idea appreciated

Thanks

Harald

A reinstall w/o dropping the database fixed my problem :slight_smile: