Author |
|
wbenkhoud Groupie
Joined: 16 July 2019 Location: Tunisia
Online Status: Offline Posts: 50
|
Posted: 27 February 2020 at 1:38am | IP Logged
|
|
|
Hello,
When using php5.6 for wemail6.2.5 (both in centos 7 and SLES 11SP2) we have these errors :
Strict Standards: Non-static method ConvertUtils::GetJsVersion() should not be called statically in /srv/www/webmail625/web/webmail.php on line 128
Strict Standards: Non-static method ConvertUtils::ClearVersion() should not be called statically in /srv/www/webmail625/web/common/class_convertutils.php on line 94
Strict Standards: Non-static method ConvertUtils::AttributeQuote() should not be called statically in /srv/www/webmail625/web/index.php on line 225
WebMail is loading…
knowing that php modules installed are :
php5-pdo-5.6.40-14.1
php5-sqlite-5.6.40-14.1
php5-5.6.40-14.1
php5-dom-5.6.40-14.1
php5-xmlwriter-5.6.40-14.1
php5-mbstring-5.6.40-14.1
php5-curl-5.6.40-14.1
php5-ldap-5.6.40-14.1
php5-tokenizer-5.6.40-14.1
php5-json-5.6.40-14.1
apache2-mod_php5-5.6.40-14.1
php5-xmlreader-5.6.40-14.1
php5-iconv-5.6.40-14.1
php5-ctype-5.6.40-14.1
php5-openssl-5.6.40-14.1
php5-mysql-5.6.40-14.1
Please help
Regards,
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 27 February 2020 at 1:41am | IP Logged
|
|
|
Hello,
Please see:
PHP 5 disable strict standards error
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
wbenkhoud Groupie
Joined: 16 July 2019 Location: Tunisia
Online Status: Offline Posts: 50
|
Posted: 27 February 2020 at 1:48am | IP Logged
|
|
|
Hi,
In fact, the problem that we can not login (we stay on the same login page) and have these errors
your help
Regards,
|
Back to Top |
|
|
wbenkhoud Groupie
Joined: 16 July 2019 Location: Tunisia
Online Status: Offline Posts: 50
|
Posted: 27 February 2020 at 1:54am | IP Logged
|
|
|
Even, adminpanel page shows errors bellow (Note that at this section, we can login as administrator)
Strict Standards: Non-static method api_Ints::getIntMax() should not be called statically in /srv/www/webmail625/web/libraries/afterlogic/common/utils.php on line 825
Strict Standards: Static function api_AContainer::GetStaticMap() should not be abstract in /srv/www/webmail625/web/libraries/afterlogic/common/container.php on line 296
Strict Standards: Declaration of CApiUsersDbStorage::UpdateIdentity() should be compatible with CApiUsersStorage::UpdateIdentity(CIdentity &$oIdentity) in /srv/www/webmail625/web/libraries/afterlogic/common/managers/users/storages/db/storage.php on line 586
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 27 February 2020 at 2:01am | IP Logged
|
|
|
Those error messages don't look like critical ones, and my guess is, the fact that they're displayed is breaking the data transfer. I suggest turning displaying errors off and see if that helps.
Please note that this forum is a community resource; if you're looking for assistance from Afterlogic team, we recommend using our HelpDesk instead.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|