Mario Oprea

Results 15 comments of Mario Oprea

Hi @clivewalkden , You're perfectly right. https://github.com/madalinoprea/magneto-debug/blob/master/code/Debug/Helper/Data.php#L313 is responsible to get time spent in current request. This code was written long time ago and I forgot about it. If you're...

Hi @paales , Few weeks ago the idea was to start a Magento 2 port during a hackaton. My evil and hidden master plan was to talk to @tzyganu to...

Hi @pschnell, I'm not sure if your changeset is correct. My assumptions is that current implementation is doing the same thing. `_redirectReferer` is identifying referring url based on HTTP_REFERER, if...

Hi @sandermangel, I'm going to think about it. I agree that this extension shouldn't have this side effect. Currently I'm going to see if we can apply this solution https://github.com/Danack/intahwebz-examples/tree/master/src/Intahwebz/Examples/DynamicInheritance...

Hi @steffen-wirth, I cannot reproduce this exception. What actions are you doing on Magento Connect Manager? What is the request path when you get this fatal error? ![image](https://cloud.githubusercontent.com/assets/605494/16330301/ec5a23e2-39f0-11e6-9df0-532c497ae6ee.png) Action doesn't...

Hmm license is not specified… Strange. It is BSD license. Rovio (http://www.magentocommerce.com/images/uploads/Magento_Webinar_(Rovio).pdf) used it and I find out from a friend so it's fine if you use it. ## Madalin...

Hi pastanislas, My tests were done on Varnish 2.1.0, which contains changes of VCL syntax (http://www.varnish-cache.org/releases/varnish-cache-2.1.0). I believe you have to replace beresp occurrences with obj and should work, I...

Hi, Check this list if you need to migrate varnish configuration to Varnish 3.0: https://www.varnish-cache.org/docs/trunk/installation/upgrade.html Currently I don't have a vm with Varnish 3.0 to test it but the list...

It looks like the module was not properly installed, is not able to find the class of 'varnish/observer' and tries to store in registry false. Do you see any configs...

It seems that Magento loaded module's config and registered the observer for http_response_send_before. But when it's trying to instantiate an object for varnish/observer uri (defined via the same config) has...