HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
error displaying
![edy123](https://secure.gravatar.com/avatar/5e04e3b07a6bdf53327310a2a6db58fb/?default=https%3A%2F%2Fvanillicon.com%2Fae08e3258617874ea575b24e848de0c4_100.png&rating=g&size=100)
[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?
0
Comments
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.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
I did not do much at all