Author |
Topic |
andyjenkins
Junior Member
105 Posts |
Posted - 18 September 2002 : 13:33:19
|
Hi cs7. I think this is one reason where Snitz "falls down" so to speak - with it's open-ness.
Given the openness of the code, and the popularity of mods etc, it's understandable that people want to install new mods. However, these Mods I'm seeing time and time again, that they cannot be installed on existing databases. I've had exactly the same thoughts as yourself - upgrade the database, then apply the new code - surely all should be well. I however keep seeing the same response "no it wont work".
Its a shame - I lost a load of posts on my forum when I moved over to Snitz - I cannot loose a load again to move over to an excellent mod (like this one).
If anyone has a solution - you *will* be God in my books........ |
BTOpenworld ADSL Usergroup |
|
|
cs7
Starting Member
3 Posts |
Posted - 18 September 2002 : 14:00:28
|
I see where you're coming from andyjenkins. I use to use ultraboad. Which after awhile got bogged down and slow and then the company disappeared.
I like snitz better and have never had a problem.
But what I dont get, is if you have to update the db and then manually edit the code to install a mod anyway, And then do it again for a newer version... If someone comes out with a total package, why can't it be done? (edit the config.asp to point to your db; install the new asp files that point to the modifications that are included in the db and then make your site look the way you want in the admin console)
Also, Serverhacker, I really like what you've done. is there anyway to keep the standard default.asp along with your conversion? (I see yours points to a frame and i'm not fond of frames) I'm going to give this a try and if it blows up, do something else. But if it doesn't, I'd like to keep my forum appearing the way it does now. the header I mean. its version 3.4.02 with the poll, active users, and header cell 3.4 mods installed |
|
|
wii
Free ASP Hosts Moderator
Denmark
2632 Posts |
Posted - 18 September 2002 : 14:18:45
|
Ok, I got the forum running - almost everything runs well - just 1 error found so far:
active.asp - error:
Microsoft JET Database Engine error '80040e10'
No value given for one or more required parameters.
/alpha/forum/active.asp, line 310 |
|
|
serverhacker
Junior Member
USA
125 Posts |
Posted - 18 September 2002 : 14:44:47
|
hello, all and thanks for your input (happy you like this )
I have to go to work so I can't say much, just wanted to let wii know, redownload the zip to get the new active.asp file I fixed it in another post. sorry about that.
Yes "Stick Topics" installed? It's part of snitz's main code now.
Is "Announcments" MOD installed? No, I will look in to it and see if there is an update of the mod for 3.4.03 code.
|
Edited by - serverhacker on 18 September 2002 14:56:14 |
|
|
stever
New Member
65 Posts |
Posted - 18 September 2002 : 17:34:03
|
Very nice work. Since I'll be migrating an existing database to this one, is it possible to also provide the .dbs file needed to update the tables? That would truly make this a no-brainer!
.Steve |
|
|
His Divine Shadow
New Member
Finland
84 Posts |
Posted - 18 September 2002 : 17:39:33
|
I did find a problem here: With this line in active.asp
rs.open strSql, my_Conn, adOpenForwardOnly, adLockReadOnly, adCmdText
when I try to open the active topics list I get this: Error Type: Microsoft JET Database Engine (0x80040E10) No value given for one or more required parameters. /Forum/active.asp, line 310
And that is line 310: rs.open strSql, my_Conn, adOpenForwardOnly, adLockReadOnly, adCmdText |
I'm here to donate blood... Someone elses... |
|
|
CJones
Starting Member
35 Posts |
Posted - 18 September 2002 : 17:42:02
|
hehehe, oops. I would say that was a typo but I can't. LMAO! Thanks for this code serverhacker, I was wondering what other MOD's you might be working on for this? |
|
|
wii
Free ASP Hosts Moderator
Denmark
2632 Posts |
Posted - 18 September 2002 : 17:57:37
|
Is still have the same error at the active.asp file.
Still testing - I found a few minor bugs, I will post them here as I go along. |
|
|
serverhacker
Junior Member
USA
125 Posts |
Posted - 18 September 2002 : 18:07:50
|
Hi, wii
Here is a good copy of the active.asp page: active.asp
Please let me konw if this fixed it, it working good on the demo site. Thanks
I also added a zip with the dbs files for all, see first post
|
Edited by - serverhacker on 18 September 2002 18:08:40 |
|
|
wii
Free ASP Hosts Moderator
Denmark
2632 Posts |
Posted - 18 September 2002 : 18:12:02
|
Sorry - same error:
Microsoft JET Database Engine error '80040e10'
No value given for one or more required parameters.
/alpha/forum/active.asp, line 310 |
|
|
serverhacker
Junior Member
USA
125 Posts |
Posted - 18 September 2002 : 18:16:07
|
hmmmmm, It's working on all three of my sites, me friend is going to update his site to test it, I will let you know. |
|
|
CJones
Starting Member
35 Posts |
Posted - 18 September 2002 : 18:25:20
|
Just to confirm, the active topics works on my forum...
just for reference:
line 309 rs.open strSql, my_Conn, adOpenForwardOnly, adLockReadOnly, adCmdText 310 311 if rs.EOF then 312 recActiveTopicsCount = ""
This is what my code shows... |
Edited by - CJones on 18 September 2002 18:29:04 |
|
|
wii
Free ASP Hosts Moderator
Denmark
2632 Posts |
Posted - 18 September 2002 : 18:34:05
|
Ok, I´m testing on another server - I can´t run it locally because of the counter, is it possible to deactivate it or delete some code? |
|
|
serverhacker
Junior Member
USA
125 Posts |
Posted - 18 September 2002 : 18:35:53
|
CJones, can you please post a link to you site, I would like to see it.
|
|
|
CJones
Starting Member
35 Posts |
Posted - 18 September 2002 : 18:36:17
|
Question serverhacker? When I click on the photo albums link it pulls them up for all the members but there is an red X (image should be there) what should be there?
You can view my forum here: ceige.dyndns.org:8585
Name Tester pass Tester |
|
|
Topic |
|