Hello,
Hope someone can help me with this?
I upgraded from 1.0.1 > 1.1. Everything seems to work OK except for Media.
When I click on Add Media I get the following error:
Warning: Smarty error: unable to read resource: "admin/media_upload.tpl" in /htdocs/blog/bundled-libs/Smarty/libs/Smarty.class.php on line 1088
When I click on Media Library I get:
Warning: Smarty error: unable to read resource: "admin/media_pane.tpl" in /htdocs/blog/bundled-libs/Smarty/libs/Smarty.class.php on line 1088
Can anyone tell me how to correct this please?
Thanks in advance
Error after upgrade to 1.1
Re: Solved
This is actually pretty simple to avoid: just copy the template you've changed to its own subdirectory in the templates dir (i.e. "mytemplate") and edit its info.txt, i.e. like this:MrTeroo wrote:I hadn't uploaded the new templates directory (afraid to overwrite changes I have made)
This way, your new template will not be overwritten by an update.Name: My Template
Author: MrTeroo
Date: <date of your last edit>
YL
Error after upgrade to 1.1
Thank you!