Author |
Topic |
|
landroverbob
Starting Member
United Kingdom
18 Posts |
Posted - 29 December 2002 : 17:29:19
|
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 |
|
laser
Advanced Member
Australia
3859 Posts |
Posted - 30 December 2002 : 09:18:08
|
Read my Link 2, that might help us help you. |
|
|
landroverbob
Starting Member
United Kingdom
18 Posts |
Posted - 30 December 2002 : 17:05:10
|
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 ! |
|
|
landroverbob
Starting Member
United Kingdom
18 Posts |
|
Nikkol
Forum Moderator
USA
6907 Posts |
|
Nikkol
Forum Moderator
USA
6907 Posts |
|
Nikkol
Forum Moderator
USA
6907 Posts |
Posted - 30 December 2002 : 17:20:06
|
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 ~ |
|
|
landroverbob
Starting Member
United Kingdom
18 Posts |
Posted - 30 December 2002 : 17:25:33
|
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 ! |
|
|
landroverbob
Starting Member
United Kingdom
18 Posts |
Posted - 30 December 2002 : 17:38:28
|
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 ! |
|
|
Nikkol
Forum Moderator
USA
6907 Posts |
Posted - 30 December 2002 : 17:49:27
|
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 ~ |
|
|
Nikkol
Forum Moderator
USA
6907 Posts |
Posted - 30 December 2002 : 17:51:55
|
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 ~ |
|
|
landroverbob
Starting Member
United Kingdom
18 Posts |
Posted - 31 December 2002 : 06:47:24
|
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 ! |
|
|
Nikkol
Forum Moderator
USA
6907 Posts |
Posted - 31 December 2002 : 13:00:11
|
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 ~ |
|
|
DoraMoon
Average Member
Taiwan
661 Posts |
Posted - 31 December 2002 : 13:39:45
|
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. |
|
|
|
Topic |
|