PDA

View Full Version : Nothing happening....



Macknairb
15-May-2006, 03:26 AM
I have set up my form. It seems to be working. I no longer am getting a required value problem (even though the data was listed).

Now when I press submit, I get the following response:




An error occurred while processing the form .

Our staff have been alerted to the error .
We apologize for any inconvenience this error may have caused.
I get the data that was inputted along with an error message stating there was no_recipients. Also the page was not redirected to the thank you page.

Is there something I am not doing? Or have done incorrectly?

Macknairb
16-May-2006, 04:34 AM
I am including the files that I have worked on. If someone would not mind, take a look and see what I have or have not done.

Macknairb
17-May-2006, 10:16 PM
HEELLLLLLLPPPPPP!!!!

PLEASE!!!

I have tried everything that I can from other posts and from the FAQs.

Can someone help me? Take a look at my files and tell me what I am doing wrong so I get the above listed email messages. Somebody must know more than I ....

:confused::confused::confused::confused:

asket
25-May-2006, 02:16 PM
:confused:

"form.zip" includes the "abcdef.php" file which is similar with tectite's formmail.php

and "formmail.zip" includes "formmail.pl", the perl script from matt's scriptarchive with its readme

if you're using the script from matt's scriptarchive you're questioning in the wrong forum.
and by the way, if you're really using it and want to use it in future as well I would rather recommend you the formmail script from The nms Project (http://nms-cgi.sourceforge.net/scripts.shtml) which sets upon matt's script and is more secure..

Macknairb
25-May-2006, 04:53 PM
:confused:

"form.zip" includes the "abcdef.php" file which is similar with tectite's formmail.php..

This is the same form. I read in the actual file that for better security you should change the file name. That is what I did.




and "formmail.zip" includes "formmail.pl", the perl script from matt's scriptarchive with its readme

if you're using the script from matt's scriptarchive you're questioning in the wrong forum.
and by the way, if you're really using it and want to use it in future as well I would rather recommend you the formmail script from The nms Project (http://nms-cgi.sourceforge.net/scripts.shtml) which sets upon matt's script and is more secure..

I am using only the php form from tectite, but again as I said, I simply renamed the php form. I wanted to try it because I find Matt's script somewhat confusing. I thought this looked easier.

This is the link to the page using the php formmail.

http://www.cosl.mb.ca/annual.htm

This might help you understand my dilema.

-Brian

asket
25-May-2006, 06:00 PM
change line 2763 (TARGET_EMAIL) to:

$TARGET_EMAIL = array("^your\.name@domain\.ca$");
(you've forgotten the "^" and "\", )

or if you want to allow all email addresses belonging to your domain:

$TARGET_EMAIL = array(EMAIL_NAME."@domain\.ca$");

test, maybe that's it, at least I think so..


(and yep, both is correct – the confusing and the rename thing you've mentioned :))

Macknairb
25-May-2006, 11:15 PM
Neither suggestion is working.

I am at a loss to figure this one out...

I am wondering if I sent the files properly previously. I have re-zipped them and I am posting them again.

If you want....

Take a look this time and tell me what you think.

Thanks for your time, I do appreciate the help.

-Brian

Macknairb
28-May-2006, 03:02 PM
HA!

I have conquered!

It is now working.

Asket, what you probably should have told me is to get my head out of my rear end and read the instructions more carefully. It was right there and quite clear.

Thanks for your help.

asket
29-May-2006, 08:03 AM
great to hear :D