Fatal error: Call to a member function generateDesignExceptionSub() on a non-object

来源:互联网 发布:荣誉勋章2010优化 编辑:程序博客网 时间:2024/06/03 08:28

Fatal error: Call to a member function generateDesignExceptionSub() on a non-object



A little bit late but according to Phoenix support this is a known issue.
And the way to fix it is by commenting the entire function

public function showVclUpdateMessage(Varien_Event_Observer $observer)

in

/app/code/community/Phoenix/VarnishCache/Model/Observer.php

Then

Flush caches and restart Varnish

It worked for me on Magento CE 1.8.1


0 0
原创粉丝点击