We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

I can't create Group | Forum

Topic location: Forum home » Support » General Questions
Didik Subiyantoro
Didik Subiyantoro Oct 12 '15
Halo, after i update oxwall on 1.8, i can't crete the group. Can you help me?
Taissa Team
Taissa Oct 13 '15
Didik, Did you enable the DEBUG_MODE to see if there are any PHP errors: https://docs.oxwall.org/plugin-tuts:enable-debug ?
Did you try to enable FireBug console to see if there is any JS errors: https://docs.oxwall.org/faq:parse-error-troubleshooting ?
 We need an error details. If there are any errors, post the error message here.
dev dgprasetya.com
dev dgprasetya.com Oct 23 '15

Hello Taissa,
I just confirm, something weirds with edit function of groups menu oxwall.
when i access http://bintorocorp.co.id/groups/chatroom-9/edit and saving pages, it will fails, error 404:but when i access http://bintorocorp.co.id/groups/9/edit manually and saving pages, it success.
so i tried edit file in ./ow_plugins/groups/init.php . change:
from:
OW::getRouter()->addRoute(new OW_Route('groups-edit', 'groups/:groupId/edit', 'GROUPS_CTRL_Groups', 'edit'));
to:
OW::getRouter()->addRoute(new OW_Route('groups-edit', '/:groupId/edit', 'GROUPS_CTRL_Groups', 'edit'));


thank you,

SongPhi
SongPhi Oct 23 '15
Hello there,


It's a bug in SimpleSEO plugin v1.1.2. Please make sure you update to its latest version and please revert your changes from ./ow_plugins/groups/init.php to original.


I hope that would help

Taissa Team
Taissa Oct 23 '15
SongPhi, thanksfor clarifying.
dev dgprasetya.com
dev dgprasetya.com Oct 23 '15
@SongPhi,


all right. l


ooks like having trouble with SimpleSEO License. 

SongPhi
SongPhi Oct 24 '15
Hi dev dgprasetya.com,


Latest version can always be downloaded from github, please read http://www.oxwall.org/forum/topic/41462


A store license is for auto-updating. Since I check you havent owned a license yet, please download release package and perform a manual upgrade. It should be easy, but don't hesitate to send me a pm or direct post in the plugin forum if you would encounter any problem when upgrading.