jeeper
Starting Member
34 Posts |
Posted - 01 June 2007 : 00:39:11
|
I just installed the portal skin3d thing on top of a clean copy of 3.4.06. Running Access, I specified a direct path rather then using a DSN. everything worked before hand. Got the following errors:
Adding new records.. INSERT INTO FORUM_SITE_CATS (ParentID,Title,CatDesc) VALUES (0,'Example Top Level Category','This category is a demo to give you an idea of what this script can do.') INSERT INTO FORUM_SITE_CATS (ParentID,Title,CatDesc) VALUES (1,'Example 2nd Level Category','This category is a demo to give you an idea of what this script can do.') INSERT INTO FORUM_SITE_CATS (ParentID,Title,CatDesc) VALUES (1,'Example 2nd Level Category','This category is a demo to give you an idea of what this script can do.') -2147467259 | [Microsoft][ODBC Microsoft Access Driver] The field 'FORUM_SITE_CATS.HITS' cannot contain a Null value because the Required property for this field is set to True. Enter a value in this field.
--------------------------------------------------------------------------------
Adding new records.. INSERT INTO FORUM_SITE_LINKS (CatID,Name,URL,LinkDesc,Author,SubmittedBy,Added) VALUES (0,'Example Link','http://forum.snitz.com','This link is a demo to give you and idea of what this script can do.','admin','admin','20010407232054') INSERT INTO FORUM_SITE_LINKS (CatID,Name,URL,LinkDesc,Author,SubmittedBy,Added) VALUES (0,'Example Link','http://forum.snitz.com','This link is a demo to give you and idea of what this script can do.','admin','admin','20010407232054') -2147467259 | [Microsoft][ODBC Microsoft Access Driver] The field 'FORUM_SITE_LINKS.VALIDATED' cannot contain a Null value because the Required property for this field is set to True. Enter a value in this field.
Dropping Column... ALTER TABLE FORUM_A_REPLY DROP COLUMN THREAD_ID ALTER TABLE FORUM_A_REPLY DROP COLUMN THREAD_ID -2147217900 | [Microsoft][ODBC Microsoft Access Driver] There is no field named 'THREAD_ID' in table 'FORUM_A_REPLY'. Dropping Column... ALTER TABLE FORUM_A_REPLY DROP COLUMN R_SUBJECT ALTER TABLE FORUM_A_REPLY DROP COLUMN R_SUBJECT -2147217900 | [Microsoft][ODBC Microsoft Access Driver] There is no field named 'R_SUBJECT' in table 'FORUM_A_REPLY'. Dropping Column... ALTER TABLE FORUM_REPLY DROP COLUMN THREAD_ID ALTER TABLE FORUM_REPLY DROP COLUMN THREAD_ID -2147217900 | [Microsoft][ODBC Microsoft Access Driver] There is no field named 'THREAD_ID' in table 'FORUM_REPLY'. Dropping Column... ALTER TABLE FORUM_REPLY DROP COLUMN R_SUBJECT ALTER TABLE FORUM_REPLY DROP COLUMN R_SUBJECT -2147217900 | [Microsoft][ODBC Microsoft Access Driver] There is no field named 'R_SUBJECT' in table 'FORUM_REPLY'.
most everything works. the 'configure photo album' admin page doesn't save any changes. and some other things are screwy. Are these database errors serious? DId this happen because I dropped it on 3.4.06 not 05?
|
|