<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://ionizecms.com/forum/extern.php?action=feed&amp;tid=725&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[ionize CMS forum / MediaManager fails due to lost session data]]></title>
		<link>http://www.ionizecms.com/forum/viewtopic.php?id=725</link>
		<description><![CDATA[The most recent posts in MediaManager fails due to lost session data.]]></description>
		<lastBuildDate>Thu, 15 Mar 2012 17:03:13 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: MediaManager fails due to lost session data]]></title>
			<link>http://www.ionizecms.com/forum/viewtopic.php?pid=3451#p3451</link>
			<description><![CDATA[<p>^ I posted in the thread you link to that jnbn&#039;s fix indeed works.</p>]]></description>
			<author><![CDATA[dummy@example.com (thedoglett)]]></author>
			<pubDate>Thu, 15 Mar 2012 17:03:13 +0000</pubDate>
			<guid>http://www.ionizecms.com/forum/viewtopic.php?pid=3451#p3451</guid>
		</item>
		<item>
			<title><![CDATA[Re: MediaManager fails due to lost session data]]></title>
			<link>http://www.ionizecms.com/forum/viewtopic.php?pid=3448#p3448</link>
			<description><![CDATA[<p><a href="http://www.ionizecms.com/forum/viewtopic.php?pid=3446#p3446">http://www.ionizecms.com/forum/viewtopi … 3446#p3446</a> can you please try this?</p>]]></description>
			<author><![CDATA[dummy@example.com (jnbn)]]></author>
			<pubDate>Thu, 15 Mar 2012 10:10:48 +0000</pubDate>
			<guid>http://www.ionizecms.com/forum/viewtopic.php?pid=3448#p3448</guid>
		</item>
		<item>
			<title><![CDATA[Re: MediaManager fails due to lost session data]]></title>
			<link>http://www.ionizecms.com/forum/viewtopic.php?pid=3352#p3352</link>
			<description><![CDATA[<p>Go the the menu Settings &gt; Advanced Settings &gt; Medias tab and then in the grey box on the right side of the screen there are two radio buttons at the bottom - multiple file and single file.</p>]]></description>
			<author><![CDATA[dummy@example.com (thedoglett)]]></author>
			<pubDate>Thu, 16 Feb 2012 09:12:17 +0000</pubDate>
			<guid>http://www.ionizecms.com/forum/viewtopic.php?pid=3352#p3352</guid>
		</item>
		<item>
			<title><![CDATA[Re: MediaManager fails due to lost session data]]></title>
			<link>http://www.ionizecms.com/forum/viewtopic.php?pid=3351#p3351</link>
			<description><![CDATA[<div class="quotebox"><cite>thedoglett wrote:</cite><blockquote><div><p>Try setting uploads to single and not multiple - log out and clear your cache and uploads should work.</p><p>That&#039;s how I got it working.</p></div></blockquote></div><p>how do you do that? set the upload to single that is</p>]]></description>
			<author><![CDATA[dummy@example.com (Some_Guy)]]></author>
			<pubDate>Thu, 16 Feb 2012 08:27:26 +0000</pubDate>
			<guid>http://www.ionizecms.com/forum/viewtopic.php?pid=3351#p3351</guid>
		</item>
		<item>
			<title><![CDATA[Re: MediaManager fails due to lost session data]]></title>
			<link>http://www.ionizecms.com/forum/viewtopic.php?pid=3338#p3338</link>
			<description><![CDATA[<p>Try setting uploads to single and not multiple - log out and clear your cache and uploads should work.</p><p>That&#039;s how I got it working.</p>]]></description>
			<author><![CDATA[dummy@example.com (thedoglett)]]></author>
			<pubDate>Sun, 12 Feb 2012 22:23:21 +0000</pubDate>
			<guid>http://www.ionizecms.com/forum/viewtopic.php?pid=3338#p3338</guid>
		</item>
		<item>
			<title><![CDATA[Re: MediaManager fails due to lost session data]]></title>
			<link>http://www.ionizecms.com/forum/viewtopic.php?pid=3335#p3335</link>
			<description><![CDATA[<p>Well, it appears that the current build on github (0.9.7.7) has this problem solved. I upgraded my installation to 0.9.7.7 and it solved my problem.</p><p>However, 0.9.7.7 introduces new tables and columns on the database, and there isn&#039;t an upgrade script yet, so I had to create all tables and columns manually.</p><p>If you have this problem I suggest you wait until the official release before upgrading to it.</p>]]></description>
			<author><![CDATA[dummy@example.com (kojiroh)]]></author>
			<pubDate>Sat, 11 Feb 2012 11:31:05 +0000</pubDate>
			<guid>http://www.ionizecms.com/forum/viewtopic.php?pid=3335#p3335</guid>
		</item>
		<item>
			<title><![CDATA[MediaManager fails due to lost session data]]></title>
			<link>http://www.ionizecms.com/forum/viewtopic.php?pid=3331#p3331</link>
			<description><![CDATA[<p>Hi, I&#039;m getting a &quot;Your session has expired&quot; error when I try to upload an image. My conclusion is that my upload token is somehow getting destroyed, I&#039;ve still yet to find the actual reason.</p><p>I&#039;ve done a little bit of investigating, and here&#039;s what I&#039;ve got so far (the filemanager library uses a variable called $event to determine if the user is uploading an image or not):</p><p>- When the file manager is first launched, the $event is not &#039;upload&#039; and tokens are fine. The one the panel posts and the one on the server side (session) match<br />- When the user changes the folder view on filemanager or navigates to other folders, the $event isn&#039;t &#039;upload&#039; and the tokens are fine again<br />- When the user clicks on the &quot;Upload&quot; button, the $event variable is &#039;upload&#039; and the server side token (the one in session) is destroyed; &quot;$this-&gt;session-&gt;userdata(&#039;uploadTokken&#039;);&quot; returns an empty string</p><p>I&#039;m still trying to find the actual reason, and I&#039;ll post my results when I get them.</p><p>Edit: I have access to four installations of Ionize (one local, three remote), and only a single one of the remote ones is working right now. I&#039;ve just made the local installation was from a fresh copy of Ionize and it doesn&#039;t work either. Both not working remote installations are actually clones of the working one. The only difference between all these installations is that the working one is running on IIS while other ones run on Apache.</p>]]></description>
			<author><![CDATA[dummy@example.com (kojiroh)]]></author>
			<pubDate>Fri, 10 Feb 2012 18:10:22 +0000</pubDate>
			<guid>http://www.ionizecms.com/forum/viewtopic.php?pid=3331#p3331</guid>
		</item>
	</channel>
</rss>
