Problem with event calendar....
Posted: Thu Jun 27, 2002 1:03 pm
I'm having a problem with the Event Calendar script from http://www.php.net. I've uploaded all the scripts and when I try to access the event manager screen I get this error message.
query 'SELECT phpcal.*,country.name AS cname FROM phpcal LEFT JOIN country ON phpcal.country = country.id WHERE NOT (tipo = 1 AND sdato < NOW()) AND NOT (tipo = 2 AND edato < NOW()) LIMIT 0,20' failed: Table 'wmass_calendar.country' doesn't exist
The name of the database is wmass_calendar... Any one have any suggestions? Thanks in advance.
query 'SELECT phpcal.*,country.name AS cname FROM phpcal LEFT JOIN country ON phpcal.country = country.id WHERE NOT (tipo = 1 AND sdato < NOW()) AND NOT (tipo = 2 AND edato < NOW()) LIMIT 0,20' failed: Table 'wmass_calendar.country' doesn't exist
The name of the database is wmass_calendar... Any one have any suggestions? Thanks in advance.