Author |
Topic  |
|
DaMegz
Junior Member
 
126 Posts |
Posted - 17 July 2002 : 12:42:25
|
Here's the error that I get. Microsoft VBScript compilation error '800a0401' Expected end of statement /forum/inc_top.asp, line 383 " <a href=""Javascript:openWindowPager('pm_pop_pager.asp')""><acronym title="Open pager window...">User Pager</acronym></a>" & _ -------------------------------------------------------------------------------^
I know its an error in the inc_top.asp, but I dont know how to fix it. I have tried all different combinations but havent gotten the right one. Can someone help? I have posted the text file at http://www.oceanlanes.com/forum/inc_top.txt I had to restore the original file until I fix this one. Thanks
By the way, I have made the changes that were described in this post.http://forum.snitz.com/forum/topic.asp?TOPIC_ID=26291 Was that necessary?
Edited by - DaMegz on 17 July 2002 12:47:05 |
|
Hamlin
Advanced Member
    
United Kingdom
2386 Posts |
Posted - 17 July 2002 : 12:47:09
|
Change
title="Open pager window...">
to
title=""Open pager window..."">
No matter how fast light travels it finds the darkness has always got there first, and is waiting for it. |
 |
|
DaMegz
Junior Member
 
126 Posts |
Posted - 17 July 2002 : 12:50:48
|
made the change...same error. I have updated the text file, so you can see.
|
 |
|
Hamlin
Advanced Member
    
United Kingdom
2386 Posts |
Posted - 17 July 2002 : 13:07:41
|
The text file says
title="Open pager window..."">
Still missing one "
No matter how fast light travels it finds the darkness has always got there first, and is waiting for it. |
 |
|
DaMegz
Junior Member
 
126 Posts |
Posted - 17 July 2002 : 13:16:11
|
Thanks Hamlin, I didnt even see that Double quote (duh). Thanks. I guess I wont know for sure if its working, until someone else logs on. Oh, can you tell me how to add the little line (looks like this |) between Search and User pager in the Inc_top.asp page?
|
 |
|
Hamlin
Advanced Member
    
United Kingdom
2386 Posts |
Posted - 17 July 2002 : 13:24:39
|
Add the red line
" <a href=""search.asp""><acronym title=""Perform a search by keyword, date, and/or name..."">Search</acronym></a>" & vbNewline & _ "|" & vbNewline & _
No matter how fast light travels it finds the darkness has always got there first, and is waiting for it. |
 |
|
DaMegz
Junior Member
 
126 Posts |
Posted - 17 July 2002 : 13:56:30
|
Hamlin....you are the MAN!!! Thanks
|
 |
|
Hamlin
Advanced Member
    
United Kingdom
2386 Posts |
Posted - 17 July 2002 : 13:57:52
|
glad I could help 
No matter how fast light travels it finds the darkness has always got there first, and is waiting for it. |
 |
|
DaMegz
Junior Member
 
126 Posts |
Posted - 17 July 2002 : 17:03:41
|
Hamlin...you're not going to believe this, but now this mod isnt working anymore. Im not sure if it has to do with the Newsflash Mod, but now I get this error quote: Microsoft JET Database Engine error '80040e14'
Syntax error (missing operator) in query expression '(FORUM_PM.M_ID = < =rsMessage("M_ID") >)'.
/forum/pm_pop_read.asp, line 51
and quote: Microsoft JET Database Engine error '80040e37'
The Microsoft Jet database engine cannot find the input table or query 'FORUM_ONLINE'. Make sure it exists and that its name is spelled correctly.
/forum/pm_pop_pager.asp, line 50
I didnt change either one of these files after it was working? Can you be the man 3 times in one day?
|
 |
|
Hamlin
Advanced Member
    
United Kingdom
2386 Posts |
Posted - 17 July 2002 : 17:44:49
|
Sadly I cannot, the second error means the table is not in the database, but unless you have removed it yourself I dont see how it could just go.
I think the first error means that one of the values is blank, but Im not sure about that one.
Also I thought this was the PM, my PM mod does not have those files..but I may be mixing my mods here.
Installation Guide | MODS |
 |
|
|
Topic  |
|