Quote:
Originally Posted by epsol
I couldn't find anything about this, but when I delete a user I get this error:
Parse error: syntax error, unexpected T_STRING in /.../includes/class_dm_user.php(2127) : eval()'d code on line 1
If I disable the Invitation Userdata 2 plugin which hooks to userdata_delete then I don't get the error.
Has anyone else have this issue?
|
We ran into the same problem. In the plugin code, the SQL delete was split across several lines with some nonprinting characters in between. Editing the code to put the whole SQL statement on the same line removed some apparently rogue non printing characters and the plugin seems to be working fine now