Author |
Topic |
animedj
Junior Member
USA
190 Posts |
|
pahasapa
Starting Member
38 Posts |
Posted - 08 June 2001 : 09:15:58
|
Problem:
/forum .../lib .../mods .../templates admin_mod_dbsetup language.dbs slash_mods.dbs
I used admin_mod_dbsetup.asp with this result:
Slash Mod ver3.00 SR1
Adding Column... ALTER TABLE FORUM_MODS ALTER COLUMN M_NAME text(50) NOT NULL -2147217865 | Impossibile trovare tabella o vincolo. Adding Column... ALTER TABLE FORUM_MODS ALTER COLUMN M_CODE text(50) NOT NULL -2147217865 | Impossibile trovare tabella o vincolo. Adding Column... ALTER TABLE FORUM_MODS ALTER COLUMN M_VALUE memo NOT NULL DEFAULT NULL -2147217865 | Impossibile trovare tabella o vincolo. Table(s) updated
--------------------------------------------------------------------------------
Updating Forum Values.. DELETE FROM FORUM_MODS WHERE M_NAME = 'slash' -2147217865 | Il modulo di gestione di database Microsoft Jet non č in grado di trovare la tabella o la query di input 'FORUM_MODS'. Verificare che esista e che il nome sia stato digitato correttamente.
--------------------------------------------------------------------------------
Adding new records.. INSERT INTO FORUM_MODS (M_NAME,M_CODE,M_VALUE) VALUES ('slash','config','enx01050002000') -2147217865 | Impossibile trovare la tabella di output "FORUM_MODS".
alex
Edited by - pahasapa on 08 June 2001 09:17:22 |
|
|
animedj
Junior Member
USA
190 Posts |
Posted - 08 June 2001 : 12:18:05
|
Well pahasapa.. it seems that error is because you don't have a MODS table in your database. Get this file: http://animedj.com/hacks/mods_new.dbs , save it in your forum directory and run it before run the slash DBS and the language DBS.
--- Johann Reyes http://animedj.com
Edited by - animedj on 08 June 2001 12:18:21 |
|
|
pahasapa
Starting Member
38 Posts |
Posted - 08 June 2001 : 14:53:53
|
Sigh !!
MOD Table - New Installation
Creating table(s)... CREATE TABLE FORUM_MODS( M_NAME#VARCHAR(50)## int IDENTITY (1, 1) NOT NULL , M_CODE varchar(50) NOT NULL , M_VALUE memo NULL ) -2147217900 | Errore di sintassi nella definizione del campo.
alex |
|
|
animedj
Junior Member
USA
190 Posts |
Posted - 08 June 2001 : 16:51:27
|
well pahasapa, I don't know why it's happening that.. but it seems you would have to create the table manually.. Just creat a FORUM_MODS table in your database, with 3 fields, one called M_NAME, one called M_CODE, one called M_VALUE. After that run the databse setup that came with the zip.
--- Johann Reyes http://animedj.com |
|
|
EarlQuack
Starting Member
Netherlands
10 Posts |
Posted - 09 June 2001 : 06:59:18
|
Hi,
I have the same error message, but I experienced the same error with the events MOD. It just seems to be unable to create tables. I will create it manually, but are there any more specifications I have to give the table object? Like primary key, etc? (BTW: I use Access 2000 (Or 97, same error))
Thx in advance,
EQ |
|
|
animedj
Junior Member
USA
190 Posts |
Posted - 09 June 2001 : 13:01:18
|
yeah.. it's very starnge.. in my case I use also access 2000 but it runs fine... anyways, the specifications are no primary key, M_NAME text size 50, M_CODE text size 50, M_VALUE memo
--- Johann Reyes http://animedj.com |
|
|
pahasapa
Starting Member
38 Posts |
Posted - 10 June 2001 : 16:03:16
|
nothing to do!
Slash Mod ver3.00 SR1
Adding Column... ALTER TABLE FORUM_MODS ALTER COLUMN M_NAME text(50) NOT NULL Column altered successfully Adding Column... ALTER TABLE FORUM_MODS ALTER COLUMN M_CODE text(50) NOT NULL Column altered successfully Adding Column... ALTER TABLE FORUM_MODS ALTER COLUMN M_VALUE memo NOT NULL DEFAULT NULL Column altered successfully Populating Current Records with new Default value UPDATE FORUM_MODS SET M_VALUE=NULL Table(s) updated
--------------------------------------------------------------------------------
Updating Forum Values.. DELETE FROM FORUM_MODS WHERE M_NAME = 'slash' 13 | Type mismatch
--------------------------------------------------------------------------------
Adding new records.. INSERT INTO FORUM_MODS (M_NAME,M_CODE,M_VALUE) VALUES ('slash','config','enx01050002000')
Value(s) updated succesfully
P.S. It's possible to have the last version of Mod commander!!
alex
Edited by - pahasapa on 10 June 2001 16:04:30 |
|
|
animedj
Junior Member
USA
190 Posts |
Posted - 11 June 2001 : 07:02:36
|
hello pasahap... no need to worry about the :
Updating Forum Values.. DELETE FROM FORUM_MODS WHERE M_NAME = 'slash' 13 | Type mismatch
I pretty much get the same error, and for what I see you pretty much are set up and ready to go. And I believe I haven't updated the mod commander since long ago now.. I might need to do a review again of that code..
--- Johann Reyes http://animedj.com |
|
|
pahasapa
Starting Member
38 Posts |
Posted - 12 June 2001 : 08:06:14
|
Ok! now, It is Ok (I hope). But I have a problem to recall slash out of forum directory.
Thank again
alex |
|
|
animedj
Junior Member
USA
190 Posts |
Posted - 12 June 2001 : 12:13:25
|
what's the problem?? in the page you just need to include slash.asp with your inc_functions.asp and config.asp...
--- Johann Reyes http://animedj.com |
|
|
animedj
Junior Member
USA
190 Posts |
|
gimpism
Starting Member
8 Posts |
Posted - 04 July 2001 : 00:45:21
|
quick question- i'm running version 2 of slash mod, is there and easy way to block signatures for appearing in the output? i'm thinking the paragraph settings in 3 may do that- but i'm afraid to upgrade- it's running so well now :)
|
|
|
animedj
Junior Member
USA
190 Posts |
Posted - 04 July 2001 : 03:46:33
|
hmm.. the best way would be just to publish the 1st paragraph as youi see, when one checks signature, it gets stored with the rest of the message in the database like it is an original part of it, so really, there's no really easy, or for that, difficult way for a script to know when a part of a message is a signature or not.
--- Johann Reyes http://animedj.com |
|
|
bjlt
Senior Member
1144 Posts |
Posted - 04 July 2001 : 05:02:16
|
there's a mod called signature mod, which change the sig as dynamic, and also eliminate it in the quoted messages (or try the quote by mod) i have both and not sure which one did this or both.
|
|
|
gimpism
Starting Member
8 Posts |
Posted - 05 July 2001 : 07:51:41
|
awesome thanks for the ideas :)
|
|
|
Topic |
|