Sinisakrisan (Talk | contribs) (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...") |
(→See Also) |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | If you experience problems with creating the | + | If you experience problems with creating the '''Announcement''' in Groups and you get error similar to this one: |
<syntaxhighlight lang="php"> | <syntaxhighlight lang="php"> | ||
ROOT/components/com_community/events/group.trigger.php:104 | ROOT/components/com_community/events/group.trigger.php:104 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<br /> | <br /> | ||
| − | Please, open the phpMyAdmin and run this query against your database | + | Please, open the phpMyAdmin and run this '''query''' against your database: |
<syntaxhighlight lang="php"> | <syntaxhighlight lang="php"> | ||
ALTER TABLE `PREFIX_community_groups_bulletins` ADD `params` TEXT NOT NULL; | ALTER TABLE `PREFIX_community_groups_bulletins` ADD `params` TEXT NOT NULL; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<br /> | <br /> | ||
| − | + | {{alert|<strong>Note:</strong> Replace the PREFIX with your database prefix.|alert-info}} | |
| + | |||
| + | ===See Also=== | ||
| + | * [[Cant create discussion]] | ||
Latest revision as of 07:10, 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.