<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments for My Silly Point of View	</title>
	<atom:link href="https://mysillypointofview.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://mysillypointofview.com</link>
	<description>it&#039;s my blog anyway</description>
	<lastBuildDate>Sun, 26 Feb 2017 11:07:26 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.13</generator>
	<item>
		<title>
		Comment on How to use Magento&#8217;s session within WordPress by Mohamed GHARBI		</title>
		<link>https://mysillypointofview.com/2010/04/08/how-to-use-magentos-session-within-wordpress/#comment-329140</link>

		<dc:creator><![CDATA[Mohamed GHARBI]]></dc:creator>
		<pubDate>Sun, 26 Feb 2017 11:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=283#comment-329140</guid>

					<description><![CDATA[Very useful, thank you.]]></description>
			<content:encoded><![CDATA[<p>Very useful, thank you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to delete a quote in Magento? by Ajesh		</title>
		<link>https://mysillypointofview.com/2009/04/13/how-to-delete-a-quote-in-magento/#comment-327991</link>

		<dc:creator><![CDATA[Ajesh]]></dc:creator>
		<pubDate>Thu, 22 Dec 2016 15:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=50#comment-327991</guid>

					<description><![CDATA[Nice article. It was very helpfull.]]></description>
			<content:encoded><![CDATA[<p>Nice article. It was very helpfull.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to Fix Magento&#8217;s Admin Login Failing (no error message) on Localhost by Richard Feraro		</title>
		<link>https://mysillypointofview.com/2010/03/24/how-to-fix-magentos-admin-login-failing-no-error-message-on-localhost/#comment-327075</link>

		<dc:creator><![CDATA[Richard Feraro]]></dc:creator>
		<pubDate>Fri, 07 Oct 2016 16:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=225#comment-327075</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://mysillypointofview.com/2010/03/24/how-to-fix-magentos-admin-login-failing-no-error-message-on-localhost/#comment-326793&quot;&gt;Allan&lt;/a&gt;.

Have you installed the recent Magento patches? There are form key validation now so try clearing the browser cookies and try again.&lt;code&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://mysillypointofview.com/2010/03/24/how-to-fix-magentos-admin-login-failing-no-error-message-on-localhost/#comment-326793">Allan</a>.</p>
<p>Have you installed the recent Magento patches? There are form key validation now so try clearing the browser cookies and try again.<code></code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to Fix Magento&#8217;s Admin Login Failing (no error message) on Localhost by Allan		</title>
		<link>https://mysillypointofview.com/2010/03/24/how-to-fix-magentos-admin-login-failing-no-error-message-on-localhost/#comment-326793</link>

		<dc:creator><![CDATA[Allan]]></dc:creator>
		<pubDate>Tue, 13 Sep 2016 07:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=225#comment-326793</guid>

					<description><![CDATA[in 2016 and i have kind of the same problem. 
I have a magento site.  I used to be able to log in via the admin login page. Now I am unable to. I don’t know what happened to cause the problem but the symptoms are the same as the ones you describe in your post. If I log in with my correct username/password i am immediately redirected back to the login page with no error message. If i log in with an incorrect username password I get an error message saying my username or password is invalid. I have tried many of the solutions suggested on this blog post and others, including commenting out various lines in my /app/code/core/Mage/Core/Model/Session/Abstract/Varien.php file, making sure that my web/cookie/cookie_domain entry in the database is set to my site domain, setting web/secure/use_in_adminhtml to 0, clearing the var/cache folder and var/session folders more times than I can count, etc.



I hope you can help me. Thanks in advance.]]></description>
			<content:encoded><![CDATA[<p>in 2016 and i have kind of the same problem.<br />
I have a magento site.  I used to be able to log in via the admin login page. Now I am unable to. I don’t know what happened to cause the problem but the symptoms are the same as the ones you describe in your post. If I log in with my correct username/password i am immediately redirected back to the login page with no error message. If i log in with an incorrect username password I get an error message saying my username or password is invalid. I have tried many of the solutions suggested on this blog post and others, including commenting out various lines in my /app/code/core/Mage/Core/Model/Session/Abstract/Varien.php file, making sure that my web/cookie/cookie_domain entry in the database is set to my site domain, setting web/secure/use_in_adminhtml to 0, clearing the var/cache folder and var/session folders more times than I can count, etc.</p>
<p>I hope you can help me. Thanks in advance.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to Fix Magento&#8217;s Admin Login Failing (no error message) on Localhost by Richard Feraro		</title>
		<link>https://mysillypointofview.com/2010/03/24/how-to-fix-magentos-admin-login-failing-no-error-message-on-localhost/#comment-325972</link>

		<dc:creator><![CDATA[Richard Feraro]]></dc:creator>
		<pubDate>Sun, 03 Jul 2016 00:26:27 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=225#comment-325972</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://mysillypointofview.com/2010/03/24/how-to-fix-magentos-admin-login-failing-no-error-message-on-localhost/#comment-325969&quot;&gt;Zurd&lt;/a&gt;.

Thanks :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://mysillypointofview.com/2010/03/24/how-to-fix-magentos-admin-login-failing-no-error-message-on-localhost/#comment-325969">Zurd</a>.</p>
<p>Thanks 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to Fix Magento&#8217;s Admin Login Failing (no error message) on Localhost by Zurd		</title>
		<link>https://mysillypointofview.com/2010/03/24/how-to-fix-magentos-admin-login-failing-no-error-message-on-localhost/#comment-325969</link>

		<dc:creator><![CDATA[Zurd]]></dc:creator>
		<pubDate>Sat, 02 Jul 2016 18:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=225#comment-325969</guid>

					<description><![CDATA[Bug still present in 2016!

You just saved me a full clean reinstallation! Thanks!]]></description>
			<content:encoded><![CDATA[<p>Bug still present in 2016!</p>
<p>You just saved me a full clean reinstallation! Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to pull the list of customers from Magento to an external site? by hiten		</title>
		<link>https://mysillypointofview.com/2010/09/07/how-to-pull-the-list-of-customers-from-magento-to-an-external-site/#comment-322186</link>

		<dc:creator><![CDATA[hiten]]></dc:creator>
		<pubDate>Thu, 29 Oct 2015 06:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.richardferaro.com/?p=565#comment-322186</guid>

					<description><![CDATA[Hi, 

Thanks for the code. Its perfect.

Just have a query, is it possible to add a column to see total lifetime sales and last shopping date for each customer?

Thanks Again for the code.]]></description>
			<content:encoded><![CDATA[<p>Hi, </p>
<p>Thanks for the code. Its perfect.</p>
<p>Just have a query, is it possible to add a column to see total lifetime sales and last shopping date for each customer?</p>
<p>Thanks Again for the code.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to Fix Magento&#8217;s Admin Login Failing (no error message) on Localhost by Aditya		</title>
		<link>https://mysillypointofview.com/2010/03/24/how-to-fix-magentos-admin-login-failing-no-error-message-on-localhost/#comment-319579</link>

		<dc:creator><![CDATA[Aditya]]></dc:creator>
		<pubDate>Fri, 28 Aug 2015 00:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=225#comment-319579</guid>

					<description><![CDATA[Dude ! thanks and your thing works for me.. cheers to you]]></description>
			<content:encoded><![CDATA[<p>Dude ! thanks and your thing works for me.. cheers to you</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to add a product into Magento shopping cart from an external site? by Richard Feraro		</title>
		<link>https://mysillypointofview.com/2009/04/27/how-to-add-a-product-into-magento-from-an-external-site/#comment-319265</link>

		<dc:creator><![CDATA[Richard Feraro]]></dc:creator>
		<pubDate>Thu, 20 Aug 2015 08:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=128#comment-319265</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://mysillypointofview.com/2009/04/27/how-to-add-a-product-into-magento-from-an-external-site/#comment-319263&quot;&gt;maheshbabu&lt;/a&gt;.

Thanks too]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://mysillypointofview.com/2009/04/27/how-to-add-a-product-into-magento-from-an-external-site/#comment-319263">maheshbabu</a>.</p>
<p>Thanks too</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to add a product into Magento shopping cart from an external site? by maheshbabu		</title>
		<link>https://mysillypointofview.com/2009/04/27/how-to-add-a-product-into-magento-from-an-external-site/#comment-319264</link>

		<dc:creator><![CDATA[maheshbabu]]></dc:creator>
		<pubDate>Thu, 20 Aug 2015 08:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=128#comment-319264</guid>

					<description><![CDATA[you need to $cart-&#062;init() – before $cart-&#062;addProduct() – in order to be able to add multiple items to the cart]]></description>
			<content:encoded><![CDATA[<p>you need to $cart-&gt;init() – before $cart-&gt;addProduct() – in order to be able to add multiple items to the cart</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to add a product into Magento shopping cart from an external site? by maheshbabu		</title>
		<link>https://mysillypointofview.com/2009/04/27/how-to-add-a-product-into-magento-from-an-external-site/#comment-319263</link>

		<dc:creator><![CDATA[maheshbabu]]></dc:creator>
		<pubDate>Thu, 20 Aug 2015 08:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=128#comment-319263</guid>

					<description><![CDATA[Thanks so much.. I got what i wanted]]></description>
			<content:encoded><![CDATA[<p>Thanks so much.. I got what i wanted</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
