Line 3:
Line 3:
{{usefulnote}}
{{usefulnote}}
== PHP Software Collections for SME Server ==
== PHP Software Collections for SME Server ==
+
+
{{Warning box|'''If you enable PHP 7.x globally you may get errors trying to access Webmail and possibly the Server-Manager
+
The highest PHP version that will work with Horde 3.x is PHP 5.6
+
+
To use PHP 7.x globally you will need to update to Horde 5.x (see Bugs/wiki)
+
+
If your Server Manager or Webmail are blocked please see below for instructions on how to get them working
+
'''}}
=== Maintainer ===
=== Maintainer ===
Line 257:
Line 265:
https://test.myserver.com/TestFile.php?XDEBUG_SESSION_START=users
https://test.myserver.com/TestFile.php?XDEBUG_SESSION_START=users
+
+
===Cannot access Webmail or Server Manager===
+
+
If you find that you can not access Webmail or server manager then you can disable PHP SCL as follows:
+
+
Global
+
+
config setprop php{$ver} PhpModule disabled|enabled
+
signal-event php-update
+
+
eg
+
+
config setprop php71 PhPModule disabled
+
signal-event php-update
+
+
You should now be able to access Webmail
+
+
As a side note this is how to do it per ibay
+
For an individual ibay
+
+
db {ibayname} setprop php{$ver} PhpVersion disabled|enabled
+
signal-event php-update
=== Bugs ===
=== Bugs ===