Log in

View Full Version : HELP error message


yayvb
12-17-2005, 03:12 PM
Hi everyone, I was just going through my own website's User CP and when I
clicked on Options it didn't do very much but it did put this error message on
the top of the screen. I have several hacks installed, but I thought that
they were all installed properly without any problems.

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/youradul/public_html/420boards/profile.php(2704) : eval()'d code on line 49

I even checked the file itself and it's identical to the original so I didn't
somehow add something. I just noticed this today so I don't know when it
began giving me problems. :( All of the hacks that I recently installed work
properly except for the phpadsnew integration, so I've uninstalled that
particular product. The others that I have installed are:
Give your users a custom page
Paypal donations
v3Arcade
First post on every Page
Information Bar for Guests
Random 5 arcade games on front

Guest190829
12-17-2005, 03:20 PM
Well that error is definitely coming from a plug-in, so the best thing you can do it disable your plug-ins one by and one, and see what's causing the error.

yayvb
12-17-2005, 03:27 PM
NEvermind I found in my profileoptions template I had added an extra line of unneeded code I guess when I added the donations code.

This was listed twice
<if condition="$show['reputationoption']">


Thanks Danny. :)