27-05-2010, 23:54 | #11 |
Absinthe
Join Date: Jan 2007
Location: Chester
Posts: 2,345
|
i'll try and setup a new account.
just got this when i logged out; Unable to add cookies, header already sent. File: /home/marksweb/public_html/shuwarriors/forum/includes/class_dm_user.php(1941) : eval()'d code Line: 10 and again on registration... errors all over this thing. more errors on the start of the page; Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/marksweb/public_html/shuwarriors/forum/includes/class_dm_user.php(1941) : eval()'d code on line 10 Last edited by Joe 90; 28-05-2010 at 00:03. |
28-05-2010, 00:00 | #12 |
Dubious
Join Date: Sep 2008
Location: Northampton
Posts: 1,571
|
Are you using vBulletin Bridge plugin? Sounds like an issue with that.
__________________
Look at your signature, now back to mine, now back to yours, now back to mine.
Sadly, yours isn't mine. But if you stopped writing about other things and made this your signature, yours could be like mine. Look down, back up. Where are you? You're on Boat Drinks, reading the signature your signature could be like. I'm on a computer. |
28-05-2010, 00:13 | #13 |
Absinthe
Join Date: Jan 2007
Location: Chester
Posts: 2,345
|
I did try and use the bridge at one point but I thought I'd removed it. Any tips on getting rid of it if it's still got code lying around...
I've noticed a few odd things, like the old domain on a few files when I run this test; http://tools.pingdom.com/?url=shuwar...pe=0&save=true Oh, and setting up a new account allowed me to post. I'll have to try and look at the permissions on my account I guess. Having said that, my account is protected in the config... surely that means it can't really encounter any issues :/ |
28-05-2010, 00:19 | #14 |
Dubious
Join Date: Sep 2008
Location: Northampton
Posts: 1,571
|
It might be that vB Bridge mucked up some code and/or permissions. Maybe replacing the files in the error messages with the originals might help?
i.e. home/marksweb/public_html/shuwarriors/forum/includes/class_dm_user.php edit: make sure you rename it to class_dm_user.php instead of overwriting it with the new file!! Just for backup!
__________________
Look at your signature, now back to mine, now back to yours, now back to mine.
Sadly, yours isn't mine. But if you stopped writing about other things and made this your signature, yours could be like mine. Look down, back up. Where are you? You're on Boat Drinks, reading the signature your signature could be like. I'm on a computer. |
28-05-2010, 02:09 | #15 |
Absinthe
Join Date: Jan 2007
Location: Chester
Posts: 2,345
|
I uploaded a fresh copy of that class file and it didn't fix it
it seems to have a problem with the line; Code:
($hook = vBulletinHook::fetch_hook('userdata_postsave')) ? eval($hook) : false; |