Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Fran Verona

    (@franverona)

    Hello jjmz,

    That was probably my bad because I assumed a PHP version >= 5.4

    The problem is due to how arrays are defined in PHP < 5.4. You can read more information about that following these links:

    I will fix this tomorrow, but in the meantime if you want to try it, just modify syntax for any array created in runtime like this:

    ['item1', 'item2']

    For this:

    array('item1','item2')

    In file loadgo-options.php, lines 385, 389, 394 and 407 specifically.

    Sorry about the collapse, was totally my bad.

    –Fran

    Plugin Author Fran Verona

    (@franverona)

    I’ve already uploaded a fix for this issue and all should be working well in version 1.2

    If you have any more troubles, let me know.

    -Fran

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error Activating the Plugin – syntax error, unexpected '['’ is closed to new replies.