• Resolved Mike K.

    (@jhatcher12)


    Hi,
    Recently, I upgraded the plugin to the latest version. The whole page turned white and nothing worked. I disabled the plugin and then when I tried to reactivate the plugin it gave me the following error message:

    Parse error: syntax error, unexpected ‘[‘ in /home/28/07/3010728/web/wp-content/plugins/wp-responsive-menu/inc/wprmclass.php on line 6

    Please follow up.
    Kindest regards,
    John

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Kshirod Patel

    (@kshirod-patel)

    Hello,

    Which version of wordpress are you using?

    Same issue here. Running latest WP. I had to disable it to get my site back up. Issue is I have no mobile menu now. Are you working on a fix?

    Plugin Contributor Kshirod Patel

    (@kshirod-patel)

    Hello,

    I think you are using php 5.3. Please upgrade your php version to 5.4 or higher.

    Hi,

    If you using php 5.3 or older version then you can go to plugins\wp-responsive-menu\inc\wprmclass.php file. Reach on line no 6, replace this line :- public $translatables = [ ‘search_box_text’, ‘bar_title’ ];

    with

    public $translatables = array( ‘search_box_text’, ‘bar_title’ );

    Thank you @ajaymajoka. This worked perfectly.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘not working after update’ is closed to new replies.