Found a few problems when installing like missing images (referencing wrong directory) and some other easy stuff but having a problem now that I could use a little advice from the author on.
I log into admin, click 'membership admin' and then click on guests. At this point it takes a jump to register.asp carrying payload pf=2 & m=a as querystrings.
It arrives at register.asp and announces :>
'' Microsoft VBScript compilation error '800a0411' Name redefined /register.asp, line 76
Dim strUsername
----^"
I've searched register.asp but can only find one instance of strPassword being defined. Thinking about my own coding I wondered if it was already defined in one of the includes such as common.asp but I can't find it.
If I comment it out it then delclares that strPassword is already defined etc etc. Now before I start to play with this too much does anyone know right off where the bug lies?
TIA.