Hello,
Running in IN_DEV=true mode...
I created a database template in the following folder:
/home/bn2468/public_html/applications/cms/dev/html/database/holiday_featured_records
I then clicked "Import Developer Templates" and this created a template within the ACP that I could view with name "Holiday Featured Records" (that is replacing all underscore with spaces and uppercasing the capital letters).
I then attempted to use the template with a database and when viewing the index page received the error:
BadMethodCallException: NO_TEMPLATE_FILE - /home/bn2468/public_html/applications/cms/dev/html/database/Holiday_Featured_Records/index.phtml
As you can see from the above, the changes to the name implemented by the "Import Developer Templates" button was not correctly reversed when using the template in IN_DEV mode.
- The spaces in "Holiday Featured Records" were correctly replaced with underscores.
- But, the uppercase capital letters were not lowercased as they should have been...
Thanks.
John
Recommended Comments
There are no comments to display.