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. Link to comment https://forums.phpfreaks.com/topic/91065-upgrade-to-mysql-4122-broke-this-statement/ 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. Link to comment https://forums.phpfreaks.com/topic/91065-upgrade-to-mysql-4122-broke-this-statement/#findComment-466750 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.