icfireball Posted November 8, 2006 Share Posted November 8, 2006 I am getting this error when users try to register for a survey using PHPsurveyor 1.0Warning: fsockopen() [function.fsockopen]: unable to connect to 4.79.181.168:25 in /home/imcgalle/public_html/studco/classes/XPertMailer/XPertMailer.php on line 235Warning: fsockopen() [function.fsockopen]: unable to connect to 66.196.97.250:25 in /home/imcgalle/public_html/studco/classes/XPertMailer/XPertMailer.php on line 235Warning: fsockopen() [function.fsockopen]: unable to connect to 4.79.181.14:25 in /home/imcgalle/public_html/studco/classes/XPertMailer/XPertMailer.php on line 235Warning: fsockopen() [function.fsockopen]: unable to connect to 4.79.181.168:25 in /home/imcgalle/public_html/studco/classes/XPertMailer/XPertMailer.php on line 235Warning: Cannot modify header information - headers already sent by (output started at /home/imcgalle/public_html/studco/classes/XPertMailer/XPertMailer.php:235) in /home/imcgalle/public_html/studco/common.php on line 984Warning: Cannot modify header information - headers already sent by (output started at /home/imcgalle/public_html/studco/classes/XPertMailer/XPertMailer.php:235) in /home/imcgalle/public_html/studco/common.php on line 985Warning: Cannot modify header information - headers already sent by (output started at /home/imcgalle/public_html/studco/classes/XPertMailer/XPertMailer.php:235) in /home/imcgalle/public_html/studco/common.php on line 986Warning: Cannot modify header information - headers already sent by (output started at /home/imcgalle/public_html/studco/classes/XPertMailer/XPertMailer.php:235) in /home/imcgalle/public_html/studco/common.php on line 987Warning: Cannot modify header information - headers already sent by (output started at /home/imcgalle/public_html/studco/classes/XPertMailer/XPertMailer.php:235) in /home/imcgalle/public_html/studco/common.php on line 988Warning: Cannot modify header information - headers already sent by (output started at /home/imcgalle/public_html/studco/classes/XPertMailer/XPertMailer.php:235) in /home/imcgalle/public_html/studco/common.php on line 989 Link to comment https://forums.phpfreaks.com/topic/26519-problem-with-php-and-phpsurveyor/ Share on other sites More sharing options...
AbydosGater Posted November 8, 2006 Share Posted November 8, 2006 Well...1) The socket can not open the listen from what i can gather,,, Not much i know about sockets...2) The headers are being sent multiple times, you should fix this :P just make sure their all sent at once!3) You should really see if the devolopers of the software have a support form or support servicE Link to comment https://forums.phpfreaks.com/topic/26519-problem-with-php-and-phpsurveyor/#findComment-121546 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.