Jump to content

PROBLEM WITH PHP and PHPSurveyor


icfireball

Recommended Posts

I am getting this error when users try to register for a survey using PHPsurveyor 1.0


Warning: fsockopen() [function.fsockopen]: unable to connect to 4.79.181.168:25 in /home/imcgalle/public_html/studco/classes/XPertMailer/XPertMailer.php on line 235

Warning: fsockopen() [function.fsockopen]: unable to connect to 66.196.97.250:25 in /home/imcgalle/public_html/studco/classes/XPertMailer/XPertMailer.php on line 235

Warning: fsockopen() [function.fsockopen]: unable to connect to 4.79.181.14:25 in /home/imcgalle/public_html/studco/classes/XPertMailer/XPertMailer.php on line 235

Warning: fsockopen() [function.fsockopen]: unable to connect to 4.79.181.168:25 in /home/imcgalle/public_html/studco/classes/XPertMailer/XPertMailer.php on line 235

Warning: 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 984

Warning: 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 985

Warning: 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 986

Warning: 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 987

Warning: 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 988

Warning: 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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.