Hi guys,
I'm trying to install uddeIM 2.5 and I get the following error:
SQL error when attempting to save a messageDB function failed with error number 1146
Table 'ab72660_jmln1.jml17_uddeim' doesn't exist SQL=INSERT INTO jml17_uddeim (fromid, toid, toread, message, datum, systemflag, disablereply, systemmessage, totrashoutbox, totrashdateoutbox) VALUES (42, 42, 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!', 1317573547, 1, 1, 'uddeIM', 1, 1317573547)
SQL =
INSERT INTO #__uddeim (fromid, toid, toread, message, datum, systemflag, disablereply, systemmessage, totrashoutbox, totrashdateoutbox) VALUES (42, 42, 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!', 1317573547, 1, 1, 'uddeIM', 1, 1317573547)
My conf:
Joomla 1.7
CB 1.7
php 5.2.17
mysql 5.1.56
php post_max_size 64MB
Are looking here in the forums but the solutions are to increase post_max_size in php and is already in 64MB
What may be the problem?