Hi
In the contact form, if I activate the auto reply function, the web page does not work, HTTP ERROR 500, what can it be caused?
Regards.
HTTP ERROR 500
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
-
-
- Posts: 117
- Joined: Sat Apr 25, 2020 5:17 pm
- Contact:
Re: HTTP ERROR 500
Maybe your web host does not support PHP 7?
Or maybe you did not published all files?
Or maybe there is a configuration error?
It's is difficult to help you without more details.
Or maybe you did not published all files?
Or maybe there is a configuration error?
It's is difficult to help you without more details.
-
-
- Posts: 117
- Joined: Sat Apr 25, 2020 5:17 pm
- Contact:
Re: HTTP ERROR 500
Hi
Detected the problem, when you put words with accents, the page does not load and answers with ERROR 500
Regards
Detected the problem, when you put words with accents, the page does not load and answers with ERROR 500
Regards
Re: HTTP ERROR 500
Quotes and accents needs to be 'escaped', otherwise it will break the HTML code.
For example:
should be
For example:
Code: Select all
don't reply
Code: Select all
don\'t reply
-
-
- Posts: 117
- Joined: Sat Apr 25, 2020 5:17 pm
- Contact:
Re: HTTP ERROR 500
Hi
Tnks's Pablo !!
Regards
Tnks's Pablo !!
Regards