I just built a website now, so I have everything installed freshly. Today I tried to install the latest uddeIM (2.7) and got the following error:
"SQL error when attempting to save a messageDB function failed with error number 1146
Table '**********.J25_uddeim' doesn't exist SQL=INSERT INTO J25_uddeim (fromid, toid, toread, message, datum, systemflag, disablereply, systemmessage, totrashoutbox, totrashdateoutbox) VALUES (43, 43, 0, 'Welcome to uddeIM! You have succesfully installed uddeIM. Try viewing this message with different templates. You can set them in the administration backend of uddeIM. uddeIM is a project in development. If you find bugs or weaknesses, please write them to me so that we can make uddeIM better together. Good luck and have fun!', 1334855849, 1, 1, 'uddeIM', 1, 1334855849)
SQL =
INSERT INTO #__uddeim (fromid, toid, toread, message, datum, systemflag, disablereply, systemmessage, totrashoutbox, totrashdateoutbox) VALUES (43, 43, 0, 'Welcome to uddeIM!
You have succesfully installed uddeIM.
Try viewing this message with different templates. You can set them in the administration backend of uddeIM.
uddeIM is a project in development. If you find bugs or weaknesses, please write them to me so that we can make uddeIM better together.
Good luck and have fun!', 1334855849, 1, 1, 'uddeIM', 1, 1334855849)"
system info:
Joomla! 2.5.1
Apache/2.2.9
MySQL Client version: 5.0.51a
CB 1.8
uddeIM was never installed before!
Any ide how can I solve this?