Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 installed pm mod, can't access forum at all !
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

landroverbob
Starting Member

United Kingdom
18 Posts

Posted - 29 December 2002 :  17:29:19  Show Profile
hi
i have uploaded edited files to my server (brinkster) and now i cannot access my forum, when i try to connect to default.asp i get
"this page cannot be displayed", i have checked all the code that i changed in the appropriate files and cannot find whats wrong, can anyone help ?




i'm trying to learn, honest !

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 29 December 2002 :  17:49:18  Show Profile  Send ruirib a Yahoo! Message
Can you post a link to your forum?


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 30 December 2002 :  09:18:08  Show Profile
Read my Link 2, that might help us help you.
Go to Top of Page

landroverbob
Starting Member

United Kingdom
18 Posts

Posted - 30 December 2002 :  17:05:10  Show Profile
managed to get into my forum, the members list is not working and the profile page cannot display, also when i am in admin, i am unable to turn private messages on, i suspect that it's my coding input, the read me file included in the pm mod was followed, i have checked and checked my code but i can't spot the problem, is it possible for someone to check my code in four or five files, someone who understands this mod might spot what i can't.

regards

landroverbob



i'm trying to learn, honest !
Go to Top of Page

landroverbob
Starting Member

United Kingdom
18 Posts

Posted - 30 December 2002 :  17:13:04  Show Profile
sorry ruirib, just spotted your request

http://www31.brinkster.com/landroverbob/default.asp

regards

barry

i'm trying to learn, honest !
Go to Top of Page

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 30 December 2002 :  17:16:19  Show Profile
if you look at the properties of the members link on default, it says http://www.yourdomain.com/forum/members.asp

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 30 December 2002 :  17:17:32  Show Profile
BUT if you go there directly the error shows this:

strSql = "strSql & "M_AIM,

that red double quote should not be there

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 30 December 2002 :  17:20:06  Show Profile
on the profile page you have the error:

Microsoft VBScript compilation error '800a03f4'

Expected 'If'

/landroverbob/pop_profile.asp, line 602

end ifIf strDBNTUserName

looks like you forgot to hit enter after the first red 'if'

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page

landroverbob
Starting Member

United Kingdom
18 Posts

Posted - 30 December 2002 :  17:25:33  Show Profile
WOW talk about quick response, this is fantastic, i'm off to edit some files, thanks nikkol, i'll report back soon

finest regards

barry

i'm trying to learn, honest !
Go to Top of Page

landroverbob
Starting Member

United Kingdom
18 Posts

Posted - 30 December 2002 :  17:38:28  Show Profile
quote:
Originally posted by Nikkol

if you look at the properties of the members link on default, it says http://www.yourdomain.com/forum/members.asp



errr.......sorry about this but how do i alter this link and remove the " that shouldn't be there, i cant find the link in my default file, i have removed the if in profile it's just this link thing

i'm trying to learn, honest !
Go to Top of Page

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 30 December 2002 :  17:49:27  Show Profile
I still see these errors:

Microsoft VBScript compilation error '800a03f4'

Expected 'If'

/landroverbob/pop_profile.asp, line 602

end ifIf strDBNTUserName <> "" and Trim(rs("M_PMRECEIVE")) = "1" and strPMStaus = "1" Then


Microsoft VBScript compilation error '800a0401'

Expected end of statement

/landroverbob/members.asp, line 148

strSql = "strSql & "M_AIM, M_ICQ, M_MSN, M_YAHOO, M_TITLE, M_POSTS, M_LASTPOSTDATE, M_LASTHEREDATE, M_DATE, M_PMRECEIVE "


Note how it tells you the exact line number of the error. That will let you go back and retrace your editing for the mod to make sure you did it correctly. Make sure you turn off friendly error messages in your browser so that you can see these errors also. As far as the link on default.asp, you'll have to go back and see what changes you made to it to figure out the problem. My guess is that it will be at the very bottom of the file where the menu links are formatted.

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 30 December 2002 :  17:51:55  Show Profile
quote:
Originally posted by landroverbob

i have removed the if in profile


you don't want to do this.... it looks like two lines in one. you need to start the second if on the next line.

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page

landroverbob
Starting Member

United Kingdom
18 Posts

Posted - 31 December 2002 :  06:47:24  Show Profile
hi nikkol,
i've searched every file, origional and edited and cannot find a reference to
quote:
http://www.yourdomain.com/forum/members.asp
i am completely confused now, am i so dumb that i'm missing the obvious ? i reckon i am

i'm trying to learn, honest !
Go to Top of Page

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 31 December 2002 :  13:00:11  Show Profile
Will someone be so kind as to help landroverbob with his problems? I'll be a little busy the rest of the day . I've asked him to post links to text versions of the pages he is having problems with. Thanks and Happy New Year!

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page

DoraMoon
Average Member

Taiwan
661 Posts

Posted - 31 December 2002 :  13:39:45  Show Profile
hi~ landroverbob,
regarding the members.asp link, the code show on inc_header.asp sub sForumNavigation(). not sure why it'll become to this strange link.

but maybe check your Admin Section/Main Forum Configuration, and had better change the default Forum URL: to your forum URL.

and about the pop_profile.asp problem... yes, just as Nikkol said, post a text link will be helpful. i think many ones here can help you soon.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.5 seconds. Powered By: Snitz Forums 2000 Version 3.4.07