• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

A problem with webmail

L

lolpopl

Guest
Hi,

i can access to webmail (horde or atmail), i have a list of error :

Strict Standards: Assigning the return value of new by reference is deprecated in /usr/share/psa-pear/PEAR.php on line 563

Strict Standards: Assigning the return value of new by reference is deprecated in /usr/share/psa-pear/PEAR.php on line 566

Strict Standards: Assigning the return value of new by reference is deprecated in /usr/share/psa-pear/Log.php on line 147

Strict Standards: Assigning the return value of new by reference is deprecated in /usr/share/psa-horde/lib/Horde/Notification.php on line 64

Strict Standards: Assigning the return value of new by reference is deprecated in /usr/share/psa-horde/lib/Horde/Perms.php on line 455

Strict Standards: Assigning the return value of new by reference is deprecated in /usr/share/psa-horde/lib/Horde/Perms.php on line 462

Strict Standards: Non-static method Browser::singleton() should not be called statically in /usr/share/psa-horde/lib/core.php on line 51

Strict Standards: Non-static method String::lower() should not be called statically, assuming $this from incompatible context in /usr/share/psa-horde/lib/Horde/Browser.php on line 318

Strict Standards: Non-static method String::lower() should not be called statically, assuming $this from incompatible context in /usr/share/psa-horde/lib/Horde/Browser.php on line 323

Strict Standards: Non-static method String::lower() should not be called statically, assuming $this from incompatible context in /usr/share/psa-horde/lib/Horde/Browser.php on line 331

Strict Standards: Non-static method Util::nonInputVar() should not be called statically in /usr/share/psa-horde/imp/lib/base.php on line 34
........
.......
Une erreur fatale s'est produite
Failed to import configuration file "/usr/share/psa-horde/imp/lib/../../config/conf.php": Strict Standards: Non-static method Horde::getTempDir() should not be called statically, assuming $this from incompatible context in /etc/psa-webmail/horde/horde/conf.php on line 81 Strict Standards: Non-static method Util::getTempDir() should not be called statically, assuming $this from incompatible context in /usr/share/psa-horde/lib/Horde.php on line 1219

Strict Standards: Non-static method Auth::getAuth() should not be called statically, assuming $this from incompatible context in /usr/share/psa-horde/lib/Horde/Registry.php on line 321

When i was on 9.3, i have elready this problem.

Do you know tjis problem?
 
I many times wrote here how you can reinstall horde. Please find it and try it.
 
Last edited by a moderator:
Seems you have customized PHP there and it is a reason of this problem.
Theses warnings are because of the "E_STRICT" configuration option in the global configuration of PHP "/etc/php.ini":
error_reporting = E_ALL & ~E_NOTICE | E_STRICT

It is not strictly recommended to set such _development_ configuration values in the global files, since they provide excessive information to the sites' visitors. Instead of it, the necessary log level should be set in the scripts surrounding the block necessary to debug with "error_reporting()" run-time call.
 
Back
Top