Original install was 5.5 on 7/8/14.
Did and update on 9/1/14 version 5.5.01 which I did without checking forums.
Last update 9/4/14 version 5.5.1 which I did without checking forums.
Link: http://www.setpro.com/wordpress/?page_id=74
Also had the following in error log:
September 7, 2014 5:44 pm | spaErrError | 24 | databasefile: /wordpress/wp-content/plugins/simple-press/forum/content/classes/sp-topic-view-class.php
line: 238
function: select
error: Unknown column ‘attachments’ in ‘field list’
SELECT group_id, wp_sftopics.topic_id, wp_sftopics.forum_id, topic_name, topic_slug, topic_status, topic_pinned, topic_icon, topic_opened, wp_sftopics.post_count, forum_slug, forum_status, forum_disabled, forum_rss_private, wp_sfposts.post_id, post_date, wp_sfposts.user_id, guest_name, guest_email, post_status, post_pinned, post_index, post_edit, poster_ip, source, post_content, NULL AS new_post, attachments, post_ratings, rating_id, vote_count, ratings_sum, ips, members FROM wp_sftopics JOIN wp_sfposts ON wp_sftopics.topic_id=wp_sfposts.topic_id JOIN wp_sfforums ON wp_sftopics.forum_id=wp_sfforums.forum_id LEFT JOIN wp_sfpostratings ON wp_sfpostratings.post_id = wp_sfposts.post_id WHERE wp_sftopics.topic_id=2 ORDER BY post_pinned DESC, wp_sfposts.post_id ASC LIMIT 0, 20
September 7, 2014 5:44 pm | spaErrError | 17 | databasefile: /wordpress/wp-content/sp-resources/forum-plugins/plupload/sp-plupload-plugin.php
line: 189
function: sp_plupload_do_forumview_query
error: Unknown column ‘attachments’ in ‘where clause’
SELECT topic_id FROM wp_sfposts WHERE wp_sfposts.topic_id IN (1) AND attachments IS NOT NULL
Thank you.