Hi.
Anyone has any idea on haw to solve this?
I'm updating records in the DB using the API
I do that frequently on different tables and don't have any issue
Got a frequent problem (not always) on a particular table.
When trying to POST a record I receive a 500 error and the only info is:
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Slim Application Error</title>
<style>
body{margin:0;padding:30px;font:12px/1.5 Helvetica,Arial,Verdana,sans-serif}
h1{margin:0;font-size:48px;font-weight:normal;line-height:48px}
strong{display:inline-block;width:65px} </style>
</head>
<body>
<h1>Slim Application Error</h1>
<div><p>A website error has occurred. Sorry for the temporary inconvenience.</p></div>
<a href="#" onclick="window.history.go(-1)">Go Back</a>
</body>
</html>
Any idea how to solve, where to further investigate?
Anyone has any idea on haw to solve this?
I'm updating records in the DB using the API
I do that frequently on different tables and don't have any issue
Got a frequent problem (not always) on a particular table.
When trying to POST a record I receive a 500 error and the only info is:
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Slim Application Error</title>
<style>
body{margin:0;padding:30px;font:12px/1.5 Helvetica,Arial,Verdana,sans-serif}
h1{margin:0;font-size:48px;font-weight:normal;line-height:48px}
strong{display:inline-block;width:65px} </style>
</head>
<body>
<h1>Slim Application Error</h1>
<div><p>A website error has occurred. Sorry for the temporary inconvenience.</p></div>
<a href="#" onclick="window.history.go(-1)">Go Back</a>
</body>
</html>
Any idea how to solve, where to further investigate?
Comment