Jump to content

1-click upgrade


Mazzotta_G

Recommended Posts

 errori con 1-click upgrade 

 

SELECT t0.id_feature_flag AS id_feature_flag_1, t0.name AS name_2, t0.state AS state_3, t0.label_wording AS label_wording_4, t0.label_domain AS label_domain_5, t0.description_wording AS description_wording_6, t0.description_domain AS description_domain_7, t0.stability AS stability_8 FROM casw_feature_flag t0 WHERE t0.name = ? LIMIT 1' with params ["catalog_price_rule"]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.stability' in 'field list'  [Doctrine\DBAL\Exception\InvalidFieldNameException 0]

Link to comment
Share on other sites

CIAO,

L'errore spiega il nome della colonna menzionato nella query SQL ma la colonna non esiste nella tabella del database.

Devi cercare il nome della tabella e verificare se aggiungendo una nuova colonna si risolve il problema (passaggio di risoluzione dei problemi)

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