| Author |
Topic Search Topic Options
|
munkimagic
Newbie
Joined: 24 July 2008
Status: Offline
Points: 22
|
Post Options
Thanks(0)
Quote Reply
Topic: forum has destructed Posted: 27 July 2008 at 8:15pm |
|
ok im new to all this
i have been moding the forum nicely, until i tried to install the arcade mod
i copied over all the files and when i went to run the install it error'd straight away something about MEDALS, so i emailed the author but had no reply, but my forum was dead
so i downloaded a new forum from the site and replaced all the files i had replaced with the arcade mod, no it gives me this error
Variable is undefined: 'blnWindowsAuthentication'
it also gave me this error before
any ideas its a new forum and my new members are not gonna be happy not being able to get on, i dont mind loosing all my mods as i can do them again just dont want to loose the membership
thanks
|
 |
munkimagic
Newbie
Joined: 24 July 2008
Status: Offline
Points: 22
|
Post Options
Thanks(0)
Quote Reply
Posted: 27 July 2008 at 9:13pm |
so is there no one on line who can offer some advice?
|
 |
MadDog
Mod Builder Group
Joined: 01 January 2002
Status: Offline
Points: 3008
|
Post Options
Thanks(0)
Quote Reply
Posted: 27 July 2008 at 9:24pm |
|
No one is going to help you if you have modified your forum. You need to contact the mod author and make sure you are using a mod that is compatible with the forum version you are using.
|
|
|
 |
munkimagic
Newbie
Joined: 24 July 2008
Status: Offline
Points: 22
|
Post Options
Thanks(0)
Quote Reply
Posted: 27 July 2008 at 9:26pm |
|
ah, fair play but i got rid of all the mod files and replaced then with originals, so it was mod free an as it was before apart from a couple of banners
now i get the error and im not sure why if it all went back as before
|
 |
iSec
Senior Member
Joined: 13 February 2005
Status: Offline
Points: 1140
|
Post Options
Thanks(0)
Quote Reply
Posted: 27 July 2008 at 10:05pm |
|
I second MadDog's comment; however, if the forum works by only fixing that variable error, then find the file where that variable is used, and add this code to the top:
Dim blnWindowsAuthentication
|
|
"When it gets dark enough, you can see the stars"
-Charles A. Beard
|
 |
MadDog
Mod Builder Group
Joined: 01 January 2002
Status: Offline
Points: 3008
|
Post Options
Thanks(0)
Quote Reply
Posted: 27 July 2008 at 10:09pm |
|
You should never have to add a Dim statement that is used by WWF. If you do, the mod broke it!
Adding a Dim statement that is already defined by WWF is a very bad idea. If that variable was not defined, you don't know what else is not loaded. If parts of the forum are not loaded, you don't know if your forum is secure.
|
|
|
 |
iSec
Senior Member
Joined: 13 February 2005
Status: Offline
Points: 1140
|
Post Options
Thanks(0)
Quote Reply
Posted: 27 July 2008 at 10:12pm |
|
if a variable is re-defined, would it not error out?
|
|
"When it gets dark enough, you can see the stars"
-Charles A. Beard
|
 |
munkimagic
Newbie
Joined: 24 July 2008
Status: Offline
Points: 22
|
Post Options
Thanks(0)
Quote Reply
Posted: 27 July 2008 at 10:14pm |
|
guys i really apreciate your help here, i know i should not have bothered with the arcade it was by site partner who requested it and as i was not 100% with WWF i should have left well alone, all i really want is to get back to square one and leave it alone apart from the banners i added that is
|
 |