Viewing 8 replies - 16 through 23 (of 23 total)
  • Hello,

    I am experiencing the same issue at my site: https://www.pghrugby.com

    This is my error msg: Parse error: syntax error, unexpected T_FUNCTION in /home1/rugbymer/public_html/wp-content/plugins/responsive-menu/responsive-menu.php on line 36

    If the solution is to update my php file (I have the latest wordpress installed) How do I do that?

    Thanks in advance and I appreciate this thread.

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hey there,

    It’s not about updating a particular file you need to upgrade the whole PHP software on your server.

    If you dont have an option to upgrade inside your particular hosting company control panel then you will need to speak to your host and ask them to upgrade it on your behalf.

    Hope that helps

    I am also getting
    Parse error: syntax error, unexpected T_FUNCTION in /home/content/44/8297944/html/wp-content/plugins/responsive-menu/responsive-menu.php on line 36
    After recent plugin update.
    Just upgraded to PHP 5.4 on my server, no dice.
    Any help would be greatly appreciated!

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi bowljam,

    This cant be possible – what does adding this to a file and loading it in a browser show:

    <?php echo PHP_VERSION; ?>

    All the best

    locally?

    Plugin Contributor responsivemenu

    (@responsivemenu)

    paste that code in whatever site you are having the issue

    Ok, i added it to index.php

    <?php echo PHP_VERSION; ?>
    <?php
    /**
    * @package WordPress
    * @subpackage YOUR_THEME
    *
    * Template Name: Blog
    *
    */

    get_header(); ?>

    <?php
    get_sidebar(); ?>

    <div id=”page” class=”single”>

    SITE:
    https://greensburgymca.org/

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hey there,

    Ok it does say 5.4.19 – and this is the site you are still unable to activate the plugin on?

    Can we take this over to email as its not something I wll be able to solve here.

    All the best

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘Parse error: syntax error, unexpected T_FUNCTION in …’ is closed to new replies.