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: MOD Implementation
 Big Prroblen
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

Gizmo3
Junior Member

130 Posts

Posted - 09 February 2006 :  19:50:07  Show Profile
I have installed Ben upload file Mod. I am now getting this error.

Microsoft JET Database Engine error '80040e37'

The Microsoft Jet database engine cannot find the input table or query 'FORUM_ATTACHMENTS'. Make sure it exists and that its name is spelled correctly.

/snitzforum/forum.asp, line 349

I need some help on MS Query Anylizer and how do I get it and how do i use it to make a Forum_attachments table.

I am running win server 2003 with an access data base

This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums!

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 10 February 2006 :  02:36:00  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
You need to install the database table required for this MOD.

There's a db setup file available at http://www.onewaymule.org/files/dbs_bensfileattach.zip

Download this file, copy the dbs_bensfileattach.asp to your forum folder, go to Admin Options -> MOD Setup, choose MOD: Ben's File Attachment (beta) from the dropdown box and click Update. This should create the required table for you.

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz

Edited by - OneWayMule on 10 February 2006 02:36:11
Go to Top of Page

Gizmo3
Junior Member

130 Posts

Posted - 10 February 2006 :  10:09:42  Show Profile
I have downloaded that mod file. And have upated it in the forum admin and I am still getting that error

This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums!
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 10 February 2006 :  10:19:54  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
Did you get any errors during MOD setup?

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

Gizmo3
Junior Member

130 Posts

Posted - 10 February 2006 :  11:37:33  Show Profile
I have downloaded that mod file. And have upated file (( There's a db setup file available)) I have uploaded it in the forum admin and I am still getting that error.

You can get to the forum at www.ontbus.com.

right now i cant register new users. it goes to the (( Registration Rules and Policies Agreement )) and then i click agree and it woint go any farther just stays on that page.

Second problem. I try to post with out a pic and it seems to work fine

I post with a pic and i get the following error

There has been a problem!

Could not find output table 'FORUM_ATTACHMENTS'.

Go back to correct the problem.

But it isurts the post any way but with out the pic

I realy this that it ios just an 'FORUM_ATTACHMENTS'.
problem.

But i have done the up dates with the update file




This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums!
Go to Top of Page

Gizmo3
Junior Member

130 Posts

Posted - 10 February 2006 :  11:53:32  Show Profile
When I open the Attachment file with MS Query this is what it says. Is this correct or do I have to change some thing.

CREATE TABLE [dbo].[FORUM_ATTACHMENTS] (
[FORUM_ID] [int] NOT NULL ,
[TOPIC_ID] [int] NOT NULL ,
[REPLY_ID] [int] NULL ,
[FILENAME] [varchar] (216) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL
) ON [PRIMARY]
GO

This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums!
Go to Top of Page

Gizmo3
Junior Member

130 Posts

Posted - 10 February 2006 :  12:33:45  Show Profile
REGERTERING PROBLEM FIXED

This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums!
Go to Top of Page

Gizmo3
Junior Member

130 Posts

Posted - 10 February 2006 :  12:35:58  Show Profile
problem

I try to post with out a pic and it seems to work fine

I post with a pic and i get the following error

There has been a problem!

Could not find output table 'FORUM_ATTACHMENTS'.

Go back to correct the problem.

But it isurts the post any way but with out the pic

I realy this that it ios just an 'FORUM_ATTACHMENTS'.
problem.



I have downloaded that mod file. And have upated file (( There's a db setup file available)) I have uploaded it in the forum admin and I am still getting that error.

This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums!
Go to Top of Page

Classicmotorcycling
Development Team Leader

Australia
2084 Posts

Posted - 10 February 2006 :  15:50:31  Show Profile
Gizmo3,

As OnlyWayMule said, you need to update your DB for it to be able to run. To do this, you need to do the following:

1. Go to Admin Options and logon
2. Click on "Alternative Mod Setup"
3. Paste the following code in to the Code box on the page:
[DROP]
ATTACHMENTS
[END]
[CREATE]
ATTACHMENTS
FORUM_ID#int#null#
TOPIC_ID#int#null#
REPLY_ID#int#null#
FILENAME#varchar (216)#not null#
[END]

4. Click the "Submit" button
5. Make sure that your host/server has ASPSmartUpload installed or it will not work.

If you do not have the ASPSmartUpload installed, then maybe try: Mikes File Attachment as it doesnt require the component to be there. It uses Windows Scripting to do the uploads.

I hope that helps..

Cheers,

David Greening
Go to Top of Page

Gizmo3
Junior Member

130 Posts

Posted - 10 February 2006 :  17:29:42  Show Profile
Ok I did what you said This is what it said

Database Update

Dropping Table..
DROP TABLE FORUM_ATTACHMENTS

Table does not exist
Creating table(s)...
CREATE TABLE FORUM_ATTACHMENTS( FORUM_ID#INT#NULL# int IDENTITY (1, 1) PRIMARY KEY NOT NULL , TOPIC_ID int NULL , REPLY_ID int NULL , FILENAME text (216) NOT NULL )
Table already exists

Database setup finished




This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums!
Go to Top of Page

Gizmo3
Junior Member

130 Posts

Posted - 10 February 2006 :  17:32:11  Show Profile
Then I tried to to post the pic and I syill got this

There has been a problem!

Could not find output table 'FORUM_ATTACHMENTS'.

Go back to correct the problem.

Thanks for all your patients everyone

This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums!
Go to Top of Page

Gizmo3
Junior Member

130 Posts

Posted - 10 February 2006 :  20:32:07  Show Profile
Going to try MS SQL instead of access

This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums!
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 11 February 2006 :  06:42:28  Show Profile
There must be something wrong with the SQL statement you're executing.
Go to Top of Page

Classicmotorcycling
Development Team Leader

Australia
2084 Posts

Posted - 11 February 2006 :  16:59:44  Show Profile
Try the table creation with-out the space in the varchar statement:

1. Go to Admin Options and logon
2. Click on "Alternative Mod Setup"
3. Paste the following red code in to the Code box on the page:
[DROP]
ATTACHMENTS
[END]
[CREATE]
ATTACHMENTS
FORUM_ID#int#NULL#
TOPIC_ID#int#NULL#
REPLY_ID#int#NULL#
FILENAME#varchar(216)#NOT NULL#
[END]

4. Click the "Submit" button

See how that goes.

Cheers,

David Greening
Go to Top of Page

Gizmo3
Junior Member

130 Posts

Posted - 12 February 2006 :  08:32:50  Show Profile
I tryed that way to Got this meesage


Database Update

Dropping Table..
DROP TABLE FORUM_ATTACHMENTS

Table does not exist
Creating table(s)...
CREATE TABLE FORUM_ATTACHMENTS( FORUM_ID#INT#NULL# int IDENTITY (1, 1) PRIMARY KEY NOT NULL , TOPIC_ID int NULL , REPLY_ID int NULL , FILENAME varchar(216) NOT NULL )
Table already exists

Database setup finished

This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums!
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 12 February 2006 :  10:52:01  Show Profile  Visit AnonJr's Homepage
quote:
Originally posted by Gizmo3

Going to try MS SQL instead of access

Did you move to MS SQL or are you still using Access?
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
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.31 seconds. Powered By: Snitz Forums 2000 Version 3.4.07