Jump to content

combinations


maio

Recommended Posts

Same problem for me. In JS console I read:

main.bundle.js:292 POST http://test.poltrone-italia.com/admin669hgqgnf/index.php/product/form/134?_token=fqNKPC9zjbEGYvNoQ3C7pOzbz27aSk6KzX6gme5c_bM 500 (Internal Server Error)
send @ main.bundle.js:292
ajax @ main.bundle.js:292
send @ form.js?1.7.0:856
(anonymous) @ form.js?1.7.0:1030
dispatch @ main.bundle.js:292
_.handle @ main.bundle.js:292


VM4132:1 Uncaught SyntaxError: Unexpected token < in JSON at position 0
    at Function.parse [as parseJSON] (<anonymous>)
    at Object.error (form.js?1.7.0:907)
    at l (main.bundle.js:292)
    at Object.fireWith [as rejectWith] (main.bundle.js:292)
    at i (main.bundle.js:292)
    at XMLHttpRequest.<anonymous> (main.bundle.js:292)
error @ form.js?1.7.0:907
l @ main.bundle.js:292
fireWith @ main.bundle.js:292
i @ main.bundle.js:292
(anonymous) @ main.bundle.js:292
load (async)
send @ main.bundle.js:292
ajax @ main.bundle.js:292
send @ form.js?1.7.0:856
(anonymous) @ form.js?1.7.0:1030
dispatch @ main.bundle.js:292
_.handle @ main.bundle.js:292

 

And the document returned from AJAX call is:

 

<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8" />
        <title>An Error Occurred: Internal Server Error</title>
    </head>
    <body>
        <h1>Oops! An Error Occurred</h1>
        <h2>The server returned a "500 Internal Server Error".</h2>

        <div>
            Something is broken. Please let us know what you were doing when this error occurred.
            We will fix it as soon as possible. Sorry for any inconvenience caused.
        </div>
    </body>
</html>

Link to comment
Share on other sites

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...