• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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