Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter Beth

    (@pedalkraft)

    I also tried deleting the final line:
    }// if

    But then got a message saying the fatal error is on line 392!

    Parse error: syntax error, unexpected end of file in /var/www/web/wp-content/plugins/simple-follow-me-social-buttons-widget/includes/widget.php on line 392

    Oops.

    I also have the same problem. And had tried to delete last line :
    }// if
    But i then got a same message saying fatal error is on line 393!

    I tried to put closing tag of PHP at after the }// if line:

    }// if
    ?>

    and delete the lines from the file:

    <!– *** SIZES radios ***–>
    <p>
    <label for=”<?php echo $this->get_field_id( ‘size’ ); ?>”><b><?php _e(‘Size’, ‘sfmsb_domain’); ?></b></label>   

    <input class=”s” name=”<?php echo $this->get_field_name( ‘size’ ); ?>” type=”text” value=”<?php echo esc_attr( $instance[‘size’] ); ?>” /> px
    </p>

    But after that I got an error like this :

    Plugin could not be activated because it triggered a fatal error.
    Parse error: syntax error, unexpected end of file in C:\Program Files\wamp\www\theme-name\wp-content\plugins\simple-follow-me-social-buttons-widget\includes\widget.php on line 394

    pls give me some solution.. I want to use Simple Follow Me Social Buttons Widget plugin in my site.

    Thanks!

    Plugin Author Lucy Tomas

    (@lucymtc)

    Hi,
    If you are not sure of what you are doing it’s best not to delete lines from the code as this will lead to fatal errors.

    I don’t think it’s related to a WP version. I have tested the plugin in several versions up to the last one and it has worked just fine.

    I can’t get to reproduce the problem, but I will continue looking into this issue to find a solution, I will let you know as soon as I have a valid answer.

    Best regards.

    Hello,
    Thank you for your kindly response.

    I removed Simple Follow Me Social Buttons Widget plugin and after that reinstall Simple Follow Me Social Buttons Widget again..

    I used wordpress version 4.0.

    But still I got a same error on line 393!
    I got error like this…

    Parse error: syntax error, unexpected end of file in /var/www/web/wp-content/plugins/simple-follow-me-social-buttons-widget/includes/widget.php on line 393

    I was thinking to try another widget instead of this one..

    Thank you.!!

    Plugin Author Lucy Tomas

    (@lucymtc)

    Hi,
    I really don’t know what is wrong, I think it has something to do with the server. I have added a php close tag at the end of the php files, see if that solves the problem…

    Plugin Author Lucy Tomas

    (@lucymtc)

    Hi, I think I found the problem that is causing this. I added a fix on the last version 2.3, please can you try again and let me know if this is solved? Thanks

    Plugin Author Lucy Tomas

    (@lucymtc)

    I am considering this as resolved. Please open a new topic if you have any problems.

    Thread Starter Beth

    (@pedalkraft)

    Thank you Lucy!!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Fatal error on line 394’ is closed to new replies.