• Resolved Daraiko

    (@daraiko)


    Hi, great plugin initiative πŸ˜€

    I just installed it, but i get the following error when activating:
    ———————————————–
    Parse error: syntax error, unexpected $end in <server-path>/wp-content/plugins/really-simple-issue-tracker/widgets/widget-issue-list.php on line 197
    ———————————————–
    I hope you will keep developing this plugin πŸ™‚

    Have a great evening

    Kind regards
    Niels

    http://wordpress.org/extend/plugins/really-simple-issue-tracker/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author webdez

    (@webdez)

    Hi Niels and thanks for reporting this issue.
    I have fixed the error now and it will be available in the upcoming release of the plugin.

    The reason to the error: I was using a short open tag there which I do by old habit, some PHP installations does not allow these short open tags by default.

    You can fix this yourself by allowing the use of short open tags: To use short open tags, it must be enabled in your PHP.INI. Search for short_open_tag in PHP.INI, and change the value to On. The line should look line:

    short_open_tag = On

    Thread Starter Daraiko

    (@daraiko)

    Hi Webdez,

    Thankyou for a quick reply πŸ™‚
    It activated fine now!

    I use Nginx, and the fix works just fine πŸ™‚
    just thought i would let you know πŸ˜‰

    Have a great day

    Kind regards
    Niels

    Plugin Author webdez

    (@webdez)

    Great!
    Thanks Niels for letting me know!
    Merry christmas! πŸ™‚

    Best regards,
    Webdez

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Error right after activation’ is closed to new replies.