Difference between revisions of "Cant create announcement"

Line 9: Line 9:
 
</syntaxhighlight>
 
</syntaxhighlight>
 
<br />
 
<br />
{{alert|<strong>Note:</strong> Replace the PREFIX with your database prefix|alert-info}}  
+
{{alert|<strong>Note:</strong> Replace the PREFIX with your database prefix.|alert-info}}  
  
 
==See Also==
 
==See Also==
 
* [[Cant create discussion]]
 
* [[Cant create discussion]]

Revision as of 01:13, 9 March 2013

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