You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First problem was, that mongo was not identified by phptest.php. phpinfo() says it is installed and enabled so I just commented the test for mongo and phptest says the rest is ok.
Now when I open the index an error is thrown:
2016/12/16 13:03:43 [error] 34365#34365: *215 FastCGI sent in stderr: "PHP message: PHP Fatal error: Cannot use 'String' as class name as it is reserved in /opt/lampcms/lib/Lampcms/String.php on line 62" while reading response header from upstream, client: ***, server: foo.bar, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/var/run/php/php7.0-fpm.sock:", host: "foo.bar:8088"
Xenial is using PHP7. Does LampCMS work with PHP7?
I am using nginx as webserver with php7.0-fpm.
The text was updated successfully, but these errors were encountered:
String is a reserved keyword in PHP7 and there's a class named String in String.php inside lib/Lampcms, so until that is changed, I don't think LampCMS will work with PHP7.
Hi folks,
I tried to setup lampcms on a testserver:
First problem was, that mongo was not identified by phptest.php. phpinfo() says it is installed and enabled so I just commented the test for mongo and phptest says the rest is ok.
Now when I open the index an error is thrown:
Xenial is using PHP7. Does LampCMS work with PHP7?
I am using nginx as webserver with php7.0-fpm.
The text was updated successfully, but these errors were encountered: