skip to Main Content

magento 1.9 library guzzlehttp

I have a problem with Magento 1.9 when I attach the guzzlehttp library to a call: $this->client = new GuzzleHttpClient (); return Mage::log($this->client); I am getting: Warning: include(): Failed opening 'GuzzleHttpClient.php' for inclusion (include_path='...') in /../lib/Varien/Autoload.php on line 94. Any…

VIEW QUESTION

Starting Laravel App – CPanel

I have seen a lot of similar tutorials and questions to my problem, but none seem to cover what is going on here. Being new to Laravel I'm having some difficulty with the index.php. It looks like the __DIR__ ."path/here"…

VIEW QUESTION
Back To Top
Search