Author |
Topic  |
|
Tantrum
Starting Member
37 Posts |
Posted - 12 April 2001 : 17:05:13
|
Hey, I downloaded anc_sr2 to try and add ubb style announcements. Everything was going ok until I got up to...
-----------------------
Also add a link in admin_home.asp somewhere (or use mod commander) to admin_anc.asp Then go to Admin_anc.asp, click on Announcement Options, when there select the values and click Update. If you do not do that, you will get errors.
-----------
in the readme file and I have no idea on what to do next.
This is what it looks like so far...
http://www20.brinkster.com/unitedsparring/forum/default.asp
Edited by - Tantrum on 12 April 2001 17:07:22 |
|
Tantrum
Starting Member
37 Posts |
Posted - 12 April 2001 : 17:27:00
|
ok, i figured that part out. But now when I go to admin_anc.asp I get this message...
ADODB.Recordset error '800a0bcd'
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
/unitedsparring/forum/admin_anc.asp, line 31
but admin_anc_edit.asp and admin_anc_options.asp work. Can anyone please help me?
Edited by - Tantrum on 12 April 2001 17:27:33 |
 |
|
Tantrum
Starting Member
37 Posts |
Posted - 12 April 2001 : 22:24:49
|
Can someone please help? Also another problem I'm having is installing the sig preview mod. This is part of my pop_profile.asp
-----
<!--#INCLUDE FILE="config.asp" --> <!--#INCLUDE FILE="inc_functions.asp" --> <% if not(strUseExtendedProfile) then %> <!--#INCLUDE FILE="inc_top_short.asp" --> <% else %> <!--#INCLUDE FILE="inc_top.asp" --> ' ########### Signature Preview Mod ############# %> <script language="JavaScript"> <!--function OpenPreview() { var curCookie = "strSignaturePreview=" + escape(document.Form1.Sig.value); document.cookie = curCookie; popupWin = window.open('pop_preview.asp', 'preview_page', 'scrollbars=yes,width=450,height=250') } //--> </script> <% ' ########################################## end if %> <% Response.End end if end if %> <% select case Request.QueryString("mode")
case "display" '## Display Profile
------------
The instructions said...
Last but not least, in pop_profile.asp add the javascript after the <!-- INCLUDE FILE = "inc_top.asp" --> and the 'end if':
I keep getting the error message...
Microsoft VBScript compilation error '800a0400'
Expected statement
/unitedsparring/forum/pop_profile.asp, line 65
end if ^
Someone please help me with these problems!
|
 |
|
Tantrum
Starting Member
37 Posts |
Posted - 12 April 2001 : 22:30:44
|
oh gosh. things were working fine and now im getting this error...
Microsoft JET Database Engine error '80004005'
Cannot open database ''. It may not be a database that your application recognizes, or the file may be corrupt.
/unitedsparring/forum/inc_top.asp, line 42
when I try to access any part of the forum, such as default.asp
|
 |
|
|
Topic  |
|