Page 1 of 1

Error after upgrade to 1.1

Posted: Wed Jan 03, 2007 11:04 am
by MrTeroo
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

Solved

Posted: Wed Jan 03, 2007 11:12 am
by MrTeroo
The light just went on!

I hadn't uploaded the new templates directory (afraid to overwrite changes I have made)

So it was looking for new files in templates/default/admin

Thanks!

Re: Solved

Posted: Wed Jan 03, 2007 11:22 am
by yellowled
MrTeroo wrote:I hadn't uploaded the new templates directory (afraid to overwrite changes I have made)
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:
Name: My Template
Author: MrTeroo
Date: <date of your last edit>
This way, your new template will not be overwritten by an update.

YL

Error after upgrade to 1.1

Posted: Wed Jan 03, 2007 11:31 am
by MrTeroo
Thank you!