Hello,I have redowloud owcloud 9.0.11 and re upload it on my serer but I have the same error message and a white page
mod_fcgid: stderr: PHP Fatal error: Cannot redeclare class OC_App in /home/httpd/vhosts/mydomain/httpdocs/owncloud_9/lib/private/app.php on line *56*
so I have try to use define and ifdefine like on c and c++ language
if ( ! defined('APP')) {
define('APP', 'oc_app');
/*
* add by mpat on 31.3.2018
* source : http://php.net/manual/en/function.defined.php
*
*/
but I have the same error
mod_fcgid: stderr: PHP Fatal error: Cannot redeclare class OC_App in
/home/httpd/vhosts/mydomain/httpdocs/owncloud_*9*/lib/private/app.php on
line 66
see attachment my test with define Could you help me please ? Thanks for your support Best regards mparchet Le 31/03/2018 à 09:03, 450084394239 a écrit :
And shortly after the previous mail i've noticed:owncloud core-stable9The github releases are not meant to be run by users as there is more then just downloading this branch required to run ownCloud. I strongly suggest to switch back to the official releases from https://owncloud.org/download/#owncloud-server-tar-ball by following the linked upgrade instructions above. -- Sent from: http://owncloud.10557.n7.nabble.com/Users-f1.html _______________________________________________ User mailing list [email protected] http://mailman.owncloud.org/mailman/listinfo/user
<<attachment: app.php>>
_______________________________________________ User mailing list [email protected] http://mailman.owncloud.org/mailman/listinfo/user
