Wonderful. My hosters have been "improving" things again and now the callback routine from Worldpay is not working so we/customers are not getting email details of the order and neither are they being stored in the database.
Without going into coding details I am using the freeware phpgmailer script to send emails via gmail. This was fine before but now generates:
Warning: fsockopen() [function.fsockopen]: unable to connect to ssl://smtp.gmail.com:465 (Connection timed out)
Even more oddly, this simple line:
$con = mysql_connect("localhost","mydatabase","mypassword ");
Now generates this error:
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in etc
Anyone got any clues why an upgrade to the hosting package should cause these problems? Some permissions not set or what? Cheers for any ideas.
Without going into coding details I am using the freeware phpgmailer script to send emails via gmail. This was fine before but now generates:
Warning: fsockopen() [function.fsockopen]: unable to connect to ssl://smtp.gmail.com:465 (Connection timed out)
Even more oddly, this simple line:
$con = mysql_connect("localhost","mydatabase","mypassword ");
Now generates this error:
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in etc
Anyone got any clues why an upgrade to the hosting package should cause these problems? Some permissions not set or what? Cheers for any ideas.

Comment