Re: [owncloud-user] OwnCloud displays PHP error even when deactivated

2019-03-05 Thread Florian Leleu
Hi again, I did some test again, here is the configuration: error_reporting = E_ALL & ~E_DEPRECATED & ~E_NOTICE & ~E_STRICT display_errors = Off html_errors = Off I shut down MySQL and I still have the errors displayed in my web browser rather than in my error.log I checked the phpinfo() and

Re: [owncloud-user] OwnCloud displays PHP error even when deactivated

2019-03-05 Thread Carlos Damken
What does it show in the log files? On Mar 5, 2019, 06:13, at 06:13, 450084394239 <450084394...@trash-mail.com> wrote: >No special configuration in the config.php, just the plain one after >the >ownCloud installation. > >Shutting down the database is not possible as this is a live / >productive

Re: [owncloud-user] OwnCloud displays PHP error even when deactivated

2019-03-05 Thread 450084394239
No special configuration in the config.php, just the plain one after the ownCloud installation. Shutting down the database is not possible as this is a live / productive system but i guess i will also get the same generic/themed internal error message of ownCloud without the full stacktrace.

Re: [owncloud-user] OwnCloud displays PHP error even when deactivated

2019-03-05 Thread Florian Leleu
Hi, I don't think it matters to the main topic. The former question is "why does OwnCloud display errors when it's turned off". Btw I did some other testing running PHP7.0 with official package on Debian and I ended up having the same result. So far: Debian 8 / Nginx / Redis / MySQL / PHP7.0