You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll get console errors that say: VM14878:1 Uncaught SyntaxError: Unexpected token S in JSON at position 17 -- so I know something went wrong, but I have to hunt through the Network tab to find it:
persons.php?id=1 returned:
{"error":{"text":SQLSTATE[42S22]: Column not found: 1054 Unknown column 'active' in 'where clause'}}
which isn't valid JSON, so the error doesn't get reported.
(I'll make sure to update my database and add the active column)
The text was updated successfully, but these errors were encountered:
Another example of this: when I'm uploading an image, if the server returns any sort of error then it's only displayed in devtools and the site just says "Uploading..." forever. How about unless the server returns HTTP 200, then it displays the error along the bottom of the map?
I'll get console errors that say:
VM14878:1 Uncaught SyntaxError: Unexpected token S in JSON at position 17
-- so I know something went wrong, but I have to hunt through the Network tab to find it:persons.php?id=1
returned:which isn't valid JSON, so the error doesn't get reported.
(I'll make sure to update my database and add the
active
column)The text was updated successfully, but these errors were encountered: