The interface is blank and the button's has no function

Support intro

Sorry to hear you’re facing problems :slightly_frowning_face:

help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:

example

Or for longer, use three backticks above and below the code snippet:

longer
example
here

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

Nextcloud version (eg, 12.0.2): 15.0.2.0
Operating system and version (eg, Ubuntu 17.04): Linux version 4.9.0-8-amd64 (debian-kernel@lists.debian.org) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) ) #1 SMP Debian 4.9.130-2 (2018-10-27)
Apache or nginx version (eg, Apache 2.4.25): 2.4.25
PHP version (eg, 7.1): 7.0.33

The issue you are facing:

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

Steps to replicate it:

Only installing nextcloud with the web installer.
After this i see this and all button’s have no function:

The output of your Nextcloud log in Admin > Logging:

No access to Admin > Logging

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

<?php
$CONFIG = array (
  'instanceid' => 'ochfh9yq4uu8',
  'passwordsalt' => 'foobar',
  'secret' => 'foobar',
  'trusted_domains' =>
  array (
    0 => 'foo.bar',
  ),
  'datadirectory' => '/var/www/html/cloud/data',
  'dbtype' => 'mysql',
  'version' => '15.0.2.0',
  //'overwrite.cli.url' => 'https://foo.bar/cloud',
  'dbname' => 'foobar',
  'dbhost' => 'localhost',
  'dbport' => '3306',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'foobar',
  'dbpassword' => 'foobar',
  'installed' => true,
);

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

There are no error's!

Are you using Cloudflare Rocket Loader? NextCloud is not compatible with that.

1 Like