Author |
|
Carlox Newbie
Joined: 25 November 2012 Location: Philippines
Online Status: Offline Posts: 5
|
Posted: 25 November 2012 at 8:43pm | IP Logged
|
|
|
Experts,
Anyone ever encounter this kind of error?
When i try to delete the email in my inbox, there is an error " Strict Standards: Only variables should be passed by reference in C:\xampp\htdocs\webmail\common\class_mailprocessor.php on line 1124"
I used Webmail lite php, everything works fine but i cannot resolve this one.
Software i used : xampp v1.8.1 with Apache 2.4.3, MySQL v5.5.27 and PHP v5.4.7
Your help would be very much appreciated.
Thank you.
Carlo
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 26 November 2012 at 3:53am | IP Logged
|
|
|
It occurs because you have high error_reporting level set in PHP configuration. You need to reconfigure it so that E_STRICT is not included.
Technically, it's not an error but a suggestion on improving the code, and thus can be ignored. Nonetheless, developers have been notified on this. They strive to eliminate any errors or warnings, even those issued in Strict Standards mode.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
Carlox Newbie
Joined: 25 November 2012 Location: Philippines
Online Status: Offline Posts: 5
|
Posted: 26 November 2012 at 6:54am | IP Logged
|
|
|
Sir Igor,
Thank you very much for your help. I set error_reporting = off and it works fine now.
Regards,
Carlo
|
Back to Top |
|
|