PhpEditor.php Error when trying to edit domain config (1.5.3 maint. version)

  • SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax;

    problem is: missing ` mark before

    Code
    1. subdomain_status`


    in imscp/gui/src/PhpEditor.php line 1180


    fix to:

    Code
    1. SET `subdomain_status` = 'tochange'


    after fix don't forget to restart imscp panel


    Code
    1. service imscp_panel restart