Hello everyone.
I'm about to install Nextcloud on a fresh installed Centos7 CWP7 Server
PHP 5.6 and 7.2 were build without problems.
I already testet using different PHP Versiond with the .htaccess AddHandler
Sadly, when I installed Nextcloud, the Nextcloud installer writes an own .htaccess file during the installation.
(install via setup.php file for shared hosts)
When I try to add the PHP7 Addhandler in the .htaccess I get an internal server error with following error:
[Tue Feb 07 10:46:26.177096 2017] [:error] [pid 25776:tid 140608127612672] [client 193.171.xx.xxx:48290] PHP Fatal error: Declaration of OC\\Files\\Storage\\Local::copyFromStorage(OCP\\Files\\Storage $sourceStorage, $sourceInternalPath, $targetInternalPath) must be compatible with OC\\Files\\Storage\\Common::copyFromStorage(OCP\\Files\\Storage $sourceStorage, $sourceInternalPath, $targetInternalPath, $preserveMtime = false) in /home/sebhoff/cloud/lib/private/Files/Storage/Local.php on line 43
Has anyone experience in running Nextcloud with php7 on CWP without problems?
Thank you in advance.
Sincerly,
Sebhoff