Fatal error

alt=
DannyA
@dannya
10 years ago
584 posts
Getting the following message in error log:

[03-Apr-2014 19:15:47 Europe/Dublin] PHP Fatal error: Uncaught --> Smarty Compiler: Syntax error in template "/home/xtraxx/public_html/data/cache/jrCore/1aea9ddb51fe3c9904e6cac833e9a431.tpl" on line 37 "{xtAjax_get_meta_tags('xtSong', {$_post._1})}" unknown function "xtAjax_get_meta_tags" Smarty Compiler: Syntax error in template "/home/xtraxx/public_html/data/cache/jrCore/1aea9ddb51fe3c9904e6cac833e9a431.tpl" on line 37 "{xtAjax_get_meta_tags('xtSong', {$_post._1})}" unknown function "xtAjax_get_meta_tags"
updated by @dannya: 05/04/14 11:30:41PM
douglas
@douglas
10 years ago
2,791 posts
This has to do with your custom module I'm guessing...

Quote:
unknown function "xtAjax_get_meta_tags"



--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
SteveX
SteveX
@ultrajam
10 years ago
2,584 posts
Hi Danny,

The line numbers are no use since it's coming out of a cached template. Try searching the templates for the text "xtAjax_get_meta_tags('xtSong', {$_post._1})" - the cause of the error will be close to that.


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
alt=
DannyA
@dannya
10 years ago
584 posts
Could this possibly be fixed by deleting the files in the cache?
SteveX
SteveX
@ultrajam
10 years ago
2,584 posts
Probably not. You'd need to fix the code error or it will just be copied to the cache the next time. Make sure the developer module is enabled and that cache is set to 0 seconds.


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)

updated by @ultrajam: 04/03/14 02:36:35PM
nate
@nate
10 years ago
917 posts
It's the meta template. Make sure the xtAjax module is on.

Tags