Hello,
I’m trying to edit a template and give it this text:
{exp:query sql="SELECT hash FROM exp_user_keys WHERE hash = '{segment_3}'"}
{if no_results}
false
{if:else}
true
{/if:else}
{/if}
{/exp:query}When I click Update, I get:
Status: 404 Page Not Found
A sample URL that this error occurs on is
site.com/system/index.php?S=bf9f1d635e9713d9cdf1f6d33efc35f5386669a8&D=cp&C=design&M=update_template&tgpref=1
If I just make the text of the template say “test”, it updates successfully.
What’s going on here? Thanks!