Cant create announcement

Revision as of 07:10, 9 March 2013 by Patricia Schmidt (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

If you experience problems with creating the Announcement in 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