Difference between revisions of "Cant create announcement"

(Created page with "If you experience problems with creating the announcement in the groups and you get error similar to this one <syntaxhighlight lang="php"> ROOT/components/com_community/events...")
 
Line 10: Line 10:
 
<br />
 
<br />
 
'''Note:''' Replace the PREFIX with your database prefix
 
'''Note:''' Replace the PREFIX with your database prefix
 +
 +
 +
==See Also==
 +
* [[Cant create discussion]]

Revision as of 17:26, 6 February 2013

If you experience problems with creating the announcement in the groups and you get error similar to this one

ROOT/components/com_community/events/group.trigger.php:104


Please, open the phpMyAdmin and run this query against your database

ALTER TABLE `PREFIX_community_groups_bulletins` ADD `params` TEXT NOT NULL;


Note: Replace the PREFIX with your database prefix


See Also