HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

error displaying

edy123edy123 New York,NY New

[22-Feb-2017 04:53:51 UTC] PHP Parse error: syntax error, unexpected ''MobileFriendly'' (T_CONSTANT_ENCAPSED_STRING), expecting ')' in /home/****5113/public_html/****.com/library/core/class.pluginmanager.php(1049) : eval()'d code on line 8

How to fix this error above?

Comments

  • vrijvlindervrijvlinder Papillon-Sauvage MVP
    edited February 2017

    What did you do to cause this ? A parse error could be anything , most of the time is a typo mistake in the code. there must be more to that error ...

    the only time the words MobileFriendly are used , are in the description of plugins. as in:

    'MobileFriendly' => true,

    If you added this code and used ''MobileFriendly'' => true, then that is a parse error. Where did you add that ? Only you know.

    But whatever you add in the plugin definition must use single quotes not double quotes for the array items.

  • edy123edy123 New York,NY New

    I did not do much at all

Sign In or Register to comment.