Jump to content

MySQL Error.....


kickassamd

Recommended Posts

[quote]SELECT f.*, c.id as cat_id, c.position as cat_position, c.state as cat_state, c.name as cat_name, c.description as cat_desc, c.image, c.url, m.member_name as mod_name, m.member_id as mod_id, m.is_group, m.group_id, m.group_name, m.mid FROM xoops_ipb_forums f, xoops_ipb_categories c LEFT JOIN xoops_ipb_moderators m ON (f.id=m.forum_id) WHERE c.id=f.category ORDER BY c.position, f.position;[/quote]

And this is the error im getting....

Unknown column 'f.id' in 'on clause'

What is wrong here?
Link to comment
https://forums.phpfreaks.com/topic/30803-mysql-error/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.