Page not found for privacy page

Outdated or badly merged templates. You will need to update them or your style to a compatible version.
Same error with XF default theme.
ACP shows two outdated templates - Page Container, message.less
Where exactly do I have to look to fix this issue?
 
In that template for privacy part i see

<xf:if is="$xf.privacyPolicyUrl">
<li><a href="{$xf.privacyPolicyUrl}">{{ phrase('privacy_policy') }}</a></li>
<xf:if is="$xf.options.privacyPolicyUrl">
<li><a href="{$xf.options.privacyPolicyUrl}">{{ phrase('privacy') }}</a></li>
</xf:if>

Do I remove the red?
 
I already responded to your ticket yesterday and said the same thing as above regarding third party styles and outdated templates.
Yes there is no third party style.
What I meant by support over ticket is that I give admin access to fix this? Not using third party style.

Why not contact your style author? We help clients all the time with outdated templates, I'm sure your style author can help with this.

It's default XF2 skin.
 
Ok here's how I fixed it

Upgraded Dev install to 2.0.9.No add ons there
Copied PAGE_CONTAINER from dev to live
The error is gone now.
Is this the correct way to fix the issue?
 
Back
Top Bottom