form connect to mysql problem

Issues related to forms.
Post Reply
ncveggm
 
 
Posts: 31
Joined: Mon Nov 06, 2017 12:14 am

form connect to mysql problem

Post by ncveggm »

I have problem with the form when submit data to mysql database

I receive the error message "Response: 500 Internal Server Error"
User avatar
BaconFries
 
 
Posts: 5936
Joined: Thu Aug 16, 2007 7:32 pm

Re: form connect to mysql problem

Post by BaconFries »

This is unrelated to the software. When you receive an '500 Internal server error' it is a generic response from the server it could mean more than one thing. Please consult the server PHP log as this should show the reason it gave this as it may be a configuration issue such as permissions.
ncveggm
 
 
Posts: 31
Joined: Mon Nov 06, 2017 12:14 am

Re: form connect to mysql problem

Post by ncveggm »

I use baby web server SE
User avatar
BaconFries
 
 
Posts: 5936
Joined: Thu Aug 16, 2007 7:32 pm

Re: form connect to mysql problem

Post by BaconFries »

Sorry I can't help you configure this perhaps the following url and YouTube video will help.
viewtopic.php?p=470193
User avatar
Pablo
 
Posts: 23440
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: form connect to mysql problem

Post by Pablo »

The error means that the configuration is incorrect.
There is most likely a mistake in the PHP or MYSQL configuration.

Please note that we cannot help you with server configuration. This is unrelated to the software.
Post Reply