Quote:
Originally Posted by Chuck S Your threads7.php file should have two functions get_regcode and get_forum_style. Also the entry in the database better be threads7 not Threads7  |
Ok, I just checked all that. My file threads7.php is in the forums directory and it does contain both of the functions you describe. Also, in the database, in the settings table, for the vbversion field, it has "threads7" (all lower case and no quotes). Yet, when I run the upgrade script for 2.6 to 3.0 (Since I'm starting with 2.6) I still get:
Fatal error: Call to undefined function get_forum_style() in /home/bcf/public_html/bcforum/pp-classifieds/pp-inc.php on line 675
So for some reason it isn't recognizing those functions in the threads7.php integration file. Anything else I can check?