Error to run Ext php query update to v2.5 [Solved]

Post Reply
User avatar
elviseras
Investor
Investor
Posts: 578
Joined: 08 Feb 2017, 03:16
Name: Elvix Sampedro
Location: Galicia - Spain
Company Name: novaTEK

Error to run Ext php query update to v2.5 [Solved]

Post by elviseras »

When updating RK from version v2.4.1 to v2.5 the following error is displayed to run extension update php
Processing...
ALTER TABLE `app_ext_public_forms` ADD `parent_item_id` INT NOT NULL AFTER `entities_id`, ADD `hide_parent_item` TINYINT(1) NOT NULL AFTER `parent_item_id`
1060
Duplicate column name 'parent_item_id'
Previously, update php of the base version has been executed without any problem

Any idea about this error?
Last edited by elviseras on 27 Aug 2019, 03:18, edited 1 time in total.
User avatar
support
Site Admin
Posts: 6222
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Error to run Ext php query update to v2.5

Post by support »

This error means that parent_item_id column already exist.
You try to run update on our develop version? Because fresh 2.4 installation doesn't have this column.
User avatar
elviseras
Investor
Investor
Posts: 578
Joined: 08 Feb 2017, 03:16
Name: Elvix Sampedro
Location: Galicia - Spain
Company Name: novaTEK

Re: Error to run Ext php query update to v2.5

Post by elviseras »

It is strange, because in this case it is an update of another platform that is a normal version v2.4.1 (No DEVELOP)

I will check if it is working fine or there are errors in normal RK operation ... Is there a log file to check?
User avatar
support
Site Admin
Posts: 6222
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Error to run Ext php query update to v2.5

Post by support »

There is no log.
User avatar
elviseras
Investor
Investor
Posts: 578
Joined: 08 Feb 2017, 03:16
Name: Elvix Sampedro
Location: Galicia - Spain
Company Name: novaTEK

Re: Error to run Ext php query update to v2.5

Post by elviseras »

Resolved when performing a new upgrade!!
Post Reply