Jump to content

[risolto] problema di salvataggio prodotti


idgiorgio

Recommended Posts

Buongiorno

versione 1.7.5.1 - PHP 7.2

Da qualche tempo si è presentato un problema durate il salvataggio dei prodotti. Che faccia modifiche o meno quando vado a salvare compare la scritta "Impossibile aggiornare impostazioni".

Alle volte le modifiche sono comunque salvate altre volte no.

Qualcuno sa indicarmi come ripristinare la situazione?

Grazie

 

errore.jpg

Link to comment
Share on other sites

Buongiorno

ho effettuato un'analisi più approfondita del problema in oggetto ed ho trovato che si produce questo errore:

SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data

form.js?1.7.5.1:703

Ho letto altri post simili dove si dice che questo errore possa essere connesso all'uso di alcuni caratteri nella descrizione del prodotto (lineetta, apici).

o provato a modificare i prodotti togliendo questi caratteri ma l'errore si produce lo stesso.

Ho constatato che anche se compare il messaggio le modifiche ai prodotti vengono salvate.

Ho provato ha cambiare le versioni del PHP ora il 7.0 ma senza successo.

Qualche suggerimento?

Grazie

 

Link to comment
Share on other sites

Salve ho trovato la soluzione che mi è stata suggerita da solopedro ed è questa

you need to run this query in the database:

UPDATE ps_configuration SET value = 0 WHERE name='PS_COOKIE_CHECKIP'
if your have a different dbase prefix change "ps_" for the prefix you have and all sorted!!

Link to comment
Share on other sites

  • idgiorgio changed the title to [risolto] problema di salvataggio prodotti
  • 3 years later...
On 5/25/2020 at 6:53 PM, idgiorgio said:

Salve ho trovato la soluzione che mi è stata suggerita da solopedro ed è questa

you need to run this query in the database:

UPDATE ps_configuration SET value = 0 WHERE name='PS_COOKIE_CHECKIP'
if your have a different dbase prefix change "ps_" for the prefix you have and all sorted!!

Ciao sto riscontrando il tuo stesso errore puoi spiegarmi meglio come hai risolto? grazie infinite

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