Forum Moderators: coopster
This error is intermittent and occurs as a user clicks to submit information from a web form or our shopping cart and a unique Ref is assigned (mysql_insert_id) and php scripts should send an automatic email (email sends for the webform but with no unique Ref – no email sends for the shopping cart).
New Server = php version 4.3.10, mysql version 3.23.58 on Linux 2.6.5-1.358
Old Server = php version 4.3.2 mysql version 3.23.58 running on Linux 2.4.21-9.EL.
Just if anyone knows of any obvious problems or bugs here please let me know …
TIA.
Stuart
The reason you are starting to see these errors is likely that the error_reporting() [php.net] level is different on this new server, showing more errors than you would probably wish to have showing on a live server. Good for development, bad for LIVE environments.