Support Forum

 
You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Crash on Submit of Form

Information/How to
No Tags
UserPost

8:49 am
June 11, 2011


Jamie

1

Hi,

 

Having a small problem, have created and saved the form fine and placed it in a post, when I put some data in and then hit submit it thinks about it for a bit and then crashes out with:

500 – Internal server error.

There is a problem with the resource you are looking for, and it cannot be displayed.

8:58 am
June 11, 2011


Steph

2

Please check your error log to find the issue. The location of this file depends on your server. My guess is either a file installed incorrectly or you need to increase the memory limit in your php.ini. Your error log should provide more direction.

9:03 am
June 11, 2011


Jamie

3

Thanks Steph, here's the error

 

PHP Warning:  mail() [<a href='function.mail'>function.mail</a>]: SMTP server response: 530 5.7.1
Client was not authenticated in wp-contentpluginsformidableclassesmodelsFrmNotification.php on line 76

11:28 pm
June 11, 2011


Steph

4

This is not a problem with Formidable, but with your site setup. Please consult the source of all knowledge:

http://www.google.com/search?q…..henticated

Information/How to
No Tags