DietPi NextCloud update issue

Updated and now I can’t view the nextcloud directory via the web, see blow for more info.

Nextcloud version : version’ => ‘18.0.4.2’
Operating system and version : DietPi Debian - Raspbian
Apache or nginx version (eg, Apache 2.4.25): Apache/2.4.38 (Raspbian)

PHP version (eg, 7.1): PHP Version 7.2.9-1+b2

The issue you are facing: Error 500

Is this the first time you’ve seen this error? (Y/N): No

Steps to replicate it:

View thew site as normal and you can’t access it.
It worked perfect and I was on version 17.0.1 I believe after using the web updater I am now not able to view the nextcloud directory via the web, however I can view it’s sub folders such as

nextcloud/core/doc/admin/configuration_server/

Not sure what or what is going on. I can’t figure out how to fix this, any help would be wonderful! Thank you.

The output of your Nextcloud log in Admin > Logging:

926 {"reqId":"t9zenoZuuJflzTyld2kt","level":3,"time":"2020-05-17T05:46:32+00:00","remoteAddr":"xxx.xxx.xx.xxx","user":"--","app":"PHP","method":"GET","url":"/nextcloud/","message":"You are using a fallback implementation of the intl ext$
24927 {"reqId":"AyOpg9WZy4wDX8WfoWN4","level":3,"time":"2020-05-17T06:02:17+00:00","remoteAddr":"xxx.xxx.xx.xxx","user":"--","app":"index","method":"GET","url":"/nextcloud/","message":{"Exception":"OC\\HintException","Message":"Memcache \$
24928 {"reqId":"AyOpg9WZy4wDX8WfoWN4","level":3,"time":"2020-05-17T06:02:17+00:00","remoteAddr":"xxx.xxx.xx.xxx","user":"--","app":"index","method":"GET","url":"/nextcloud/","message":{"Exception":"OC\\HintException","Message":"Memcache \$
24929 {"reqId":"AyOpg9WZy4wDX8WfoWN4","level":3,"time":"2020-05-17T06:02:17+00:00","remoteAddr":"xxx.xxx.xx.xxx","user":"--","app":"core","method":"GET","url":"/nextcloud/","message":{"Exception":"OC\\HintException","Message":"Memcache \\$
24930 {"reqId":"AyOpg9WZy4wDX8WfoWN4","level":3,"time":"2020-05-17T06:02:17+00:00","remoteAddr":"xxx.xxx.xx.xxx","user":"--","app":"core","method":"GET","url":"/nextcloud/","message":{"Exception":"OC\\HintException","Message":"Memcache \\$
24931 {"reqId":"AyOpg9WZy4wDX8WfoWN4","level":3,"time":"2020-05-17T06:02:17+00:00","remoteAddr":"xxx.xxx.xx.xxx","user":"--","app":"PHP","method":"GET","url":"/nextcloud/","message":"You are using a fallback implementation of the intl ext$
24932 {"reqId":"8yYwEB4WC78aZA5kIDnK","level":3,"time":"2020-05-17T06:02:18+00:00","remoteAddr":"xxx.xxx.xx.xxx","user":"--","app":"index","method":"GET","url":"/nextcloud/","message":{"Exception":"OC\\HintException","Message":"Memcache \$
24933 {"reqId":"8yYwEB4WC78aZA5kIDnK","level":3,"time":"2020-05-17T06:02:18+00:00","remoteAddr":"xxx.xxx.xx.xxx","user":"--","app":"index","method":"GET","url":"/nextcloud/","message":{"Exception":"OC\\HintException","Message":"Memcache \$
24934 {"reqId":"8yYwEB4WC78aZA5kIDnK","level":3,"time":"2020-05-17T06:02:18+00:00","remoteAddr":"xxx.xxx.xx.xxx","user":"--","app":"core","method":"GET","url":"/nextcloud/","message":{"Exception":"OC\\HintException","Message":"Memcache \\$
24935 {"reqId":"8yYwEB4WC78aZA5kIDnK","level":3,"time":"2020-05-17T06:02:18+00:00","remoteAddr":"xxx.xxx.xx.xxx","user":"--","app":"core","method":"GET","url":"/nextcloud/","message":{"Exception":"OC\\HintException","Message":"Memcache \\$
24936 {"reqId":"8yYwEB4WC78aZA5kIDnK","level":3,"time":"2020-05-17T06:02:18+00:00","remoteAddr":"xxx.xxx.xx.xxx","user":"--","app":"PHP","method":"GET","url":"/nextcloud/","message":"You are using a fallback implementation of the intl ext$
24937



The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'passwordsalt' => 'rD3UBmAmtovyzQRTGA6HosF3yb0k+m',
  'secret' => '4PYgza75gWZob/nXqkkWmRzXHO4b0u8SQZFoSIU9TISr84r1',
  'trusted_domains' =>
  array (
    0 => 'localhost',
    1 => '*',
  ),
  'datadirectory' => '/mnt/dietpi_userdata/nextcloud_data',
  'dbtype' => 'mysql',
  'version' => '18.0.4.2',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'filelocking.enabled' => true,
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'redis' =>
  array (
    'host' => '/run/redis/redis-server.sock',
    'port' => 0,
  ),
  'overwrite.cli.url' => 'http://localhost/nextcloud',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'oc_admin',
  'dbpassword' => 'D7/xCkeJFBPr8eCq1hTyR/5SUyvH5b',
  'installed' => true,
  'instanceid' => 'ocpkjig27l0n',
  'maintenance' => false,
  'theme' => '',
  'loglevel' => 3,
  'app_install_overwrite' =>
  array (
    0 => 'defaultlinkopen',
    1 => 'files_external_gdrive',
    2 => 'drop_account',
  ),
  'mail_smtpmode' => 'smtp',
  'mail_smtpsecure' => 'ssl',
  'mail_sendmailmode' => 'smtp',
  'mail_from_address' => 'XXXX',
  'mail_domain' => 'XXXXX.com',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_smtpauth' => 1,
  'mail_smtphost' => 'XXX.XXXXXX.net',
  'mail_smtpport' => '465',
  'mail_smtpname' => 'XXXX@XXXXXX.com',
  'mail_smtppassword' => 'XXXXXXXX',
  'updater.secret' => '$2y$10$egXrPtGl8gU4N/eAMhmznOg9Py8dcGh.p3bIch6sBhoYxMSf3.RdG',
  'data-fingerprint' => '997d3c7b5555d184350f7b7522fa43e3',
  'log.condition' => [
          'apps' => ['admin_audit'],
],
);

The output of your Apache/nginx/system log in /var/log/____:

None

When I run the command

sudo -u www-data php console.php files:scan --all

I get the following:

Starting scan for user 1 out of 2 (admin)
Path not found: /admin
Starting scan for user 2 out of 2 (XXXX)
+---------+-------+--------------+
| Folders | Files | Elapsed time |
+---------+-------+--------------+
| 629     | 876   | 00:02:00     |
+---------+-------+--------------+