Jump to content

searchisover

Clients
  • Posts

    17
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    searchisover reacted to Adlago in Can someone help me to sort this Template Error?   
    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.
  2. Thanks
    searchisover got a reaction from beats23 in Can someone help me to sort this Template Error?   
    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.
  3. Thanks
    searchisover reacted to Randy Calvert in Can someone help me to sort this Template Error?   
    I would suggest creating a test instance of your site and using it to test removing plugins/apps one by one till you find your problem. 
×
×
  • Create New...