getting this error when adding a new contest: `Error saving PhotoContest 'New logo for January 2010contest'.
Can't insert into the database
WordPress database error: [Table 'mydbname.myprefix_photocontest_admin' doesn't exist]
INSERT INTO myprefix_photocontest_admin (post_id,start_date,end_date,upload_date,contest_path,contest_name,intro_text,num_photo,max_photos) VALUES ('43','2009-10-28','2009-12-31','2009-12-15','new_logo_for_january_2010contest','New logo for January 2010contest','Blablarnblablarnblabla','0','1')
`
I deactivated and reactivated the plugin and the tables do not get created, any idea?
where is the sql code that creates the needed tables upon plugin activation? if you give me that code, I'll use phmyadmin to create them...