Broken Homepage on Update?
Posted Mar 14, 2016 - 1:26 PM:
Hello,
I was just hired to help with a site (forums.philosophyforums.com) that recently started working incorrectly. As of ~midnight on Saturday (Mar 12) the homepage of the site is showing no categories or forums, only "{REGULARTEMP}". I checked the file structure and it looks like many of the files were updated around that time. I'm guessing this was possibly a WSN update? I can't find a changelog anywhere though, so I'm not 100% sure. I updated to the most recent version that came out today (WSN Forum 9.2.45), but the problem still persists.
I have looked through the template structure and it seems like it has to do with the <!-- BEGIN CATSBODY --> and/or the <!-- BEGIN REGULAR --> sections in the forum front page template (main.php). I'm not sure exactly how these tags work, and have read not to remove them.
I'm not sure if this is the correct place to post this type of question, but any help would be greatly appreciated. Thank you!
There was a recent change which made <!-- BEGIN CATSBODY --> and <!-- END CATSBODY --> no longer required, but I'm not seeing any negative consequences from that on other forums like this one. The <!-- BEGIN REGULAR --> and <!-- END REGULAR --> are still there in your template so it ought to be working.
The by far quickest way for me to fix this is with FTP access so I can step through includes/displaytop.php to figure out why it's not replacing {REGULARTEMP} with the forums list. That site inspection service is free: scripts.webmastersite.net/w...t/wsnforum/inspection.html
Otherwise I'm guessing in the dark until I can stumble onto a way to reproduce the problem. I'd check the Admin -> Forums -> Manage Categories page to make sure the categories haven't disappeared somehow.
I'll test some different category/forum setups to see if I can reproduce the problem.
I believe I've found the problem, please update to 9.2.46 and it should work. The forum script will need to retain the <!-- BEGIN CATSBODY --> tag which is unnecessary for the other scripts.
Comments on Broken Homepage on Update?
Beginner
Usergroup: Member
Joined: Mar 14, 2016
Total Topics: 1
Total Comments: 2
Posted Mar 14, 2016 - 1:26 PM:
Hello,
I was just hired to help with a site (forums.philosophyforums.com) that recently started working incorrectly. As of ~midnight on Saturday (Mar 12) the homepage of the site is showing no categories or forums, only "{REGULARTEMP}". I checked the file structure and it looks like many of the files were updated around that time. I'm guessing this was possibly a WSN update? I can't find a changelog anywhere though, so I'm not 100% sure. I updated to the most recent version that came out today (WSN Forum 9.2.45), but the problem still persists.
I have looked through the template structure and it seems like it has to do with the <!-- BEGIN CATSBODY --> and/or the <!-- BEGIN REGULAR --> sections in the forum front page template (main.php). I'm not sure exactly how these tags work, and have read not to remove them.
I'm not sure if this is the correct place to post this type of question, but any help would be greatly appreciated.
Thank you!
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
There was a recent change which made <!-- BEGIN CATSBODY --> and <!-- END CATSBODY --> no longer required, but I'm not seeing any negative consequences from that on other forums like this one. The <!-- BEGIN REGULAR --> and <!-- END REGULAR --> are still there in your template so it ought to be working.
The by far quickest way for me to fix this is with FTP access so I can step through includes/displaytop.php to figure out why it's not replacing {REGULARTEMP} with the forums list. That site inspection service is free: scripts.webmastersite.net/w...t/wsnforum/inspection.html
Otherwise I'm guessing in the dark until I can stumble onto a way to reproduce the problem. I'd check the Admin -> Forums -> Manage Categories page to make sure the categories haven't disappeared somehow.
I'll test some different category/forum setups to see if I can reproduce the problem.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
I believe I've found the problem, please update to 9.2.46 and it should work. The forum script will need to retain the <!-- BEGIN CATSBODY --> tag which is unnecessary for the other scripts.
Beginner
Usergroup: Member
Joined: Mar 14, 2016
Total Topics: 1
Total Comments: 2
Perfect - it looks like everything is up and working again. Thanks very much for the quick response!