nineu
Starting Member
Spain
45 Posts |
Posted - 19 July 2002 : 04:10:13
|
Hi:
I have installed the Newsletter MOD and It work perfect (With text plain and with HTML). Fantastic!!!
But, when a person subscribe to newsletter, work perfect to but always appear with typical:"Your information was submited succesfully!" and then "Please click the BACK button on your browser and fix the errors indicated above! Thanks! and there isn't any error!!
The line that always appear is this:
76 if err.number <> 0 then 77 'there was an error entering data 78 strValid = "<br>There was an error in the database!<br>" & _ 79 "<U>Error Number</U>: " & err.number & "<BR>" & _ 80 "<U>Error Description</U>: " & err.description & "<br>" & _ 81 "Please contact our <a href=mailto:" & strEmailFrom & ">Support Team!</a>" & _ 82 "You may <a href=default.asp>Click Here</a> to Continue!" 83 else 84 'Everything went fine so tell the client 85 strValid = "<br>You are resubscribed to our mailing list succesfully!<br><br>" & _ 86 "Thank You. " & _ 87 "You may <a href=default.asp>Click Here</a> to Continue!" 88 end if 89 90 else 'Something Else Failed 91 strValid = strValid & "</ul>Please click the BACK button on your browser and fix the errors indicated above! Thanks!" 92 end if
Can anybody help me?
Thanks
|
|