Log in

View Full Version : parse error in class_dm_user.php


Nullifi3d
09-25-2005, 10:54 PM
This is strange. I woke up to 6 email notifications of a reply to a thread which was never replied to. As well when I first viewed the page nothing but two parse error showed on a white page. (reloading the page showed the vb pages, but still with the error at the top of the page. The error continued to show throughout the next few pages I viewed. Along with a new pm from an smod notifying me of the error showing when he edited a post.

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING, or T_VARIABLE or T_NUM_STRING in /home/whd/public_html/includes/class_dm_user.php(1475) : eval()'d code on line 2

I haven't made any changes and the errors went away. This isn't the first time I have seen them though. They tend to come and go. I don't know if it's due to sessions or only happens when I first login to the site or what.

Another problem is the message that displays when posting any new post. It stats that the post is a duplicate and the system will redirect you to the already posted message. The system brings you right to your new post though. This happens for all new posts. The smod notified me of this as well.

Andreas
09-25-2005, 11:05 PM
Check the Plugins you got on Hook userdata_postsave

Nullifi3d
09-25-2005, 11:13 PM
I found the hook in the php file already. I fixed the plugin. thanks!