Author |
Topic  |
|
jimster
Starting Member
28 Posts |
Posted - 14 December 2002 : 17:39:56
|
default.asp just wont load... any ideas!? any help would be appreciated |
Edited by - ruirib on 14 December 2002 20:01:50 |
|
laser
Advanced Member
    
Australia
3859 Posts |
Posted - 14 December 2002 : 18:12:25
|
any errors ? any url to view ? any place that you got stuck or didn't understand the steps ? |
 |
|
jimster
Starting Member
28 Posts |
Posted - 14 December 2002 : 18:16:35
|
initial errors when updating the database:
Dropping Table..
Table does not exist --------------------------------------------------------------------------------
Dropping Table..
Table dropped succesfully --------------------------------------------------------------------------------
Creating table(s)... CREATE TABLE FORUM_ACTIVE_USERS( MEMBER_ID int NULL , AU_IP varchar(40) NULL , AU_LOGINTIME varchar(100) NULL , AU_LASTACTIVETIME varchar(100) NULL , AU_LASTPAGE varchar(250) NULL , AU_QUERYSTRING text NULL , AU_USER_AGENT text NULL ) Table created succesfully
--------------------------------------------------------------------------------
Adding Column M_AUHIDE... ALTER TABLE FORUM_MEMBERS ADD COLUMN M_AUHIDE varchar(1) NULL Column already exists Adding Column M_AUHIDE... ALTER TABLE FORUM_MEMBERS ALTER COLUMN M_AUHIDE varchar(1) NULL Column altered successfully
--------------------------------------------------------------------------------
Adding Column M_AUHIDE... ALTER TABLE FORUM_MEMBERS_PENDING ADD COLUMN M_AUHIDE varchar(1) NULL Column already exists
--------------------------------------------------------------------------------
Adding new records.. INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUANON','1') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUANONOVERRIDE','2') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUPALLOW','4') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUPCOLLAPSE','1') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUALLOW','3') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUREFRESH','0') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUIP','1') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUUA','2') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAULOCAL','3') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUTIMEOUT','7') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUADMINCOLOR','orangered') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUMODCOLOR','forestgreen') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUADMINCOLOR','orangered') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUMODCOLOR','forestgreen') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('intAURecord','0') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('strAURecordDate','11111111111111')
Value(s) updated succesfully --------------------------------------------------------------------------------
Database setup finished |
 |
|
jimster
Starting Member
28 Posts |
Posted - 14 December 2002 : 18:17:45
|
is there any errors there? |
 |
|
laser
Advanced Member
    
Australia
3859 Posts |
Posted - 14 December 2002 : 18:24:56
|
nothing that should affect it drastically, how about you get more information (all the stuff I asked for, and anything else you can think of) then post here and someone can help. |
 |
|
jimster
Starting Member
28 Posts |
Posted - 14 December 2002 : 18:33:26
|
http://www.trialskings.com/forum/
theres the forum folder, pretty much all of it seems to be screwed up
when i log into the admin options i get:
Forum Feature Configuration:
Main Forum Configuration Feature Configuration Microsoft VBScript runtime error '800a000d'
Type mismatch: 'fLang'
/forum/admin_home.asp, line 131
When setting the forum up the only thing i can think of that may have gone wrong is the bit where it tells you to put %> and <% on either side of something in default.asp. it looks like this:
&><!--#include file="inc_activeusers.asp"--><% if strShowStatistics = "1" then WriteStatistics end if
Any ideas? i would really appreciate it if you could help me sort this 1 out, quickly as possible, as my forums down at the moment
cheers |
 |
|
laser
Advanced Member
    
Australia
3859 Posts |
Posted - 14 December 2002 : 18:40:19
|
You should have %> rather than &> at the very beginning of that code segment, change that and it might be fine |
 |
|
jimster
Starting Member
28 Posts |
Posted - 14 December 2002 : 19:27:05
|
ok well thats sorted the default.asp page out... it now loads up ok... but when i enter admin options i still get the same error:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'fLang'
/forum/admin_home.asp, line 131 |
 |
|
masterao
Senior Member
   
Sweden
1678 Posts |
Posted - 14 December 2002 : 19:39:48
|
At the bottom of the readme.html-file which came with the AU-mod, there are instructions for adding code at the end of config.asp. Did you add that?
|
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
 |
|
jimster
Starting Member
28 Posts |
Posted - 14 December 2002 : 19:51:06
|
yeah tryed both lots of code still no work |
 |
|
masterao
Senior Member
   
Sweden
1678 Posts |
|
jimster
Starting Member
28 Posts |
Posted - 14 December 2002 : 20:29:40
|
ahhhhhh ok thanks guys finally got it working... i misread where is said to replace the %> at the bottom of the config.asp file. cheers for all the help. just 1 more thing, is there anyway i can get the active users information to appear below the statistics? |
 |
|
masterao
Senior Member
   
Sweden
1678 Posts |
Posted - 14 December 2002 : 20:49:47
|
Im glad you got it working .
You would need to rewrite the code in inc_activeusers.asp to do that. I haven't done it myself, so I don't have any example on how to do it. The AU mod is written so that you can have the Active User Panel/Statistics in a separate table below the forums. If you want to use that option, you need to rewrite the code in inc_activeusers.asp with that in mind.
|
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
 |
|
|
Topic  |
|