We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 8384
    • 55 Posts
    I've just upgraded from 1.0.10 to 1.0.13. The below error message appears when I try to edit a file - but only on some files:

    ManagerManager: An error has occurred: Error - Syntax error, unrecognized expression: input[name=tv14[]]
      • 18154
      • 3 Posts
      Hi. I Think a solution has been found by this time.
      For the future (for me, search engeens..)

      ManagerManager: An error has occured:
      Error - Syntax error,
      unrecognized expression: input[name=tv11[]]
      Its because jQuery stumbles over the [] in the TV name.
      Escaping the brackets in mm.inc.php line 146 and line 151 will do the trick:
      change $fieldname_suffix = '[]';to $fieldname_suffix = '\\\\[\\\\]';

      I'm not sure about this, but maybe this applies also to other jQuery versions...

      found here:https://github.com/ncrossland/ManagerManager/issues/9
      Sucessfuly used few times. Line numbers can be different, depends on MM version