<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Oğuzhan Başar &#187; Magento</title>
	<atom:link href="http://www.oguzhanbasar.com/category/magento/feed" rel="self" type="application/rss+xml" />
	<link>http://www.oguzhanbasar.com</link>
	<description>muhteşem bir ikilim var; azim ve sabır</description>
	<lastBuildDate>Fri, 26 Mar 2010 12:10:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Magento kurulumu sonrası Backend  admin login problemi</title>
		<link>http://www.oguzhanbasar.com/genel/magento-kurulumu-sonrasi-backend-admin-login-problemi.htm</link>
		<comments>http://www.oguzhanbasar.com/genel/magento-kurulumu-sonrasi-backend-admin-login-problemi.htm#comments</comments>
		<pubDate>Tue, 19 Jan 2010 21:37:54 +0000</pubDate>
		<dc:creator>Oğuzhan Başar</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Genel]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[admin login problem]]></category>
		<category><![CDATA[fresh install]]></category>
		<category><![CDATA[magento admin]]></category>
		<category><![CDATA[magento problem]]></category>

		<guid isPermaLink="false">http://www.oguzhanbasar.com/?p=425</guid>
		<description><![CDATA[Magento&#8217;yu yeni kurdunuz fakat xamp, wamp, easyphp ye kurduğunuz bu magentoda Backend paneline.. yani admin paneline login&#8217;i olamadınız mı?.. Aşağıdaki dosyada; [magento_url]\app\code\core\Mage\Core\Model\Session\Abstract\Varien.php 78. satır civarinda bulun // // set session cookie params session_set_cookie_params( $this-&#62;getCookie()-&#62;getLifetime(), $this-&#62;getCookie()-&#62;getPath(), $this-&#62;getCookie()-&#62;getDomain(), $this-&#62;getCookie()-&#62;isSecure(), $this-&#62;getCookie()-&#62;getHttponly() ve şu şekilde değiştirin; // // set session cookie params session_set_cookie_params( $this-&#62;getCookie()-&#62;getLifetime(), $this-&#62;getCookie()-&#62;getPath() // $this-&#62;getCookie()-&#62;getDomain(), // $this-&#62;getCookie()-&#62;isSecure(), [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.oguzhanbasar.com%2Fgenel%2Fmagento-kurulumu-sonrasi-backend-admin-login-problemi.htm"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.oguzhanbasar.com%2Fgenel%2Fmagento-kurulumu-sonrasi-backend-admin-login-problemi.htm&amp;source=oguzhanbasar&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.oguzhanbasar.com/wp-content/uploads/2010/01/magentoo.jpg" rel="lightbox[425]"><img class="alignright size-full wp-image-431" title="magentoo" src="http://www.oguzhanbasar.com/wp-content/uploads/2010/01/magentoo.jpg" alt="" width="247" height="85" /></a>Magento&#8217;yu yeni kurdunuz fakat xamp, wamp, easyphp ye kurduğunuz bu magentoda Backend paneline.. yani admin paneline login&#8217;i olamadınız mı?..</p>
<p><a href="http://www.oguzhanbasar.com/wp-content/uploads/2010/01/magento-admin.jpg" rel="lightbox[425]"><img class="alignnone size-full wp-image-430" title="magento-admin" src="http://www.oguzhanbasar.com/wp-content/uploads/2010/01/magento-admin.jpg" alt="" width="488" height="182" /></a></p>
<p>Aşağıdaki dosyada;</p>
<p>[magento_url]\app\code\core\Mage\Core\Model\Session\Abstract\Varien.php</p>
<p>78. satır civarinda<span id="more-425"></span></p>
<p>bulun</p>
<pre class="brush: php;">
//
        // set session cookie params
        session_set_cookie_params(
            $this-&gt;getCookie()-&gt;getLifetime(),
            $this-&gt;getCookie()-&gt;getPath(),
            $this-&gt;getCookie()-&gt;getDomain(),
            $this-&gt;getCookie()-&gt;isSecure(),
            $this-&gt;getCookie()-&gt;getHttponly()
</pre>
<p>ve şu şekilde değiştirin;</p>
<pre class="brush: php;">
//
        // set session cookie params
        session_set_cookie_params(
            $this-&gt;getCookie()-&gt;getLifetime(),
            $this-&gt;getCookie()-&gt;getPath()
//            $this-&gt;getCookie()-&gt;getDomain(),
//            $this-&gt;getCookie()-&gt;isSecure(),
//            $this-&gt;getCookie()-&gt;getHttponly()
</pre>
<p>problem çözülecek&#8230;</p>
<p>easyphp de denenmiştir.</p>
<h4>Incoming search terms for the article:</h4><ul><li><a href="http://www.oguzhanbasar.com/genel/magento-kurulumu-sonrasi-backend-admin-login-problemi.htm" title="magento">magento</a></li><li><a href="http://www.oguzhanbasar.com/genel/magento-kurulumu-sonrasi-backend-admin-login-problemi.htm" title="URL must point to a directory (i e end with a /) or a dynamic page (i e have a ?)">URL must point to a directory (i e end with a /) or a dynamic page (i e have a ?)</a></li><li><a href="http://www.oguzhanbasar.com/genel/magento-kurulumu-sonrasi-backend-admin-login-problemi.htm" title="magento kurulumu 2010">magento kurulumu 2010</a></li><li><a href="http://www.oguzhanbasar.com/genel/magento-kurulumu-sonrasi-backend-admin-login-problemi.htm" title="magento ana sayfa bos">magento ana sayfa bos</a></li><li><a href="http://www.oguzhanbasar.com/genel/magento-kurulumu-sonrasi-backend-admin-login-problemi.htm" title="inurl:login admin login">inurl:login admin login</a></li><li><a href="http://www.oguzhanbasar.com/genel/magento-kurulumu-sonrasi-backend-admin-login-problemi.htm" title="wordpress thesis">wordpress thesis</a></li><li><a href="http://www.oguzhanbasar.com/genel/magento-kurulumu-sonrasi-backend-admin-login-problemi.htm" title="ticari cms magento">ticari cms magento</a></li><li><a href="http://www.oguzhanbasar.com/genel/magento-kurulumu-sonrasi-backend-admin-login-problemi.htm" title="magento kurulumu">magento kurulumu</a></li><li><a href="http://www.oguzhanbasar.com/genel/magento-kurulumu-sonrasi-backend-admin-login-problemi.htm" title="magento kurulum">magento kurulum</a></li><li><a href="http://www.oguzhanbasar.com/genel/magento-kurulumu-sonrasi-backend-admin-login-problemi.htm" title="magento admin url">magento admin url</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 2.771 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.oguzhanbasar.com/genel/magento-kurulumu-sonrasi-backend-admin-login-problemi.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url='http://www.oguzhanbasar.com/wp-content/uploads/2010/01/magento-admin-300x111.jpg' length ='9272'  type='image/jpg' />	</item>
	</channel>
</rss>
