Hi All,
I installed the Event module to see it there but it has a big error in the header of the page http://fieldcommon.net/event
user error: Table 'fieldcommon_net.event' doesn't exist
query: SELECT COUNT(*) FROM event e INNER JOIN node n USING (nid) WHERE n.status = 1 AND e.start >= 1084184352 in /home/lee_901/fieldcommon-www/includes/database.mysql.inc on line 97.
user error: Table 'fieldcommon_net.event' doesn't exist
query: SELECT n.nid FROM event e INNER JOIN node n USING (nid) WHERE n.status = 1 AND e.start >= 1084184352 ORDER BY e.start LIMIT 0, 10 in /home/lee_901/fieldcommon-www/includes/database.mysql.inc on line 97.
user error: Table 'fieldcommon_net.event' doesn't exist
query: SELECT n.nid FROM event e INNER JOIN node n USING (nid) WHERE n.status = 1 AND e.start > 1083369600 AND e.start < 1086047999 ORDER BY e.start in /home/lee_901/fieldcommon-www/includes/database.mysql.inc on line 97.
I read install/readme and checked to make sure I have the right version of PHP which I do and followed instructions without any problems but it just seems to error when viewing the events page.
Any help will be highly appreciated.
Regards, Lee Steadman
Comments
Check your database. It looks
Check your database. It looks like your tables didn't get created.
--
sketchdude