• Resolved Aleksman

    (@aleksman)


    Hello, do you have a plans to support that plugin with php7, that works more faster than php5.6?

    Now, plugin gives error than i want to enable it on site with php7:

    Fatal error: Switch statements may only contain one default clause in .. /wp-content/plugins/opentickets-community-edition/inc/ticket/ticket.class.php on line 668

    https://ww.wp.xz.cn/plugins/opentickets-community-edition/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Aleksman

    (@aleksman)

    Well, developer is silent, so i’ve found a solution – to comment line 668, cause 2 default clause is not supported in php7 xD. Plugin now works as it should:

    // default: echo $out; break;.

    Plugin Author quadshot

    (@quadshot)

    @aleksman thank you for your post and sorry for delay. We now have someone else handing the forums on this account…

    Thank you for your solution and we’re fixing that in our next OTCE release using your fix.

    We appreciate it and will give you a shout out in the release.

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

The topic ‘PHP 7 support’ is closed to new replies.