solved Unable to login after recent core upgrade

xmla
@xmla
10 years ago
34 posts
When I try to login, it returns the following error:
a system level error was encountered trying to validate the form values: error:

but does not list the error.

In the error_log it shows
[15-Nov-2014 11:09:43 America/Vancouver] PHP Fatal error: Uncaught --> Smarty Compiler: Syntax error in template "/home/xsite/public_html/data/cache/jrCore/a8bdfe801513120908f1e41aee14f328.tpl" on line 278 "" unclosed {if} tag
updated by @xmla: 12/17/14 04:36:53AM
brian
@brian
10 years ago
10,143 posts
You have a syntax error in one of your templates:

data/cache/jrCore/a8bdfe801513120908f1e41aee14f328.tpl

Try deleting the contents of the data/cache/jrCore table and see if that works - if you get the same, then look inside that file and see what template it is, and fix the if/else imbalance.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
xmla
@xmla
10 years ago
34 posts
I updated my index.tpl and header.tpl and it apparently fixed the issue and I was able to get back in.

M
brian
@brian
10 years ago
10,143 posts
Glad you got that fixed.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags