HTTP ERROR 500

Issues related to forms.
Post Reply
Joan Ferrer
 
 
Posts: 79
Joined: Sat Apr 25, 2020 5:17 pm
Contact:

HTTP ERROR 500

Post by Joan Ferrer »

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.
User avatar
Pablo
 
Posts: 21574
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: HTTP ERROR 500

Post by Pablo »

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.
Joan Ferrer
 
 
Posts: 79
Joined: Sat Apr 25, 2020 5:17 pm
Contact:

Re: HTTP ERROR 500

Post by Joan Ferrer »

Hi
Detected the problem, when you put words with accents, the page does not load and answers with ERROR 500

Regards
User avatar
Pablo
 
Posts: 21574
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: HTTP ERROR 500

Post by Pablo »

Quotes and accents needs to be 'escaped', otherwise it will break the HTML code.

For example:

Code: Select all

don't reply
should be

Code: Select all

don\'t reply
Joan Ferrer
 
 
Posts: 79
Joined: Sat Apr 25, 2020 5:17 pm
Contact:

Re: HTTP ERROR 500

Post by Joan Ferrer »

Hi
Tnks's Pablo !!

Regards
Post Reply