Author |
Topic  |
|
MaGraham
Senior Member
   
USA
1297 Posts |
Posted - 02 September 2012 : 23:57:40
|
Should I go ahead and edit my files for the installation of the "Events Calendar Mod" after getting these errors when I ran the database?
I'm using the current version with MySQL.
New Events Calendar Mod (Recurring Dates) for Snitz 3.4.05
Dropping Column... ALTER TABLE FORUM_TOPICS DROP COLUMN T_ISEVENT ALTER TABLE FORUM_TOPICS DROP COLUMN T_ISEVENT -2147217900 | [MySQL][ODBC 3.51 Driver][mysqld-5.0.45-community-nt]Can't DROP 'T_ISEVENT'; check that column/key exists
-----------------------------------------------------
Dropping Column... ALTER TABLE FORUM_A_TOPICS DROP COLUMN T_ISEVENT ALTER TABLE FORUM_A_TOPICS DROP COLUMN T_ISEVENT -2147217900 | [MySQL][ODBC 3.51 Driver][mysqld-5.0.45-community-nt]Can't DROP 'T_ISEVENT'; check that column/key exists
-----------------------------------------------
Adding Column F_ALLOWEVENTS... ALTER TABLE FORUM_FORUM ADD F_ALLOWEVENTS int NULL DEFAULT 1 Column added successfully UPDATE FORUM_FORUM SET F_ALLOWEVENTS=1 Populating Current Records with new Default value Table(s) updated
------------------------------------------------------
Creating table(s)... CREATE TABLE FORUM_CAL_EVENTS( TOPIC_ID int NOT NULL , EVENT_DATE varchar(50) NOT NULL ) Table created successfully
|
"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley |
|
Carefree
Advanced Member
    
Philippines
4222 Posts |
Posted - 03 September 2012 : 00:28:23
|
Those errors are fine to ignore. You can continue. |
 |
|
MaGraham
Senior Member
   
USA
1297 Posts |
Posted - 03 September 2012 : 00:32:45
|
I was Soooo hoping for that answer! LOL
Thank you, Carefree!
|
"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley |
 |
|
|
Topic  |
|
|
|