Announcement

Collapse
No announcement yet.

Unknown column 'super_parent_type' in 'note' upgrade from 3.1.1 to 3.2.0

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Unknown column 'super_parent_type' in 'note' upgrade from 3.1.1 to 3.2.0

    I was trying to run upgrade from 3.1.1 to 3.2.0 and got this error

    Code:
    Unknown column 'super_parent_type' in 'note'
    Guy, should i create column manully?

    Error logfile shows this
    Code:
    [2015-04-18 08:59:44] Espo.ERROR: API [POST]:/:controller/action/:action, Params:Array
    (
        [controller] => Admin
        [action] => runUpgrade
    )
    , InputData: {"id":"55321cecb2868"} - SQLSTATE[42S22]: Column not found: 1054 Unknown column 'super_parent_type' in 'note' [] []
    [2015-04-18 08:59:44] Espo.ERROR: Display Error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'super_parent_type' in 'note', Code:
     500 URL: /crm/api/v1/Admin/action/runUpgrade [] []

  • #2
    Hi

    You can try to run php rebuild.php in CLI or create this column manually.

    Comment


    • #3
      OK, I had to create it manully, rebuild.php didn't helped
      Last edited by Arunas; 04-25-2015, 07:02 AM.

      Comment

      Working...
      X