Quote:
Originally Posted by SuperJETT
I guess I've got something going on with the plugins.
Code:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/.bluster/superjett/x-h20.com/includes/class_dm_user.php(1548) : eval()'d code on line 10
That is the message I get when I try to change something in my usercp or try to logout.
|
I believe this is caused by a spurious ' in the "Update Gallery User" plugin - took me a little while to find, but it's actually in the first line of the code.
If you go to AdminCP -> Plugin System -> Plugin Manager, then click Edit against the Update Gallery User, you'll see the first line being something like this:
Code:
require_once('/home/xxxxxx/public_html/gallery2/embed.php'');
As you can see, there's an additional single quote at the end of the line... just remove it, and it should remove the error.