Jump to content

Recommended Posts

Posted

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?

  • Administrators
Posted

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.

  • Administrators
Posted
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')

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...