Error when updating automatic action

Post Reply
Benno812
Posts: 132
Joined: 30 Oct 2019, 02:38
Name: Benedetto Fiorentini
Location: Rome, Italy

Error when updating automatic action

Post by Benno812 »

Hello,
after i updated to 2.7.1, when i try to update settings for an automated action i get the following error:
Database Error: 1054 - Unknown column 'hide_entity_name' in 'field list'.
What should i do?
User avatar
support
Site Admin
Posts: 6222
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Error when updating automatic action

Post by support »

Open phpmyadmin and run next query

Code: Select all

ALTER TABLE `app_ext_processes` ADD `hide_entity_name` TINYINT(1) NOT NULL DEFAULT '0' AFTER `apply_fields_display_rules`;
Left me know if it works ok now.
Benno812
Posts: 132
Joined: 30 Oct 2019, 02:38
Name: Benedetto Fiorentini
Location: Rome, Italy

Re: Error when updating automatic action

Post by Benno812 »

Thank you Sergey, it worked.
Other columns were missing (javascript_onsubmit & javascript_on_form) so i changed the query and run it for them (text instead of tinyint)
Post Reply