HILFE, Kasse geht nichtmehr!

Hi Leute,

ich krieg nur noch folgende Fehlermeldung, wenn ich ‘zur Kasse’ möchte:

Fatal error: Call to a member function getClickCat() on a non-object in /mnt/web5/21/06/52052706/htdocs/tmp/d5325a6716760abd6f45b2f5cc4ae70a^%%BF^BFF^BFF9AAF3%%_left.tpl.php on line 6

das ist die blabla…_left.tpl.php:

<?php /* Smarty version 2.6.26, created on 2009-11-10 11:45:02
         compiled from _left.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('function', 'oxid_include_dynamic', '_left.tpl', 55, false),array('function', 'oxmultilang', '_left.tpl', 64, false),array('function', 'oxscript', '_left.tpl', 71, false),)), $this); ?>
            <?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "inc/category_tree.tpl", 'smarty_include_vars' => array('tree' => $this->_tpl_vars['oxcmp_categories'],'act' => $this->_tpl_vars['oxcmp_categories']->getClickCat(),'class' => 'tree')));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>

  

<?php if ($this->_tpl_vars['oView']->loadVendorTree() && $this->_tpl_vars['oView']->getVendorlist()): ?>

    <?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "inc/vendor_tree.tpl", 'smarty_include_vars' => array('tree' => $this->_tpl_vars['oView']->getVendorlist(),'class' => 'tree')));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>

<?php endif; ?>



<?php if ($this->_tpl_vars['oView']->loadManufacturerTree() && $this->_tpl_vars['oView']->getManufacturerlist()): ?>

    <?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "inc/manufacturer_tree.tpl", 'smarty_include_vars' => array('tree' => $this->_tpl_vars['oView']->getManufacturerlist(),'class' => 'tree')));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>

<?php endif; ?>



<?php if ($this->_tpl_vars['oView']->showLeftBasket()): ?>

    <?php echo smarty_function_oxid_include_dynamic(array('file' => "dyn/mini_basket.tpl",'type' => 'basket','testid' => 'LeftBasket'), $this);?>


<?php endif; ?>





<?php if ($this->_tpl_vars['oxcmp_news'] && count ( $this->_tpl_vars['oxcmp_news'] ) > 0): ?>

    <?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "inc/cmp_news.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>

<?php endif; ?>



<strong class="h2" id="test_LeftSidePartnersHeader"><?php echo smarty_function_oxmultilang(array('ident' => 'INC_LEFTITEM_PARTNERANDSEAL'), $this);?>
</strong>

<div class="partners">

    <div class="logo">

      <?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "inc/trustedshops_item.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>

    </div>

    <!--<div class="logo">

        <a href="http://www.zend.com" id="link.zendSite"><img src="<?php echo $this->_tpl_vars['oViewConf']->getImageUrl(); ?>
zend_logo.gif" alt=""></a>

        <?php echo smarty_function_oxscript(array('add' => "oxid.blank('link.zendSite');"), $this);?>


    </div>-->

</div>

Was läuft da falsch? :confused:

Grüße und Danke!

Wäre noch interessant zu wissen, was das du geändert hast, bevor dieser Fehler aufgetreten ist.
Hast du schon mal den Inhalt des tmp-Folders gelöscht?

habs gefunden mittlerweile! war ein * zu viel im smarty versteckt! =)

trotzdem danke roland!!