Connection to database

epiz_33626510

Error Message

{
“message”: “Request failed with status code 500”,
“name”: “AxiosError”,
“stack”: “AxiosError: Request failed with status code 500\n at https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js:1:21509\n at XMLHttpRequest.d (https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js:1:21654)”,
“config”: {
“transitional”: {
“silentJSONParsing”: true,
“forcedJSONParsing”: true,
“clarifyTimeoutError”: false
},
“adapter”: [
“xhr”,
“http”
],
“transformRequest”: [
null
],
“transformResponse”: [
null
],
“timeout”: 0,
“xsrfCookieName”: “XSRF-TOKEN”,
“xsrfHeaderName”: “X-XSRF-TOKEN”,
“maxContentLength”: -1,
“maxBodyLength”: -1,
“env”: {},
“headers”: {
“Accept”: “application/json, text/plain, /
},
“method”: “post”,
“url”: “…/php/login-api.php”,
“data”: {}
},
“code”: “ERR_BAD_RESPONSE”,
“status”: 500
}

Other Information

my site is snippexonline .com, for now to access it you have to go to the php folder, and it will open up the site in question

The problem is when you try to log in, so when you connect to the database, I checked the various database connection strings and everything looks correct.

Could someone please help me with this?

Hi and welcome to the forum

This button (if the pass/user does not match), when clicked, tries to submit data to yourdomain/php/login-api.php

but that file does not exist!

btw. I created/registered some dummy acc and successfully logged in

Are you still having problems with DB?

5 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.