Support intro
Sorry to hear you’re facing problems
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
Nextcloud version (eg, 29.0.5): 6.12.11
Operating system and version (eg, Ubuntu 24.04): Ubuntu 24.04
Apache or nginx version (eg, Apache 2.4.25): MariaDB 10.5.26-MariaDB-ubu2004
PHP version (eg, 8.3): replace me
The issue you are facing: After: http://192.168.1.249:8080
Internal Server Error
The server encountered an internal error and was unable to complete your request.
Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.
More details can be found in the server log.
Is this the first time you’ve seen this error? (Y/N): Y
Steps to replicate it:
- After entering username & password
- Selecting Install
The output of your Nextcloud log in Admin > Logging:
PASTE HERE
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
<?php
$CONFIG = array (
'datadirectory' => '/data',
'instanceid' =>
'passwordsalt' =>
'secret' =>
'trusted_domains' =>
array (
0 => '192.168.1.249:444',
),
'dbtype' => 'sqlite3',
'version' => '29.0.6.1',
'overwrite.cli.url' => 'https://192.168.1.249:444',
'installed' => true,
);
The output of your Apache/nginx/system log in /var/log/____
:
2024/09/05 14:49:32 [info] 6905#6905: Using 116KiB of shared memory for nchan in /etc/nginx/nginx.conf:161
2024/09/05 14:49:32 [info] 6905#6905: Using 131072KiB of shared memory for nchan in /etc/nginx/nginx.conf:161
2024-09-05 21:28:45 0 [Note] Starting MariaDB 10.5.26-MariaDB-ubu2004 source revision 7a5b8bf0f5470a13094101f0a4bdfa9e1b9ded02 server_uid boI2yEWnP+b4JlB7IyqfY5XtYeU= as process 1
2024-09-05 21:28:45 0 [Warning] You need to use --log-bin to make --binlog-format work.
2024-09-05 21:28:45 0 [Note] InnoDB: Uses event mutexes
2024-09-05 21:28:45 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2024-09-05 21:28:45 0 [Note] InnoDB: Number of pools: 1
2024-09-05 21:28:45 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
2024-09-05 21:28:45 0 [Note] InnoDB: Using Linux native AIO
2024-09-05 21:28:45 0 [Note] InnoDB: Initializing buffer pool, total size = 134217728, chunk size = 134217728
2024-09-05 21:28:45 0 [Note] InnoDB: Completed initialization of buffer pool
2024-09-05 21:28:45 0 [Note] InnoDB: 128 rollback segments are active.
2024-09-05 21:28:45 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2024-09-05 21:28:45 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2024-09-05 21:28:45 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2024-09-05 21:28:45 0 [Note] InnoDB: 10.5.26 started; log sequence number 45091; transaction id 20
2024-09-05 21:28:45 0 [Note] Plugin 'FEEDBACK' is disabled.
2024-09-05 21:28:45 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2024-09-05 21:28:45 0 [Note] InnoDB: Buffer pool(s) load completed at 240905 21:28:45
2024-09-05 21:28:45 0 [Note] Server socket created on IP: '::'.
2024-09-05 21:28:45 0 [Note] Reading of all Master_info entries succeeded
2024-09-05 21:28:45 0 [Note] Added new Master_info '' to hash table
2024-09-05 21:28:45 0 [Note] mysqld: ready for connections.
Version: '10.5.26-MariaDB-ubu2004' socket: '/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution
2024-09-05 21:28:38+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.5.26+maria~ubu2004 started.
2024-09-05 21:28:38+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
2024-09-05 21:28:38+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.5.26+maria~ubu2004 started.
2024-09-05 21:28:39+00:00 [Note] [Entrypoint]: Initializing database files
2024-09-05 21:28:42+00:00 [Note] [Entrypoint]: Database files initialized
2024-09-05 21:28:42+00:00 [Note] [Entrypoint]: Starting temporary server
2024-09-05 21:28:42+00:00 [Note] [Entrypoint]: Waiting for server startup
2024-09-05 21:28:43+00:00 [Note] [Entrypoint]: Temporary server started.
2024-09-05 21:28:44+00:00 [Note] [Entrypoint]: Creating database nextcloud
2024-09-05 21:28:44+00:00 [Note] [Entrypoint]: Creating user nextcloud
2024-09-05 21:28:44+00:00 [Note] [Entrypoint]: Giving user nextcloud access to schema nextcloud
2024-09-05 21:28:44+00:00 [Note] [Entrypoint]: Securing system users (equivalent to running mysql_secure_installation)
2024-09-05 21:28:44+00:00 [Note] [Entrypoint]: Stopping temporary server
2024-09-05 21:28:45+00:00 [Note] [Entrypoint]: Temporary server stopped
2024-09-05 21:28:45+00:00 [Note] [Entrypoint]: MariaDB init process done. Ready for start up.
Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.
text error warn system array login
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.19.0.3. Set the 'ServerName' directive globally to suppress this message
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.19.0.3. Set the 'ServerName' directive globally to suppress this message
[Thu Sep 05 21:28:41.041428 2024] [mpm_prefork:notice] [pid 1:tid 1] AH00163: Apache/2.4.62 (Debian) PHP/8.2.23 configured -- resuming normal operations
[Thu Sep 05 21:28:41.041450 2024] [core:notice] [pid 1:tid 1] AH00094: Command line: 'apache2 -D FOREGROUND'
Initializing nextcloud 29.0.6.1 ...
New nextcloud instance
Next step: Access your instance to finish the web-based installation!
Hint: You can specify NEXTCLOUD_ADMIN_USER and NEXTCLOUD_ADMIN_PASSWORD and the database variables _prior to first launch_ to fully automate initial installation.
Initializing finished
=> Searching for scripts (*.sh) to run, located in the folder: /docker-entrypoint-hooks.d/before-starting
192.168.1.59 - - [05/Sep/2024:21:30:37 +0000] "GET / HTTP/1.1" 200 3344 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
192.168.1.59 - - [05/Sep/2024:21:30:37 +0000] "GET /core/css/server.css?v=ba222ded25d957b900c03bef914333cd HTTP/1.1" 200 18780 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
192.168.1.59 - - [05/Sep/2024:21:30:37 +0000] "GET /apps/theming/css/default.css?v=ba222ded25d957b900c03bef914333cd HTTP/1.1" 200 1821 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
192.168.1.59 - - [05/Sep/2024:21:30:37 +0000] "GET /core/css/guest.css?v=ba222ded25d957b900c03bef914333cd HTTP/1.1" 200 5147 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
192.168.1.59 - - [05/Sep/2024:21:30:38 +0000] "GET /core/l10n/en_GB.js?v=ba222ded25d957b900c03bef914333cd HTTP/1.1" 200 8872 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
192.168.1.59 - - [05/Sep/2024:21:30:37 +0000] "GET /dist/core-main.js?v=ba222ded25d957b900c03bef914333cd HTTP/1.1" 200 277138 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
192.168.1.59 - - [05/Sep/2024:21:30:38 +0000] "GET /dist/core-install.js?v=ba222ded25d957b900c03bef914333cd HTTP/1.1" 200 35768 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
192.168.1.59 - - [05/Sep/2024:21:30:38 +0000] "GET /dist/icons.css HTTP/1.1" 200 32239 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
192.168.1.59 - - [05/Sep/2024:21:30:38 +0000] "GET /core/img/logo/logo.svg HTTP/1.1" 200 1335 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
192.168.1.59 - - [05/Sep/2024:21:30:38 +0000] "GET /apps/theming/img/background/kamil-porembinski-clouds.jpg HTTP/1.1" 200 106354 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
192.168.1.59 - - [05/Sep/2024:21:30:38 +0000] "GET /dist/core-common.js?v=ba222ded25d957b900c03bef914333cd HTTP/1.1" 200 1068098 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
192.168.1.59 - - [05/Sep/2024:21:30:38 +0000] "GET /core/img/actions/toggle.svg HTTP/1.1" 200 828 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
192.168.1.59 - - [05/Sep/2024:21:30:42 +0000] "GET /core/img/favicon.ico HTTP/1.1" 200 3794 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
127.0.0.1 - - [05/Sep/2024:21:30:45 +0000] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.4.62 (Debian) PHP/8.2.23 (internal dummy connection)"
127.0.0.1 - - [05/Sep/2024:21:30:50 +0000] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.4.62 (Debian) PHP/8.2.23 (internal dummy connection)"
192.168.1.59 - - [05/Sep/2024:21:32:34 +0000] "POST / HTTP/1.1" 302 1875 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
192.168.1.59 - - [05/Sep/2024:21:32:49 +0000] "GET /index.php/core/apps/recommended HTTP/1.1" 500 702 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
192.168.1.59 - - [05/Sep/2024:21:32:49 +0000] "GET /favicon.ico HTTP/1.1" 500 702 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
compose:
version: '2'
services:
db:
image: mariadb:10.5
restart: always
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
volumes:
- /var/lib/docker/volumes/Nextcloud_Database:/var/lib/mysql
environment:
- MYSQL_ROOT_PASSWORD=xxxxxxxxx
- MYSQL_PASSWORD=xxxxxxxxx
- MYSQL_DATABASE=nextcloud
- MYSQL_USER=nextcloud
app:
image: nextcloud
restart: always
ports:
- 8080:80
links:
- db
volumes:
- /var/lib/docker/volumes/Nextcloud_Application:/var/www/html
environment:
- MYSQL_PASSWORD=xxxxxxxxxx
- MYSQL_DATABASE=nextcloud
- MYSQL_USER=nextcloud
- MYSQL_HOST=db