Page 1 of 1

form connect to mysql problem

Posted: Sun Jul 02, 2023 2:18 pm
by ncveggm
I have problem with the form when submit data to mysql database

I receive the error message "Response: 500 Internal Server Error"

Re: form connect to mysql problem

Posted: Sun Jul 02, 2023 3:05 pm
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.

Re: form connect to mysql problem

Posted: Sun Jul 02, 2023 3:09 pm
by ncveggm
I use baby web server SE

Re: form connect to mysql problem

Posted: Sun Jul 02, 2023 3:21 pm
by BaconFries
Sorry I can't help you configure this perhaps the following url and YouTube video will help.
viewtopic.php?p=470193

Re: form connect to mysql problem

Posted: Sun Jul 02, 2023 3:42 pm
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.