Title: Template Error
Last modified: August 21, 2016

---

# Template Error

 *  [u22](https://wordpress.org/support/users/u22/)
 * (@u22)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/template-error-5/)
 * Hi,
    I’ve installed this plugin but if I click settings, shows: Error Template
   not found:/home/xxx/public_html/wp-content/plugins/wp-invoice/core/ui/Invoice_page_wpi_page_reports.
   php
 * Some idea?
    Thanks.
 * [https://wordpress.org/plugins/wp-invoice/](https://wordpress.org/plugins/wp-invoice/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [u22](https://wordpress.org/support/users/u22/)
 * (@u22)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/template-error-5/#post-4623182)
 * Hi again… (sorry but I don’t speak english very well)
    I think it has a issue/
   home/xxx/public_html/wp-content/plugins/wp-invoice/core/ui/**Invoice_page_wpi_page_reports**.
   php
 * This file is called like uppercase… I edited the line 246 in wp-invoice/core/
   wpi_ui.php, I changed:
    `$file_path = apply_filters( 'wpi_page_loader_path', 
   WPI_Path . "/core/ui/{$current_screen->base}.php", $current_screen->base, WPI_Path."/
   core/ui/" );`
 * with:
 *     ```
       $file = strtolower($current_screen->base);
       $file_path = apply_filters( 'wpi_page_loader_path', WPI_Path . "/core/ui/$file.php", $file, WPI_Path . "/core/ui/" );
       ```
   
 * And it seems work fine, now show a jquery error:
    Uncaught TypeError: Object [
   object Object] has no method ‘tabs’ in wp-invoice/core/ui/invoice_page_wpi_page_settings.
   php line 64
 * There is a way to fix both errors. Thanks.
 *  Plugin Contributor [Anton Korotkoff](https://wordpress.org/support/users/anton-korotkoff/)
 * (@anton-korotkoff)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/template-error-5/#post-4623183)
 * Hello,
 * what version of the plugin do you use? We do not have any uppercase symbols in
   template file names in current stable version. You can try reinstalling plugin
   from scratch.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Template Error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-invoice_c36510.svg)
 * [WP-Invoice - Web Invoice and Billing](https://wordpress.org/plugins/wp-invoice/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-invoice/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-invoice/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-invoice/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-invoice/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-invoice/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Anton Korotkoff](https://wordpress.org/support/users/anton-korotkoff/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/template-error-5/#post-4623183)
 * Status: not resolved