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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Arunas
    Member
    • Aug 2014
    • 40

    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 [] []
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Hi

    You can try to run php rebuild.php in CLI or create this column manually.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • Arunas
      Member
      • Aug 2014
      • 40

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