Page 1 of 1

Problem with event calendar....

Posted: Thu Jun 27, 2002 1:03 pm
by Sullyd
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.

Posted: Fri Jun 28, 2002 1:30 am
by twigletmac
The error message is saying that you don't have a table called country in your wmass_calendar database.

Mac