I am trying to configure Webmail service on phpNuke. I provided my pop3 informations but the following error appeared:
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/httpd/htdocs/private/docs/phpnuke/html/modules/WebMail/pop3.php on line 70
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/httpd/htdocs/private/docs/phpnuke/html/modules/WebMail/pop3.php on line 70
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/httpd/htdocs/private/docs/phpnuke/html/modules/WebMail/pop3.php on line 138
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/httpd/htdocs/private/docs/phpnuke/html/modules/WebMail/pop3.php on line 140
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/httpd/htdocs/private/docs/phpnuke/html/modules/WebMail/pop3.php
on line 162
This error even appeared when opening the Webmail button.
I made the changes on my php.ini file and some of the error diminished.
However, this error remained apparent:
Warning: fsockopen(): unable to connect to 192.168.0.2:110 in /home/httpd/docs/phpnuke/html/modules/WebMail/pop3.php on line 70
Error: 110 Connection timed out .
When I try stopping my firewall the service sucessfully connects. What part of the service should I allow on my firewall rule?
I configured allowing incoming and outgoing pop3 services but nothing happened.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum