Problem with event calendar....

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Sullyd
Forum Newbie
Posts: 1
Joined: Thu Jun 27, 2002 1:03 pm

Problem with event calendar....

Post 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.
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

The error message is saying that you don't have a table called country in your wmass_calendar database.

Mac
Post Reply