Unknown column 'GroupID' in 'field list'
Ok, so im re-building the site after last months disaster, and am getting there, But i went to test my ue30 events module and it is giving the foolowing error when I try to create an event:
Mysql error:
Unknown column 'GroupID' in 'field list' I do know that an option to display the event in a group has been added to the module, but dont think it should be causing this..... Any ideas on how to correct it would be welcome.
Thanks,
Nathan
|
Probably its a custom change a developer did for you and you are trying to do something that messes things up. so much to do.... |
the table name its looking for would be helpful. basically its just telling you it can't find GroupID in that table its inserting to on submit. Or maybe the groups module needs to be installed if its not for some reason ? https://dolphin-techs.com - Skype: Dolphin Techs |
Thanks guys... groups is definately installed, I just checked in modules..
Its spitting out this if its any use: Found error in the file '/home/gdn11/public_html/inc/classes/BxDolForm.php' at line 196. Guess I will have to try and get hold of chris.... |
GroupID is most likely missing from the bx_events_main table. Seems like it's being used to link an Event to a Group. You should really wait on a response from the mod developer though. Thanks guys... groups is definately installed, I just checked in modules..
Its spitting out this if its any use: Found error in the file '/home/gdn11/public_html/inc/classes/BxDolForm.php' at line 196. Guess I will have to try and get hold of chris....
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
Thanks modzzz.... I am unable to get hold of Chris at the moment. has anyone got any idea if he has dissapeared? |