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)
 Cannot read replies anymore
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Mutz
Starting Member

4 Posts

Posted - 15 December 2008 :  12:00:40  Show Profile
Snitz™ 2000 Foums Version Number: 3.4.06
Exact errors: for a couple of days i have not been able to read any replies to threads anymore, they have simply vanished. If i run the Update Forum Counts i get an error on step 4 that says:
Updating Counts Step 4 of 5
Forum Replies: Microsoft VBScript runtime error '800a000d'
Type mismatch
/admin_count.asp, line 407

I have read something about this mismatch and tried using some of the fixes mentioned in this forum but it simply does not work for me.

List Of MODS Installed (if any): none
How Long The Error Has Been There For: about 3-4 dayes
Forum link: www.plastfyldning.dk
Member name: test Password: test
DB Type In Use: MysQl

I really hope you can help me
niels


<

Carefree
Advanced Member

Philippines
4217 Posts

Posted - 15 December 2008 :  12:16:46  Show Profile
Your problem is worse than you think. I made a test reply to one of the messages and it duplicated 7 times. Also, it will not allow me (as the poster) to delete any of the 7 replies - it refuses to authenticate. You have something very corrupt in your database.<

Edited by - Carefree on 15 December 2008 12:18:01
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 15 December 2008 :  14:38:47  Show Profile  Send ruirib a Yahoo! Message
Did the forum ever worked normally? Did you change anything that started the reply read issue?<


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

Etymon
Advanced Member

United States
2395 Posts

Posted - 15 December 2008 :  15:33:33  Show Profile  Visit Etymon's Homepage
For the input to the database, it appears to be either recreating the REPLY_ID 1 for every post or the table is not "auto numbering" the REPLY_IDs as they are created.

In that sense, if true, the table is acting like FORUM_A_REPLY and not FORUM_REPLY.

For the output to the browser, it seems that the amount of replies may be equal to the strPageSize value which appears to be 10.

Perhaps REPLY_ID 1 is either getting recreated but only once or the table is not "auto numbering" each time, and perhaps the strPageSize value is looping the output to the browser until it reaches the value of strPageSize.

How, I don't know ... just some thoughts.

Rui, would running Check Installation rectify the table if it does not have the IDENTITY set correctly?<

Edited by - Etymon on 15 December 2008 15:40:14
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 15 December 2008 :  15:45:25  Show Profile  Send ruirib a Yahoo! Message
Check Installation just runs setup.asp, so it won't rebuild tables.<


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

Etymon
Advanced Member

United States
2395 Posts

Posted - 15 December 2008 :  16:09:08  Show Profile  Visit Etymon's Homepage
If you are able, then create a new database, change the connection string in your config.asp file to point to that database, and then run setup.asp ... after this try posting topics and replies and see what happens.<
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 15 December 2008 :  16:50:57  Show Profile  Visit AnonJr's Homepage
Just out of curiosity, did you upgrade from Access to MySQL or have you been running on MySQL all the time?<
Go to Top of Page

Mutz
Starting Member

4 Posts

Posted - 15 December 2008 :  17:02:28  Show Profile
No the forum worked perfectly until about a couple of days ago when i could see someone posted a reply but i could not read it. I have been using MySQL all the time. I am not that good with this forum things but our class uses it to share notes end old exam questions so i dont know ift it means anything but there are a lot of forums that the test user cannot see (on the hidden list only for allowed members).

What do you think i can do about it. Would like to have a stepwise guide since i am not that good with databases bit still am trying to getting it to work so the rest of my school can enjoy it.

niels<
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 15 December 2008 :  17:28:00  Show Profile  Send ruirib a Yahoo! Message
First thing would be to try to find out what actually is in the DB, to determine the source of the problem.
Anyway, did you contact your host about this?<


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

Mutz
Starting Member

4 Posts

Posted - 16 December 2008 :  11:56:58  Show Profile
I have just written to them to hear if they have changed anything.
Ruirib: what do you mean by "find out what actially is the db" do you mean the path to my database?<
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 16 December 2008 :  18:09:06  Show Profile  Send ruirib a Yahoo! Message
No, I mean having a look at what's stored in the db .<


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

Mutz
Starting Member

4 Posts

Posted - 17 December 2008 :  05:42:38  Show Profile
My hosting company uses phpmyadmin so tried using its repair function and got the following (however, it did not solve the problem)

SQL-resultat
Vært: 195.128.174.37
Database: web181827
Genereringstid: 17. 12 2008 kl. 11:40:24
Genereret af: phpMyAdmin 2.11.7.1 / MySQL 5.0.51a-log
SQL-forespørgsel: REPAIR TABLE `FORUM_ALLOWED_MEMBERS`, `FORUM_A_REPLY`, `FORUM_A_TOPICS`, `FORUM_BADWORDS`, `FORUM_CATEGORY`, `FORUM_CONFIG_EXTENSION`, `FORUM_CONFIG_NEW`, `FORUM_FORUM`, `FORUM_GROUPS`, `FORUM_GROUP_NAMES`, `FORUM_MEMBERS`, `FORUM_MEMBERS_PENDING`, `FORUM_MODERATOR`, `FORUM_NAMEFILTER`, `FORUM_REPLY`, `FORUM_SUBSCRIPTIONS`, `FORUM_TOPICS`, `FORUM_TOTALS`;
Rækker: 18

Table Op Msg_type Msg_text
web181827.FORUM_ALLOWED_MEMBERS repair status OK
web181827.FORUM_A_REPLY repair status OK
web181827.FORUM_A_TOPICS repair status OK
web181827.FORUM_BADWORDS repair status OK
web181827.FORUM_CATEGORY repair status OK
web181827.FORUM_CONFIG_EXTENSION repair status OK
web181827.FORUM_CONFIG_NEW repair status OK
web181827.FORUM_FORUM repair status OK
web181827.FORUM_GROUPS repair status OK
web181827.FORUM_GROUP_NAMES repair status OK
web181827.FORUM_MEMBERS repair status OK
web181827.FORUM_MEMBERS_PENDING repair status OK
web181827.FORUM_MODERATOR repair status OK
web181827.FORUM_NAMEFILTER repair status OK
web181827.FORUM_REPLY repair status OK
web181827.FORUM_SUBSCRIPTIONS repair status OK
web181827.FORUM_TOPICS repair status OK
web181827.FORUM_TOTALS repair status OK
<
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 17 December 2008 :  06:20:24  Show Profile  Send ruirib a Yahoo! Message
As I said, you need to look at the DB and see what records are there.<


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page
  Previous Topic Topic Next Topic  
 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.39 seconds. Powered By: Snitz Forums 2000 Version 3.4.07