glennbennett
Forum Replies Created
-
The upgrade must have failed somehow. So I uninstalled the plugin which deleted all the tables and such and re-installed it and that seemed to work.
I’m just starting over.
I don’t see a post_id in the wp_em_events table. And I don’t see anything that looks like event info in the posts table.
Also just a note: I upgraded to the new version via the standard WordPress upgrade system.
Database structure:
CREATE TABLE IF NOT EXISTS
Md_em_events
(
event_id
bigint(20) unsigned NOT NULL AUTO_INCREMENT,
event_slug
varchar(200) NOT NULL,
event_owner
bigint(20) unsigned DEFAULT NULL,
event_status
int(1) DEFAULT NULL,
event_name
text,
event_start_time
time DEFAULT NULL,
event_end_time
time DEFAULT NULL,
event_start_date
date DEFAULT NULL,
event_end_date
date DEFAULT NULL,
post_content
longtext,
event_rsvp
tinyint(1) NOT NULL DEFAULT ‘0’,
event_spaces
int(5) DEFAULT NULL,
location_id
bigint(20) unsigned DEFAULT NULL,
recurrence_id
bigint(20) unsigned DEFAULT NULL,
event_category_id
bigint(20) unsigned DEFAULT NULL,
event_attributes
text,
event_date_created
datetime DEFAULT NULL,
event_date_modified
datetime DEFAULT NULL,
recurrence
tinyint(1) NOT NULL DEFAULT ‘0’,
recurrence_interval
int(4) DEFAULT NULL,
recurrence_freq
tinytext,
recurrence_byday
tinytext,
recurrence_byweekno
int(4) DEFAULT NULL,
blog_id
bigint(20) unsigned DEFAULT NULL,
group_id
bigint(20) unsigned DEFAULT NULL,
PRIMARY KEY (event_id
),
KEYevent_status
(event_status
),
KEYblog_id
(blog_id
),
KEYgroup_id
(group_id
)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=127 ;it shows up one the /events page. I’ll check the database
Marcus,
Thanks!
I think I’ll stick to adding the status to this table as I’m hoping there is a chance of having this table managed by the rest of the plugin.
G
Forum: Plugins
In reply to: Podcasting Plugin by TSG and WordPress 3.0Sorry guys, I’ve been on vacation. Thanks for the hint ddarby14. Very much appreciated. Upgrade is now ready and seems to work.
Forum: Fixing WordPress
In reply to: Changing podcast feed for iTunes to FeedburnerWe’ve added the option to provide itunes with an updated link.
Glenn
Forum: Plugins
In reply to: Podcasting PluginI’ve taken over the plugin and working on fixing bugs. If you’re still having this issue please visit the podcasting plugin site and post your question there and we’ll see what can be done.
Thanks
Glenn