Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jitendriya Tripathy

    (@jitendriya14)

    This plugin correctly working on my site. Please send your plugin file and list of other plugin you use to [email protected].

    Thread Starter Mohammad Kamal

    (@mohammad-kamal)

    Done. I’ve just sent you an email.

    Thanks!

    Plugin Author Jitendriya Tripathy

    (@jitendriya14)

    I have looked around in the web and it seems, that you are using a PHP Version which is to old … What version of PHP are you using?
    Try to replace the code above in the msnb-notice-board.php with the following. If the problem is fixed then, I will change it for the next update.

    /**
     * Register Notice Board widget on Widgets Initialization
     */
    function register_Notice_Board_Widget() {
        register_widget( 'Notice_Board_Widget' );
    }
    add_action( 'widgets_init', 'register_Notice_Board_Widget' );

    Thread Starter Mohammad Kamal

    (@mohammad-kamal)

    I use PHP version 5.4.24

    I replaced the code with the one above and everything is working like a charm now!

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Parse error: syntax error’ is closed to new replies.