way2real Posted February 14, 2008 Share Posted February 14, 2008 MySQL version: 4.1.22 SELECT groups.description AS groupdescription, directory, image_id FROM (events INNER JOIN images ON events.event_id = images.event_id) INNER JOIN groups ON events.group_id = groups.group_id WHERE events.group_id = "Group1" MySQL said: Documentation #1017 - Can't find file: 'events' (errno: 2) Can someone help me correct the problem? Thank you. Quote Link to comment Share on other sites More sharing options...
way2real Posted February 14, 2008 Author Share Posted February 14, 2008 Disregard. Seem the upgrade broke a couple of tables. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.