Hello
I recently updated to 3.0.9.. I ended up doing a fresh install of combu. Now after a few attempts I run into errors when i install combu forum addon.. Before I install the forum addon everything is fine but once i install the addon I get failed saved when creating account.. Even running the demo forum it says "registration failed:".. the account still gets created when those errors are thrown. But running the demo forum scene shows no topics (I've added groups and forum and permission first).
Found the issue inside addon.php of Forum, please add the following lines right before the function "Forum_OnUserCreate" (it will be applied to the next update of Forum add-on):
use CombuForum_UserGroup; use CombuForum_UserGroup_Account;
FRANCESCO CROCETTI @ SKARED CREATIONS
Thank you mate that fixed registration error and saving error. I appreciate your time!
You're welcome, let me know if you have more issues with forums.
FRANCESCO CROCETTI @ SKARED CREATIONS