HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
error displaying
edy123
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?
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