Page 1 of 1

Upgrading from .84 beta1 to .9 beta problems

Posted: Wed Oct 05, 2005 5:48 am
by paladin
I recently attempted to upgrade my installation from .84 beta1 to .9 beta by copying over the files in my installation. I followed the upgrade, and things seemed to go as planned. Now, when I visit my page, I get this:

Code: Select all

Fatal error: Smarty error: [in file:/home/lucent5/public_html/paladin/templates/default/entries.tpl line 20]: [plugin] (secure mode) modifier 'escape' is not allowed (core.load_plugins.php, line 118) in /home/lucent5/public_html/paladin/bundled-libs/Smarty/libs/Smarty.class.php on line 1084
I'm using a hosted service, so I don't have shell access. It's running php 4.3.11 and apache 1.3.33. I'll provide any more details that anyone needs, I'm just out of places to look now :) Thanks for any help!!

Regards,
Paladin

Re: Upgrading from .84 beta1 to .9 beta problems

Posted: Wed Oct 05, 2005 2:14 pm
by garvinhicking
Can you check if the file bundled-libs/Smarty/libs/plugins/modifier.escape.php file exists and is readable?

Best regards,
Garvin

Thanks!

Posted: Wed Oct 05, 2005 3:11 pm
by paladin
It was the permissions on the directory, they were set to 744. That fixed it, now it works!!! Thanks for the help!