Author |
Topic |
jringo
Starting Member
44 Posts |
Posted - 30 August 2002 : 11:54:49
|
I am trying to load the event mod on my page. I have downloaded 3.4 and have run the mod_dbsetup with no problems. From this point I try to run the event.asp and I get this error.
Microsoft VBScript compilation error '800a0411'
Name redefined
/forum/inc_top.asp, line 63
dim mLev, strLoginStatus, MemberID ----^
Where did I go wrong?
Thx, John
|
John R. |
|
GauravBhabu
Advanced Member
4288 Posts |
Posted - 30 August 2002 : 11:59:34
|
dim mLev, strLoginStatus, MemberID
remove this statement |
|
|
jringo
Starting Member
44 Posts |
Posted - 30 August 2002 : 12:01:08
|
the whole line from the inc_top.asp???
Will that cause a problem with anything else?
John |
John R. |
|
|
jringo
Starting Member
44 Posts |
Posted - 30 August 2002 : 12:10:27
|
That worked fine, now it comes up, but I have and error where the footer should be,
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'dWStatus'
/forum/inc_footer.asp, line 40
What now? |
John R. |
|
|
GauravBhabu
Advanced Member
4288 Posts |
Posted - 30 August 2002 : 12:12:51
|
%> <!--#INCLUDE FILE="inc_func_common.asp" --> <%
make sure you have this statement ininc_header.asp at around Line 40 |
CSS and HTML4.01 Compilant Snitz Forum . ForumSquare . Rakesh Jain
It is difficult to IMPROVE on Perfection, There is no harm in Keep Trying.
Prayer Of Forgiveness "I forgive all living beings. May all living beings forgive me! I cherish the friendliness towards all and harbour enmity towards none." -- Aavashyaka Sutra(Translated) |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 30 August 2002 : 12:14:11
|
You say you have downloaded 3.4 and yet you are having problems with files that no longer exist in 3.4 (inc_top.asp, for example).
I suggest that you delete all your current files and upload only the 3.4.01 files to your forum folder (remember to copy the value for strConnString to the new config.asp). |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
jringo
Starting Member
44 Posts |
Posted - 30 August 2002 : 12:21:06
|
I will try that, when I upgraded, I just added the files to my current ones.
Thanks. |
John R. |
|
|
GauravBhabu
Advanced Member
4288 Posts |
Posted - 30 August 2002 : 12:26:58
|
quote: Originally posted by jringo /forum/inc_top.asp, line 63
Why would I miss that? |
|
|
jringo
Starting Member
44 Posts |
Posted - 30 August 2002 : 13:10:16
|
I erased the whole directory, resetup my config.asp and reloaded my db. the db works fine, but when I type mod_dbsetup.asp, I get;
Active Server Pages error 'ASP 0126'
Include file not found
/forum/mod_dbsetup.asp, line 2
The include file 'inc_functions.asp' was not found.
3.4 doesn't have this file. Any ideas? |
John R. |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 30 August 2002 : 13:44:02
|
Would would you type that? That file does not exist either in 3.4.01, of course. Maybe there is some caching on your server.
Anyway if you need to setup a mod, do it from Admin Options -> Mod Setup. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
jringo
Starting Member
44 Posts |
Posted - 30 August 2002 : 14:38:32
|
I was typing that because that is what the event mod istructions say, and it comes with a file with that name.
Ok, I've gone to the Admin Options -> Mod Setup
and the page comes up, but there are no mods in the dropdown. |
John R. |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
jringo
Starting Member
44 Posts |
Posted - 30 August 2002 : 14:58:33
|
yes, there is an events.dbs.
I read in a archived post that a guy had renamed his events.dbs to dbs_events.asp and he got it to load that way, but then someone told him to change the name back.
I was hoping to install this thing the correct way and I wasn't sure if that change would effect anything in the tables it will create.
Should I try that? |
John R. |
|
|
jringo
Starting Member
44 Posts |
Posted - 30 August 2002 : 15:14:01
|
I did rename that file, then ran the mod setup, then renamed it back. Worked fine setting up but now I get;
Active Server Pages error 'ASP 0126'
Include file not found
/forum/events.asp, line 56
The include file 'inc_functions.asp' was not found.
So the events.asp is looking for the inc_functions.asp which is a 3.3 file. I tried uploading that file to my directory, but that file calles for the inc_top.asp which is also a 3.3 file, so I deleted the inc_functions.asp.
Which inc file should I tell that line in the events.asp to look for? |
John R. |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 30 August 2002 : 15:20:20
|
That means the mod hasn't been changed to be compatible with 3.4.x.
I'd advise you to wait until someone makes it compatible. Have a look at the mods forums, I think someone was doing this. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
jringo
Starting Member
44 Posts |
Posted - 30 August 2002 : 15:24:28
|
Thank you for all your help. |
John R. |
|
|
Topic |
|