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 Upload error (proeders Downloads)
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

cwy2000
Starting Member

1 Posts

Posted - 28 March 2008 :  21:57:11  Show Profile  Visit cwy2000's Homepage
Don't know what caused the error or why the MOD didn't finish
File Attachements - Upgrade from proeders Downloads

Adding new records..
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRALLOWATTACHMENT','1')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRUPLOADURL','')

Value(s) updated successfully
--------------------------------------------------------------------------------

Dropping Table..

Table dropped successfully
--------------------------------------------------------------------------------

Creating table(s)...
CREATE TABLE FORUM_CONFIG_EXTENSION( ID INT (11) NOT NULL auto_increment , EXTENSION varchar (15) NULL ,KEY FORUM_CONFIG_EXTENSION_ID(ID))
Table created successfully

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

Adding new records..
INSERT INTO FORUM_UPSIZE (UPLOAD_VAR,UPLOAD_VALUE) VALUES ('STRTIMEOUT','3600')
INSERT INTO FORUM_UPSIZE (UPLOAD_VAR,UPLOAD_VALUE) VALUES ('STRUPLOADFILESIZE','100000')
INSERT INTO FORUM_UPSIZE (UPLOAD_VAR,UPLOAD_VALUE) VALUES ('STRUPLOADFILESIZE','100000')
-2147217865 | [MySQL][ODBC 3.51 Driver][mysqld-4.1.22-max-log]Table 'PI_Userforum.FORUM_UPSIZE' doesn't exist

--------------------------------------------------------------------------------
Unable to remove dbs file
Permission denied

mdelcour2000
Junior Member

United States
133 Posts

Posted - 29 March 2008 :  09:27:38  Show Profile  Visit mdelcour2000's Homepage
looks like you selected the remove the DBS file after the creating the tables, unless you have read/write permissions, turned on for the file where your snitz forum is stored, you won't be able to this way. You will need to delete it manually. De-select this, and you shouldn't have any problem.

http://lacledeforum.com/

"Never get so busy doing the work of the kingdom that you forget who the King is"
Go to Top of Page

AnonJr
Moderator

United States
5765 Posts

Posted - 29 March 2008 :  11:50:50  Show Profile  Visit AnonJr's Homepage
I think he was talking about this line:
quote:
-2147217865 | [MySQL][ODBC 3.51 Driver][mysqld-4.1.22-max-log]Table 'PI_Userforum.FORUM_UPSIZE' doesn't exist
Go to Top of Page

Jezmeister
Senior Member

United Kingdom
1141 Posts

Posted - 29 March 2008 :  14:23:47  Show Profile  Visit Jezmeister's Homepage
Looks like part of the dbs file is missing, try pasting this into the alternative mod setup form:

[INSERT]
CONFIG_NEW
(C_VARIABLE,C_VALUE)#('STRALLOWATTACHMENT','1')
(C_VARIABLE,C_VALUE)#('STRUPLOADURL','')
[END]
[DROP]
UPSIZE
CONFIG_EXTENSION
[END]
[CREATE]
UPSIZE
ID
UPLOAD_VAR#VARCHAR#NULL#
UPLOAD_VALUE#int#NULL#
[END]
[CREATE]
CONFIG_EXTENSION
ID
EXTENSION#VARCHAR (15)#NULL#
[END]
[INSERT]
UPSIZE
(UPLOAD_VAR,UPLOAD_VALUE)#('STRTIMEOUT','3600')
(UPLOAD_VAR,UPLOAD_VALUE)#('STRUPLOADFILESIZE','100000')
[END]
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.2 seconds. Powered By: Snitz Forums 2000 Version 3.4.07