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.
Please Log in or Create an account to join the conversation.
They are zero.Can you check the database tables if for the new messages the field "delayed" in "jos_uddeim" is "0"?
Was set to NO.Please check in uddeIM backend if the "Moderate new users" is enabled. If neither "Yes" nor "No" is selected please save the config and check if this setting is set to "No" now.
Running those commands seem to indicate that field is there, but I am not an MySQL expert:slabbi wrote: Can you check if the following database fields have been applied:
Table "jos_uddeim" should contain a field "delayed" and a index "delayed".
Table "jos_uddeim_emn" should contain a field "moderated".
When the first field is missing uddeIM does not show any messages in the recipients inbox.Code:ALTER TABLE `jos_uddeim` ADD `delayed` INT( 1 ) NOT NULL DEFAULT '0' ; ALTER TABLE `jos_uddeim` ADD INDEX ( `delayed` ) ; ALTER TABLE `jos_uddeim_emn` ADD `moderated` INT( 1 ) NOT NULL DEFAULT '0' ;
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.