Hi
Busy developing this site but I get the following error when I am trying to login:
1054 - Unknown column 'sectionid' in 'where clause' SQL=SELECT * FROM `yrtsq_content` WHERE `created_by` = '374' AND `state`='1' AND `sectionid` IN (2) AND ( ( `publish_up` <= '' AND `publish_down` >= '' ) OR `publish_down` = '0000-00-00 00:00:00' ) ORDER BY `created` DESC LIMIT 0,3
My members get the error: "404 - sorry user id not found"
I use J-import & K2 with Jomsocial
Please help!
Dirk
Hi, Dirk.
Please, make a safe copy of your site and provide us access to your db via PhPMyAdmin.
Hi, Dirk.
Edit your first post and add it to Miscellaneous field.
Hi, Dirk.
I asked access to data base via PhpMyAdmin... you haven't provide it yet.
You could provide access to your cpanel if you can't do for db.
Hi, Dirk.
I'm sorry I missed that.
SQL error apply to table _content which is Joomla! core table not JomSocials. This table is empty... it should contain articles.
Also column 'sectionid' is deprecated in Joomla 3.2 as it doesn't contain sections anymore.
You try to load something from _content table on JomSocial profile page (using old SQL query).
So I created that column and now profiles are visible without error.
"My members get the error: "404 - sorry user id not found"" I couldn't replicate this issue. Could you tell me how I can do that?
Thanks, 1054 solved!
When the user log out then they get the 404 - Sorry, User ID not found. Tested it now and it still happens.
Hi, Dirk.
It's because System - Jomsocial Redirect plugin is enabled and after logout it redirected to Profile. I changed it so now redirects to Community frontpage.
Please check if it works for you.
Hi, Dirk.
This time your issue has nothing to do with JomSocial. Error notice says it very clear:
Unknown column 'sectionid' in table 'yrtsq_content'. This table belongs strictly to Joomla! and contains articles.
You need to create column 'sectionid' manually. It's a bit strange as sections ware deprecated in Joomla! 1.6.
Please, post on forum.joomla.org if you need assistance.