Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Donīt understand Topic Reviw
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 9

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 21 August 2002 :  07:32:39  Show Profile  Send ruirib a Yahoo! Message
Roger,

The database needs upgrading. So I'd advise you to use a new folder to setup the forum and do it over a copy of the database. Once you've tested it and confirm everything works, just change config.asp to point to your live database, after backing it up again, and run setup again.

It's likely there are some small issues with the new version code. You may want to wait for version 3.4.01, which should be out in a day or two. Try the test upgrade then.

I haven't looked at the files to find out how this issue is handled now. It should be simple to reproduce what I've done before.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

trazman
New Member

Sweden
79 Posts

Posted - 22 August 2002 :  09:35:00  Show Profile  Visit trazman's Homepage
ruirib
I tried to upgrade and when I run setup.asp and
upgrade to 3.4 there was some error.
Error: 0
SQLState: S0002
Native Error Code: -1305
[INTERSOLV][ODBC SequeLink driver][ACCESS][Microsoft][ODBC Microsoft Access Driver] Table 'FORUM_MEMBERS_PENDING'
does not exist.

strUpdateSql: DROP TABLE
FORUM_MEMBERS_PENDING

and after that the forum messed up so I did get back 3.3.05 files and mdb-file.

Can I see inside the mdb file if it is older than 3.3.05?
/Roger
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 22 August 2002 :  10:12:03  Show Profile  Send ruirib a Yahoo! Message
That error is expected, since you do not have FORUM_MEMBERS_PENDING table. Why do you say the forum messed up after that?

If you check Admin Options, Main Feature Configuration, it will show you your version number.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

trazman
New Member

Sweden
79 Posts

Posted - 22 August 2002 :  12:38:17  Show Profile  Visit trazman's Homepage
You can look at my page now www.razon.se
the error is
ADODB.Recordset.1 error '80020009'
Unsupported Lock Type.
/forum34/default.asp, line 112
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 22 August 2002 :  12:55:04  Show Profile  Send ruirib a Yahoo! Message
Change the lock type to adLockOptimistic.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

trazman
New Member

Sweden
79 Posts

Posted - 22 August 2002 :  13:04:38  Show Profile  Visit trazman's Homepage
Like this:
rsChk.open strSql, my_Conn, adOpenForwardOnly, adLockOptimistic, adCmdText

still donīt work...
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 22 August 2002 :  13:11:52  Show Profile  Send ruirib a Yahoo! Message
Try it like this:


rsChk.open strSql, my_Conn


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

trazman
New Member

Sweden
79 Posts

Posted - 22 August 2002 :  13:20:16  Show Profile  Visit trazman's Homepage
OK.
next thing:ADODB.Recordset.1 error '800a0bb9'

The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another.

/forum34/default.asp, line 117
the line is:
allModeratorData = rsChk.GetRows(adGetRowsRest)

Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 22 August 2002 :  13:25:46  Show Profile  Send ruirib a Yahoo! Message
Try it like this:


allModeratorData = rsChk.GetRows()



Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

trazman
New Member

Sweden
79 Posts

Posted - 22 August 2002 :  13:39:34  Show Profile  Visit trazman's Homepage
Ok.
next thing: ADODB.Recordset.1 error '80020009'
Unsupported Lock Type.
/forum34/default.asp, line 167 I fixed that one to rsChk.open strSql, my_Conn
Next
ADODB.Recordset.1 error '800a0bb9'
The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another.
/forum34/default.asp, line 173
ADODB.Recordset.1 error '80020009'
Unsupported Lock Type.
/forum34/default.asp, line 242
ADODB.Recordset.1 error '800a0bb9'
The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another.
/forum34/default.asp, line 248

Ok I have changed all the lines. and itīs working...:) but I think itīs the same problem in topic.asp...:( I canīt pick up any topic.


Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 22 August 2002 :  13:44:42  Show Profile  Send ruirib a Yahoo! Message
Probably you'll have that with other pages too. I think that has been done throughout the forum. I wonder if this is a problem with Chili!ASP or just Chili with Access.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

trazman
New Member

Sweden
79 Posts

Posted - 22 August 2002 :  14:18:20  Show Profile  Visit trazman's Homepage
I have fixed the topic.asp and inc_func_common.asp
My problem now is that I canīt login
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 22 August 2002 :  14:22:34  Show Profile  Send ruirib a Yahoo! Message
Were your passwords converted? I can't register at your forum. Fix the problem there, by setting the allow Zero length string properties of the needed fields to yes, to see if the login problem applies to new users.


Snitz 3.4 Readme | Like the support? Support Snitz too

Edited by - ruirib on 22 August 2002 14:26:20
Go to Top of Page

trazman
New Member

Sweden
79 Posts

Posted - 22 August 2002 :  14:51:38  Show Profile  Visit trazman's Homepage
where do I fix that one? I canīt login.
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 22 August 2002 :  15:05:22  Show Profile  Send ruirib a Yahoo! Message
You need to download your Access database from that, and fixing it using Microsoft Access.

You may also try this fix proposed by Richard on other problematic pages: http://forum.snitz.com/forum/topic.asp?whichpage=-1&TOPIC_ID=33368&REPLY_ID=164566 .This is fix is not for the current registration problem though.


Snitz 3.4 Readme | Like the support? Support Snitz too

Edited by - ruirib on 22 August 2002 15:05:46
Go to Top of Page
Page: of 9 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.36 seconds. Powered By: Snitz Forums 2000 Version 3.4.07