Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
====================================================================================================
HOW TO UPGRADE TO UDDEIM 1.5 FROM UDDEIM 1.0 - 1.4
====================================================================================================
3. After upgrading uddeIM, update your database tables (go to phpMyAdmin and enter following
SQL statements in the SQL box, this will create the missing fields).
When you upgrade 1.2, 1.3 or 1.4 to 1.5
ALTER TABLE `jos_uddeim_emn` ADD `autoresponder` INT( 1 ) DEFAULT '0' NOT NULL ;
ALTER TABLE `jos_uddeim_emn` ADD `autorespondertext` TEXT NOT NULL ;
ALTER TABLE `jos_uddeim_emn` ADD `autoforward` INT( 1 ) DEFAULT '0' NOT NULL ;
ALTER TABLE `jos_uddeim_emn` ADD `autoforwardid` INT( 1 ) DEFAULT '0' NOT NULL ;
ALTER TABLE `jos_uddeim` ADD `replyid` INT( 11 ) DEFAULT '0' NOT NULL ;
ALTER TABLE `jos_uddeim` ADD INDEX `replyid` ( `replyid` );
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.