Steve Bartlett Posted August 24, 2014 Report Posted August 24, 2014 When I click on Current Flights, or try to create the recent Flights Map, I get the following error: Notice: The template file "/home/xxxxxxxxxxx/public_html//core/templates/acarsmap.php.tpl" doesn't exist in/home/xxxxxxx/public_html/core/classes/TemplateSet.class.php on line 248 Looks like it is trying to call both the .php and the .tpl files at the same time. Any suggestions? Quote
Steve Bartlett Posted August 24, 2014 Author Report Posted August 24, 2014 Looking on line 248, it is only calling for .tpl, not both as the error suggests Quote
Administrators simpilot Posted August 25, 2014 Administrators Report Posted August 25, 2014 It may be that the module is calling the template as routemap.php - if so change it to just routemap. Follow the action backwards till you find a difference between the methods it is using and the methods a functional page is using. Quote
Steve Bartlett Posted August 25, 2014 Author Report Posted August 25, 2014 Which Module? I am not seeing anything with routemap in the acarsmap.php Quote
Administrators simpilot Posted August 25, 2014 Administrators Report Posted August 25, 2014 it is acarsmap not routemap. My mistake. Quote
Steve Bartlett Posted August 25, 2014 Author Report Posted August 25, 2014 The only thing I am seeing in the acarsmap.php is acarsmap.js, calling for the java script Quote
Administrators simpilot Posted August 25, 2014 Administrators Report Posted August 25, 2014 It may be that the module is calling the template Look in the module that is calling the template and see how it is formatted. It should be something like; $this->show('acarsmap.tpl') or $this->render('acarsmap.tpl') Quote
Steve Bartlett Posted August 25, 2014 Author Report Posted August 25, 2014 Okay I got it thank you. It was in the ACARS Module and the ACARS.php. I changed the acarsmap.php to .tpl. Now I just have to find the module that will let me change the size of the map so it is not hanging off the page, LOL Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.