Yes, I have always had the same index.php in the url.
I enabled define(‘WP_DEBUG’, true); in wp-config.php. That’s why you see all the errors now.
When I visit http://wilmington.crimeboard.org/index.php/forum/ I still see the list of forums; however, the display is chock full of notices such as these:
Notice: Undefined property: stdClass::$post_tip in /******/dev/wp-content/plugins/simple-press/forum/content/sp-group-view-functions.php on line 993
Notice: Undefined property: stdClass::$user_id in /******/dev/wp-content/plugins/simple-press/forum/content/sp-group-view-functions.php on line 1004
Notice: Undefined property: stdClass::$display_name in /******/dev/wp-content/plugins/simple-press/forum/content/sp-group-view-functions.php on line 1004
Notice: Undefined property: stdClass::$guest_name in /******/dev/wp-content/plugins/simple-press/forum/content/sp-group-view-functions.php on line 1005
Notice: Undefined property: stdClass::$post_permalink in /******/dev/wp-content/plugins/simple-press/forum/content/sp-group-view-functions.php on line 1008
Notice: Undefined property: stdClass::$topic_name in /******/dev/wp-content/plugins/simple-press/forum/content/sp-group-view-functions.php on line 1009
Notice: Undefined property: stdClass::$post_date in /******/dev/wp-content/plugins/simple-press/forum/content/sp-group-view-functions.php on line 1010
Also many instances of this one:
Notice: Undefined variable: s in /users2/data/t/tutorsystems.com-39577/public_html/dev/wp-content/plugins/simple-press/forum/content/classes/sp-group-view-class.php on line 429
I did not do a DB restore, I did a DB repair. I’m not sure it “worked” as I don’t see any difference.