.............................................................................
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@tunacalman.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
File and folder permissions are the number one problems people have to deal with. The email address is in the processor.php file. If you edit this file look for the mail() function and modify the email if it is incorrect. If it is correct and you still have problems, post again and we can see what else may be causing the problem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i learned lately that receiver's e-mail(in process.php) must have an e-mail from the same domain.
My other e-mails e.g. from yahoo, hotmail don't work unfortunately.
now i have 2 problems and wish to learn.
1) i change receiver's e-mail (e.g. an e-mail form hotmail) in process.php but it doesn't work if it doesn't belong to the domain that installed form generator.
What do i need to do for any e-mail type work?
2) after submission e-mail comes to me with my language characters, and i see the table records in admin page, but in admin page i see them not in my language characters.
what should i do to see the table records as in my language character ?
thx
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
1.) I'm not sure where your email address limitation comes from. This may be a limit imposed on your site from your host. Have you asked your host if this should be a limit for your form? I have many forms and I know this is not a limit for me.
2.) This is a matter of changing the character type in the admin index.php file. The php file produces the html needed to display your data. Find the html header section and modify the character type as you would for any other html page.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, i get the following error after submission the form, i couldnt solve it.
pls help me.
the url is : http://tunacalman.com/form/use/Tuna2/form1.html
.............................................................................
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@tunacalman.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
--------------------------------------------------------------------------------
Apache/1.3.41 Server at tunacalman.com Port 80
ok i solved this error by managing permissions of some files in Tuna2 folder.
but now there is another problem : the mail that is sent through this form don't go to the e-mail adress that i specified when making the form.
File and folder permissions are the number one problems people have to deal with. The email address is in the processor.php file. If you edit this file look for the mail() function and modify the email if it is incorrect. If it is correct and you still have problems, post again and we can see what else may be causing the problem.
i learned lately that receiver's e-mail(in process.php) must have an e-mail from the same domain.
My other e-mails e.g. from yahoo, hotmail don't work unfortunately.
now i have 2 problems and wish to learn.
1) i change receiver's e-mail (e.g. an e-mail form hotmail) in process.php but it doesn't work if it doesn't belong to the domain that installed form generator.
What do i need to do for any e-mail type work?
2) after submission e-mail comes to me with my language characters, and i see the table records in admin page, but in admin page i see them not in my language characters.
what should i do to see the table records as in my language character ?
thx
1.) I'm not sure where your email address limitation comes from. This may be a limit imposed on your site from your host. Have you asked your host if this should be a limit for your form? I have many forms and I know this is not a limit for me.
2.) This is a matter of changing the character type in the admin index.php file. The php file produces the html needed to display your data. Find the html header section and modify the character type as you would for any other html page.