Viewing 4 replies - 1 through 4 (of 4 total)
  • me too! have you resolved?

    Plugin Author kaser

    (@kaser)

    I’m really sorry that this is happening.

    I have been trying to replicate the error and figure this out but I can’t.

    The “unexpected” } is the closing bracket to the function that makes the widget. I can’t exactly remove it or it will mess EVERYTHING up haha.

    Can you guys give me any information about what version of wordpress you’re using or maybe some other plugins?

    I’ll do what ever I can to help 🙂

    wp 3.4.2
    i’m not using any other plugins at the same time.

    i thought it was the php tag you used, my server (xampp) don’t read the “<? ?>” php tag but only “<?php ?>”. I tried to change it but gives me the same error.

    with this code (line 152 – 157) i have no error message from dreamweaver

    <?php }
    	public function widget($args, $instance)
    	{

    but if i try to put this code (that should be the same) i have an error message

    <?php } ?><?php
    	public function widget($args, $instance)
    	{

    that is really singular…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Parse Error on Activating prevents widget from getting activated’ is closed to new replies.