diegoferreyra
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Store Locator] Bug foundOk, I found the error (this theme is poorly coded). I removed the second reference to jQuery done via head.js and that fixed it.
Forum: Plugins
In reply to: [WP Store Locator] Bug foundHaven’t tried with default WP Theme. It’s currently only on my local, site is still in development, which is why I can’t share a URL.
Let me try on a default theme and report back.
Another weird matter of this bug, happens 9 out of 10 times I load the page, but every now and then, it loads properly.
Forum: Plugins
In reply to: [Magento Wordpress Integration] Fatal Error related to cookies / sessionNote that if I set the cookie_domain to .jovial.localhost I get this error (In WP not in Mage)
Fatal error: Uncaught exception ‘Zend_Controller_Response_Exception’ with message ‘Cannot send headers; headers already sent in /Applications/MAMP/htdocs/Jovial Main 2/shop/app/Mage.php, line 27’ in /Applications/MAMP/htdocs/Jovial Main 2/shop/lib/Zend/Controller/Response/Abstract.php:321 Stack trace: #0 /Applications/MAMP/htdocs/Jovial Main 2/shop/lib/Zend/Controller/Response/Abstract.php(115): Zend_Controller_Response_Abstract->canSendHeaders(true) #1 /Applications/MAMP/htdocs/Jovial Main 2/shop/app/code/core/Mage/Core/Model/App.php(1246): Zend_Controller_Response_Abstract->setHeader(‘Content-Type’, ‘text/html; char…’) #2 /Applications/MAMP/htdocs/Jovial Main 2/shop/app/code/core/Mage/Core/Model/Cookie.php(93): Mage_Core_Model_App->getResponse() #3 /Applications/MAMP/htdocs/Jovial Main 2/shop/app/code/core/Mage/Core/Model/Cookie.php(209): Mage_Core_Model_Cookie->_getResponse() #4 /Applications/MAMP/htdocs/Jovial Main 2/shop/app/code/core/Mage/Core/Model/Cookie.php(260): Mage_Core_Model_Cookie->set(‘frontend’, ’43eccaf in /Applications/MAMP/htdocs/Jovial Main 2/shop/lib/Zend/Controller/Response/Abstract.php on line 321
Please, please help.