Jump to content

HTTP 500 - error - {"success":true,"message":""}


Recommended Posts

Buon giorno a tutti,

sto inserendo sul mio server PrestaShop 8.2.1 ma, dopo aver configurato tutte le voci necessarie come il nome del sito o il DataBase MySQL, mi esce questo errore:

HTTP 500 - error - {"success":true,"message":""}

Ho provato a sistemare, con altri topic del forum, il file AppKernel.php ma non mi fa andare avanti, come posso fare? Qualcuno mi sa dare una mano?

Link to comment
Share on other sites

That’s a strange one — an HTTP 500 error usually indicates a server-side issue, but getting a response like {"success":true,"message":""} at the same time is a bit contradictory.

It likely means the backend tried to return a success response but failed to process the request fully, possibly due to a broken or incomplete handler function. Could be a misconfigured API or a silent exception that didn’t get logged properly.

Might be worth checking:

Server logs for any PHP, Node.js, or backend framework errors.

If any recent code changes introduced malformed logic or empty try/catch blocks.

That the server isn't returning a success true by default even in failure cases (bad practice but it happens).

If you're not the dev, just reporting this to the site admin with the full request details (URL, method, headers if possible) could help them debug.

Link to comment
Share on other sites

Come errore mi da questo errore:

Quote

Creazione di un file con i parametri

Si è verificato un errore durante l'installazione...

Puoi utilizzare i link nella colonna di sinistra per tornare ai passi precedenti o ricominciare l'installazione cliccando qui.

1: HTTP 500 - error - {"success":true,"message":""}

 

Link to comment
Share on other sites

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...