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?