Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.
Email with username and password for New Registrations Not Being Sent. New user can receive only Activation Link Email.
Also have following error on change avatar page: "error loading component: com_kunena, 1"
I think, first problem is started after update to JS 3.2.0.5 and after change VPS, second one after update to 3.2.0.6.
Find:
if (JComponentHelper::getComponent('com_kunena', true)->enabled && $plugin_enabled)
Change to
if (class_exists('KunenaForum') && $plugin_enabled)
As for registration email issue - I assign developer to this thread.
- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.
- Use the "Thank You" feature on any post that helped you
I confirmed this is a valid bug. But I already create temporary fixes for you.
/components/com_community/controllers/register.php
add new code at line 706: