Home › Forums › Calendar Products › Events Calendar PRO › Upgrade to Events Calendar Pro to 3.5.x problems
- This topic has 4 replies, 2 voices, and was last updated 11 years, 12 months ago by
Barry.
-
AuthorPosts
-
April 3, 2014 at 11:00 am #127546
roosites
ParticipantHello. When I updated to the latest version, I could no longer access my dashboard. Also I now have hundreds if not thousands of duplicates. I reverted back to the old version but still have dupes. Also when you click on an event you get a 404 error.
Question: Is there a way to remove dupes, whether through the interface or by SQL? Also can you tell me how to resolve my 404 error?Thanks
April 3, 2014 at 1:15 pm #127616Barry
MemberI’m sorry you had such a rough ride. We did just release an update for PRO that includes some fixes – so please do ensure you are running 3.5.1 here before trying anything else.
Also I now have hundreds if not thousands of duplicates. I reverted back to the old version but still have dupes.
That’s going to be frustrating, for sure. If they are literally the same you could probably craft a piece of SQL to help with this, along the lines outlined in one of the comments here (which gives the general form):
DELETE from table1 USING table1, table1 as vtable WHERE (NOT table1.ID=vtable.ID) AND (table1.field_name=vtable.field_name)Beyond that or if you don’t feel comfortable doing so I’d recommend doing this manually (remember you can adjust the number of events that display per page and leverage bulk actions) or rolling back to your backup if you made one.
Also can you tell me how to resolve my 404 error?
We’d need to know more about why they are occurring. The first thing to try though (after updating to our latest builds) is visiting the Permalinks Settings screen – you don’t need to change anything, just visiting this should refresh the list of rules used to guide requests.
April 4, 2014 at 6:57 am #128058roosites
ParticipantThanks, but when I went to upgrade, I ended up with the original problem and can’t get back to the dashboard. I uninstalled everything and decided to start from scratch. I went to install the 2 plugins, but event calendar won’t activate. Please advise.
April 4, 2014 at 7:17 am #128083roosites
ParticipantI did finally get it installed. It took a few tries as it kept timing out. I assumed my old events would be gone, but alas they are still there. I didn’t want to delete 38,000 entries, so I ran the following SQL which deletes all old entries in case anyone else runs into this:
DELETE FROM
YOUR-USERNAME_wrdp1.wp_postsWHERE (CONVERT(IDUSING utf8) LIKE ‘tribe_events’ OR CONVERT(post_authorUSING utf8) LIKE ‘tribe_events’ OR CONVERT(post_dateUSING utf8) LIKE ‘tribe_events’ OR CONVERT(post_date_gmtUSING utf8) LIKE ‘tribe_events’ OR CONVERT(post_contentUSING utf8) LIKE ‘tribe_events’ OR CONVERT(post_titleUSING utf8) LIKE ‘tribe_events’ OR CONVERT(post_excerptUSING utf8) LIKE ‘tribe_events’ OR CONVERT(post_statusUSING utf8) LIKE ‘tribe_events’ OR CONVERT(comment_statusUSING utf8) LIKE ‘tribe_events’ OR CONVERT(ping_statusUSING utf8) LIKE ‘tribe_events’ OR CONVERT(post_passwordUSING utf8) LIKE ‘tribe_events’ OR CONVERT(post_nameUSING utf8) LIKE ‘tribe_events’ OR CONVERT(to_pingUSING utf8) LIKE ‘tribe_events’ OR CONVERT(pingedUSING utf8) LIKE ‘tribe_events’ OR CONVERT(post_modifiedUSING utf8) LIKE ‘tribe_events’ OR CONVERT(post_modified_gmtUSING utf8) LIKE ‘tribe_events’ OR CONVERT(post_content_filteredUSING utf8) LIKE ‘tribe_events’ OR CONVERT(post_parentUSING utf8) LIKE ‘tribe_events’ OR CONVERT(guidUSING utf8) LIKE ‘tribe_events’ OR CONVERT(menu_orderUSING utf8) LIKE ‘tribe_events’ OR CONVERT(post_typeUSING utf8) LIKE ‘tribe_events’ OR CONVERT(post_mime_typeUSING utf8) LIKE ‘tribe_events’ OR CONVERT(comment_countUSING utf8) LIKE ‘tribe_events’)April 18, 2014 at 6:47 am #136225Barry
MemberI’m sorry we missed your reply – but glad you seem to have got things working (and thanks for sharing the code).
At this point, since the thread’s not seen much activity for the last couple of weeks, I’ll go ahead and close it. Of course if you still need help with this or any other issue please don’t hesitate to create a new thread (or threads) and one of the team will be only too happy to help. Thanks!
-
AuthorPosts
- The topic ‘Upgrade to Events Calendar Pro to 3.5.x problems’ is closed to new replies.
