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
 File Attachment Mod
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

blackinwhite
Average Member

Turkey
657 Posts

Posted - 19 April 2001 :  11:47:56  Show Profile
I am very bad at this db type things. I got this error when I run mod_dbsetup.asp

File Attachment Mod

Creating table(s)...
CREATE TABLE FORUM_USERFILES( F_FILEID int IDENTITY (1, 1) NOT NULL , MEMBER_ID int NOT NULL , F_FILENAME text (255) NOT NULL , F_FILESIZE int NULL , F_REPLY_ID int NULL , F_TOPIC_ID int NULL )
Table created succesfully

--------------------------------------------------------------------------------

Adding Column...
ALTER TABLE FORUM_MEMBERS ADD COLUMN M_ALLOWDOWNLOADS int NULL DEFAULT 1
Column added successfully
Populating Current Records with new Default value
UPDATE FORUM_MEMBERS SET M_ALLOWDOWNLOADS=1
Adding Column...
ALTER TABLE FORUM_MEMBERS ADD COLUMN M_ALLOWUPLOADS int NULL DEFAULT 1
Column added successfully
Populating Current Records with new Default value
UPDATE FORUM_MEMBERS SET M_ALLOWUPLOADS=1
Table(s) updated

--------------------------------------------------------------------------------

Updating Forum Values..
DELETE FROM FORUM_MODS WHERE (M_NAME = 'Attachment' OR M_CODE = 'Attachment')
-2147217865 | The Microsoft Jet database engine cannot find the input table or query 'FORUM_MODS'. Make sure it exists and that its name is spelled correctly.

--------------------------------------------------------------------------------

Adding new records..
INSERT INTO FORUM_MODS (M_NAME,M_CODE,M_VALUE) VALUES ('Attachment','faMaxSize','512')
INSERT INTO FORUM_MODS (M_NAME,M_CODE,M_VALUE) VALUES ('Attachment','faExtensions','.zip:.mdb:.txt:.asp')
INSERT INTO FORUM_MODS (M_NAME,M_CODE,M_VALUE) VALUES ('HModEnable','Attachment','1')
-2147217865 | Could not find output table 'FORUM_MODS'.

--------------------------------------------------------------------------------
There were errors please post a question in the MOD Implementation Forum at
Snitz Forums



HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 19 April 2001 :  11:53:06  Show Profile  Visit HuwR's Homepage
It looks like you didn't do the required files installation

Go to Top of Page

blackinwhite
Average Member

Turkey
657 Posts

Posted - 19 April 2001 :  13:20:56  Show Profile
thanks for the quick replu HuwR.I have installed the required files and it worked but now I get theis message after I attached a file:

error 'ASP 0113'
Script timed out

/akteam/Mods/UploadEngine.asp

The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeOut or by changing the value in the IIS administration tools.




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.37 seconds. Powered By: Snitz Forums 2000 Version 3.4.07