Author Topic: ugrading 2.5.1.2 to 2.6.1  (Read 2845 times)

kils

  • Freshman
  • *
  • Posts: 42
    • View Profile
ugrading 2.5.1.2 to 2.6.1
« on: June 16, 2014, 03:25:13 am »
hi i try upgrade my FO and have next error:
Code: [Select]
Failed to execute DB schema transformations. MySQL said: Duplicate entry 'milestone_selector_filter' for key 'name'i open all files with 'milestone_selector_filter' and all looks ok.....

ohhh. second upgrading is ok, but page have only top and bottom toolbar and Chrome show me - "Cannot read property 'rememberGUIState' of undefined" (/public/assets/javascript/og/layout.js?rev=1:16)
« Last Edit: June 16, 2014, 04:52:57 am by kils »

kils

  • Freshman
  • *
  • Posts: 42
    • View Profile
Re: ugrading 2.5.1.2 to 2.6.1
« Reply #1 on: June 16, 2014, 08:16:47 am »
if i upgrading clear database i have only one warning on update and have 2.6.1, but when i update my working DB (860Mb) i have page only with top line and footer.. and error from my last post

+ try to upload database on 2.6.1 installation base - again this error
« Last Edit: June 16, 2014, 08:35:13 am by kils »

Juhani

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: ugrading 2.5.1.2 to 2.6.1
« Reply #2 on: June 21, 2014, 05:43:10 pm »
I had to run first the following SQL commands in order to get the database schema upgrade to run without errors:

DELETE FROM fo_config_options WHERE fo_config_options.name = "milestone_selector_filter";
ALTER TABLE fo_application_logs DROP INDEX member;

They already exists in the database for some reason, but the upgrade script tries to add them.