Adlago Posted February 14 Posted February 14 15 minutes ago, searchisover said: Absolutely! Rest assured, I'll make sure to share a solution that will be of great help to others. Currently, this issue has caused my entire website to go offline. The CPU resources were maxed out, but I remain optimistic that a speedy solution will be found. Very curious issue...If you want to share in PM link to your site for various tests of mine. Sometimes such strange issues are discovered by accident...
TeamHawk Posted February 15 Author Posted February 15 17 hours ago, Adlago said: Very curious issue...If you want to share in PM link to your site for various tests of mine. Sometimes such strange issues are discovered by accident... I'll definitely let you know as soon as the site is back online. Right now, there's another person patiently waiting for a solution.
Daniel F Posted February 15 Posted February 15 20 hours ago, beats23 said: Can you post the solution after support looks at this? Are you using the Enhanced Store plugin by any chance?
beats23 Posted February 15 Posted February 15 3 minutes ago, Daniel F said: Are you using the Enhanced Store plugin by any chance? Hi, yes, I am using it. Is this plugin causing the issue?
Daniel F Posted February 15 Posted February 15 No. It's actually a bug in our categorySidebar template. We'll fix this for the upcoming maintenance release. Marc, beats23 and SeNioR- 2 1
TeamHawk Posted February 15 Author Posted February 15 (edited) 1 hour ago, Daniel F said: No. It's actually a bug in our categorySidebar template. We'll fix this for the upcoming maintenance release. @Daniel F It's really frustrating that every time I try to put my site online, I end up with a huge pile of logs filled with system template errors. These errors are caused by guests and they make my CPU resources go through the roof, ultimately leading to the entire site freezing within minutes. I was wondering if you could kindly suggest a solution so that we can smoothly run our site without any interruptions. Edited February 15 by searchisover
Adlago Posted February 15 Posted February 15 1 hour ago, searchisover said: @Daniel F It's really frustrating that every time I try to put my site online, I end up with a huge pile of logs filled with system template errors. These errors are caused by guests and they make my CPU resources go through the roof, ultimately leading to the entire site freezing within minutes. I was wondering if you could kindly suggest a solution so that we can smoothly run our site without any interruptions. If you want - try code below and you will remove guest sidebar. If you're using a left sidebar, open a global template and find {template="sidebar" if="theme.sidebar_position == 'left'" app="core" group="global" params="'left'"} Replace it with {{if member.member_id}} {template="sidebar" if="theme.sidebar_position == 'left'" app="core" group="global" params="'left'"} {{endif}} If using right sidebar, find in global template {template="sidebar" if="theme.sidebar_position == 'right'" app="core" group="global" params="'right'"} Replace it with {{if member.member_id}} {template="sidebar" if="theme.sidebar_position == 'right'" app="core" group="global" params="'right'"} {{endif}} This will remove the sidebar when visiting guests, and you will see if the issue occurs again on your site. TeamHawk and beats23 2
Solution Daniel F Posted February 15 Solution Posted February 15 We have fixed this for an upcoming maintenance release. SeNioR- 1
TeamHawk Posted February 15 Author Posted February 15 (edited) thank you for providing support. it's all good now. Edited February 15 by searchisover
beats23 Posted February 15 Posted February 15 3 hours ago, Daniel F said: We have fixed this for an upcoming maintenance release. Cool. Thanks.
Recommended Posts