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.
Jomsocial 3.1.1 was working just fine on my Joomla 3.2.3 site. I uninstalled Jomsocial 3.1.1 and upgraded to Jomsocial 3.2.0.1 according to instructions on your site. Now I get this message when trying to view a Group:
Error: 1054 - Unknown column 'groupid' in 'where clause' SQL=SELECT COUNT(*) FROM `x9fa2_community_files` WHERE `groupid` = '24'
Make a safe copy of your database. Run this SQL query in PhpMyAdmin:
ALTER TABLE `x9fa2_community_files` ADD `groupid` INT(11) NOT NULL;
This will create missing column.
- 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