I've set up Slash Mod before but now I'm having problems. When I run the admin_mod_dbsetup.asp file, I receive this error:
Adding Column... ALTER TABLE FORUM_MODS ALTER COLUMN M_NAME text(50) NOT NULL -2147217865 | Cannot find table or constraint. Adding Column... ALTER TABLE FORUM_MODS ALTER COLUMN M_CODE text(50) NOT NULL -2147217865 | Cannot find table or constraint. Adding Column... ALTER TABLE FORUM_MODS ALTER COLUMN M_VALUE memo NOT NULL DEFAULT NULL -2147217865 | Cannot find table or constraint. Table(s) updated
Updating Forum Values.. DELETE FROM FORUM_MODS WHERE M_NAME = 'slash' -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 ('slash','config','enx01050002000') -2147217865 | Could not find output table 'FORUM_MODS'.
Seems that you don't have a MODS table in your database, so you first need to run the database script that is called "MOD Table - New Installation" before you run the slash script.