angela_zou Posted January 1, 2011 Share Posted January 1, 2011 Happy New Year everyone, Got a quick question, the following errors appear when I submit a form. The form went through, but the warning got me worried a bit. I don't know what 'admin/data.dat' is, and it didn't come with the package when I got the form either. I am assuming it's a system file, but the tech people at the web hosting service tell me it's not. I never had this problem until a few days ago when the tech people at the hosting company fixed a MySQL connection problem. Please take a look at the codes and the warnings. Warning: fopen(admin/data.dat) [function.fopen]: failed to open stream: No such file or directory in /hermes/web03/b498/moo.centilincom/en/process.php on line 33 Warning: fwrite(): supplied argument is not a valid stream resource in /hermes/web03/b498/moo.centilincom/en/process.php on line 37 $make=fopen("admin/data.dat","a"); $to_put=""; $to_put .= $YourName."|".$YourCompany."|".$EmailAddress."|".$ContactNumber."|".$Message." "; fwrite($make,$to_put); Thanks in advance, Angela Link to comment https://forums.phpfreaks.com/topic/223118-contact-form-error/ Share on other sites More sharing options...
ZulfadlyAshBurn Posted January 23, 2011 Share Posted January 23, 2011 make sure that admin/data.dat is available in your server. If not it wont work. Link to comment https://forums.phpfreaks.com/topic/223118-contact-form-error/#findComment-1163962 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.