smarty error

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
m2babaey
Forum Contributor
Posts: 364
Joined: Sun May 20, 2007 9:26 am

smarty error

Post by m2babaey »

Hi
I am getting this error:
Fatal error: Smarty error: [in siteadmin/mailstatus.tpl line 155]: [plugin] could not load plugin file 'insert.pemail.php' (core.load_plugins.php, line 118) in /home/premiume/public_html/demo/photocontest/smarty/libs/Smarty.class.php on line 1095
what does it mean and when usually this happens?
User avatar
AKA Panama Jack
Forum Regular
Posts: 878
Joined: Mon Nov 14, 2005 4:21 pm

Post by AKA Panama Jack »

You are missing the file "insert.pemail.php" from the plugins directory in Smarty. Since that isn't a plugin that comes with smarty you will probably have to look around for it.
Post Reply