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.
Update the database (go to myphpadmin and enter following SQL statement in the SQL box,
this will create the missing fields).
ALTER TABLE `jos_uddeim` ADD `cryptmode` INT( 1 ) DEFAULT '0' NOT NULL ;
ALTER TABLE `jos_uddeim` ADD INDEX `toid_toread` ( `toid` , `toread` ) ;
ALTER TABLE `jos_uddeim_emn` ADD INDEX ( `userid` ) ;
UPDATE `jos_uddeim` SET totrashoutbox=1, totrashdateoutbox=1 WHERE (systemmessage IS NOT NULL) AND (totrashoutbox=0) ;
Please Log in or Create an account to join the conversation.
Is this the same as running an SQL query ?
Please Log in or Create an account to join the conversation.
Scotsgait wrote:
Is this the same as running an SQL query ?
Yes, it is.
Please Log in or Create an account to join the conversation.