Jump to content

Featured Replies

Posted

Hello,

I have an existing application and I am trying to add some new features. I have added a new template to the theme.xml file and also created a new record in the core_theme_templates table, but when I try to use the new template I get the error below:

ErrorException: template_store_missing (0)
/public_html/community/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute()
/public_html/community/index.php(13): IPS\_Dispatcher->run()
 

What am I doing wrong?

Thank you

Solved by Nathan Explosion

Go to solution
  • Solution
11 minutes ago, Jennifer Beadles said:

I have added a new template to the theme.xml file and also created a new record in the core_theme_templates table

Instead of doing those things, why not add it using the tool already available for adding a template?

Could contain: Page, Text, File

If you are developing an application though, then things are a little different - if this is the case, you'd create your template in the dev folder of your application and work from there.

  • Author
29 minutes ago, Nathan Explosion said:

Instead of doing those things, why not add it using the tool already available for adding a template?

Could contain: Page, Text, File

If you are developing an application though, then things are a little different - if this is the case, you'd create your template in the dev folder of your application and work from there.

Thank you for the suggestion. I tried doing it this way but it didn't work either. I think it's because my test environment is not configured correclty. I can't even see the list of exising templates.

2 minutes ago, Jennifer Beadles said:

I can't even see the list of exising templates.

What exactly do you see after you click this button:

Could contain: Text

Do you have any banners for upgrades or anything showing at the top of the page? If you click to dismiss those and refresh, does that correct the issue?

  • Author

I tried it in the live environment and it works. Definitely something wrong with the test. Thank you for your help 🙂 

Recently Browsing 0

  • No registered users viewing this page.