Author |
Topic |
serverhacker
Junior Member
USA
125 Posts |
Posted - 18 September 2002 : 18:48:30
|
the image should look like this:
icon_photo_none.gif
Try copying this file to your images folder, let me know?
wii, look for this line in "inc_header.asp": ---------------------------- Response.Write "<font face=""" & StrDefaultFontFase & """ color=""" & StrForumFontColor & """ size=""" & StrFooterFontsize & """> [ Page Viewed <b><font color=""" & strForumLinkColor & """>" & MyPageCounter.Hits & "</font></b> Times ] </font>" & vbNewLine
Replace with this: ---------------------------- Response.Write "<font face=""" & StrDefaultFontFase & """ color=""" & StrForumFontColor & """ size=""" & StrFooterFontsize & """>nbsp;</font>" & vbNewLine
hope this help's
|
Edited by - serverhacker on 18 September 2002 18:49:24 |
|
|
snerdley
New Member
USA
65 Posts |
Posted - 18 September 2002 : 18:51:42
|
I get the same error on active.asp as does wii. Great job on the mods integration though!
snerd
|
snerd
|
|
|
wii
Free ASP Hosts Moderator
Denmark
2632 Posts |
Posted - 18 September 2002 : 18:56:07
|
thanks, Iīm trying to upgrade another 3.4 forum I have, but I canīt remember which file to run - I have already used the setup.asp file, but what about the dbs files? I tried admin_mod_dbsetup, but still the same:
Error Type: Microsoft JET Database Engine (0x80040E37) The Microsoft Jet database engine cannot find the input table or query 'FORUM_ACTIVE_USERS'. Make sure it exists and that its name is spelled correctly. /forum1/inc_func_common.asp, line 62 |
|
|
CJones
Starting Member
35 Posts |
Posted - 18 September 2002 : 19:02:18
|
I have that file, but I recopied to the directory to be safe... this didn't work. I am guessing it is an error in code somewhere... Where is that icon referenced at? Maybe I can fix it there... I have HTML experience but not ASP, I do have an editor that counts lines though. |
|
|
serverhacker
Junior Member
USA
125 Posts |
Posted - 18 September 2002 : 19:04:14
|
sorry I forgot about this audbsetup.zip, its for the "Active Users MOD" not a dbs just a file you need to run once. |
Edited by - serverhacker on 18 September 2002 19:11:46 |
|
|
wii
Free ASP Hosts Moderator
Denmark
2632 Posts |
Posted - 18 September 2002 : 19:08:26
|
Iīve tried that file, still the same... |
|
|
wii
Free ASP Hosts Moderator
Denmark
2632 Posts |
Posted - 18 September 2002 : 19:09:03
|
I got it running locally - thanks for that.
Still need to get the upgrade going though... |
|
|
serverhacker
Junior Member
USA
125 Posts |
|
sji2671
Junior Member
United Kingdom
185 Posts |
Posted - 18 September 2002 : 19:15:31
|
I did a fresh install of your modded version, which is very nice..good job!.
Just a quick comment, forum code is set as on and html is set as ON. Used your DB. Is there a good reason for html being allowed, and if so and this happens to everyone that uses your Modded version its a bit of a risk that some users may not know about and should be made aware.
It may just be me, but it was a fresh install with only your files, and granted I have not read all documentation...just thought it was worth a heads up.. |
|
|
wii
Free ASP Hosts Moderator
Denmark
2632 Posts |
Posted - 18 September 2002 : 19:17:12
|
As I remember, it should be ok to run the admin_mod_dbsetup.asp file and from there select the dbs files to upgrade the forum. Not sure though, itīs been a long time since Iīve done this. |
|
|
serverhacker
Junior Member
USA
125 Posts |
Posted - 18 September 2002 : 19:19:07
|
sji2671, are you loged on as admin? If so admin's can post HTML by default, members can't not post HTML.
wii, YES, go for it. |
Edited by - serverhacker on 18 September 2002 19:21:38 |
|
|
sji2671
Junior Member
United Kingdom
185 Posts |
Posted - 18 September 2002 : 19:21:41
|
I downloaded your zip about an hour or two ago, I get the same error in active.asp
Microsoft JET Database Engine error '80040e10'
No value given for one or more required parameters.
/forum/active.asp, line 310
|
|
|
snerdley
New Member
USA
65 Posts |
Posted - 18 September 2002 : 19:22:10
|
Also, the forum.asp is really wide. Looks like it's set at 1024x728 or larger? Have to scroll right to see all of it. Is there a setting where I can change this?
snerd
|
snerd
|
|
|
wii
Free ASP Hosts Moderator
Denmark
2632 Posts |
Posted - 18 September 2002 : 19:23:02
|
Been there, done that - I still get the error about the missing table 'FORUM_ACTIVE_USERS' - ****, thatīs what I want to upgrade (and the other tables as well, of course) ! |
|
|
wii
Free ASP Hosts Moderator
Denmark
2632 Posts |
Posted - 18 September 2002 : 19:24:09
|
I believe the navigation is causing this...Iīve seen it before using the same DHMTL navigation code.
quote: Originally posted by snerdley
Also, the forum.asp is really wide. Looks like it's set at 1024x728 or larger? Have to scroll right to see all of it. Is there a setting where I can change this?
snerd
|
|
|
Topic |
|