Hi everybody, I migrated from Ubuntu 14.04 Server to Ubuntu 16.04 Server. When I try to open owncloud, I get the following error:
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.
Technical details
Remote Address:
Request ID: lmPW5evG0ifP24OPtrpD
Anybody any idea what this could be? Thanks for some help Tom
See the hint shown in your posted message:
More details can be found in the server log.
Unfortunately it does not say which one...
https://doc.owncloud.org/server/9.1/admin_manual/issues/general_troubleshooting.html#owncloud-logfiles
https://doc.owncloud.org/server/9.1/admin_manual/issues/general_troubleshooting.html#logfiles
Problem:
Help: I'm getting an 500 Internal Server Error in my browser or in the logfile of my sync-client, or a blank / white page in my browser.
Answer:
Most time a:
500 Internal Server Error / blank page
error message is caused by a wrong configured webserver or a typo in a .htaccess file.
Without any additional informations it's not possible to help you here as this errors just means "something wrong" without telling what is wrong. Having a look at your webservers logfile or the e…
Most times it's very useful to have a look at the webserver logfile, the own logfile of ownCloud or the logfile of php. On linux you can find (depending on your used distro) at this locations:
ownCloud (access on the file system directly->Login via ssh-terminal/ftp, NOT via browser): /path/to/owncloud/data/owncloud.log
IMPORTANT NOTE: Please set DEBUG to true (for 8.1 and below): https://github.com/owncloud/core/blob/v6.0.3/config/config.sample.php#L3-L5 or debug => true (for oC 8.2+): https…
This is what it says:
{"reqId":"v0772TbQRGjIkxR3AzBe","remoteAddr":"","app":"index","message":"Exception: {\"Exception\":\"Exception\",\"Message\":\"The requested uri() cannot be processed by the script '\\\/owncloud\\\/index.php')\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/clients\\\/client1\\\/web12\\\/web\\\/owncloud\\\/lib\\\/base.php(837): OC\\\\AppFramework\\\\Http\\\\Request->getRawPathInfo()\\n#1 \\\/var\\\/www\\\/clients\\\/client1\\\/web12\\\/web\\\/owncloud\\\/index.php(39): OC::handleRequest()\\n#2 {main}\",\"File\":\"\\\/var\\\/www\\\/clients\\\/client1\\\/web12\\\/web\\\/owncloud\\\/lib\\\/private\\\/appframework\\\/http\\\/request.php\",\"Line\":621}","level":3,"time":"2016-08-26T16:28:54+00:00","method":"POST","url":"--","user":"--"}
Wild guess as you haven't filled out the issue template shown when creating a new thread and haven't provided your current oC version:
Your current version is below 9.0.2 or 8.2.4 which are not compatible with PHP 7.0.6+
Sorry for the missing information, you were right, it is a PHP 7 issue. So I did upgrade, everything works fine.
installed: true
version: 9.1.0.15
versionstring: 9.1.0
edition:
But my site is still in maintenance mode. I tried the following:
sudo -u www-data php occ maintenance:mode --off checked config.php to "false" sudo -u www-data php occ maintenance:repair
Nothing worked. Still maintenance mode. Any Idea what could be wrong now?
Ubuntu 16.04, Apache2, mariadb, PHP 7
Please create a new thread for this new issue:
Question
Why should i create a new thread for each question / problem instead of posting them in one single thread?
Why i'm getting the advise to not ask a new question in a thread where my previously asked question was answered?
Answer
You're advised to create a new thread for each problem for some simple reasons. It avoids:
confusion and very long threads which no one can follow anymore
that people posting a "i have the same problem" where it is often not clear to which of the multip…