<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>whoismanu.com - Forum &#187; Tag: [fixed-1.8.1] - Recent Topics</title>
		<link>http://www.whoismanu.com/forum/tags/fixed-181</link>
		<description>Just another bbPress community</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 14:05:45 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.whoismanu.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.whoismanu.com/forum/rss/tags/fixed-181/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>kuul13 on "Queue empty error for batch uploads"</title>
			<link>http://www.whoismanu.com/forum/topic/queue-empty-error-for-batch-uploads#post-390</link>
			<pubDate>Tue, 25 Aug 2009 21:16:21 +0000</pubDate>
			<dc:creator>kuul13</dc:creator>
			<guid isPermaLink="false">390@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I am very new to wordpress and setting up themes. But I want to create my own photoblog and was facinated with PhotoQ. Currently I am working on my site on local machine with WAMPSERVER running on WinXP, Wordpress 2.8.4 and PhotoQ 1.8. &#60;/p&#62;
&#60;p&#62;I have gone through each step.&#60;br /&#62;
- Image Directory is setup as wp-content.&#60;br /&#62;
- Batch Uploads is checked (enabled).&#60;br /&#62;
all these options saved. But &#34;the fun part&#34; was not at all fun for me :(. When I tried to Add photos to Queue, It showed as if the images were loaded with progress bars. But after entering the common info I clicked &#34;Enter Info&#38;gt;&#38;gt;&#34; and &#34;Save Batch Info&#38;gt;&#38;gt;&#34; buttons. But the screen still shows &#34;Queue empty, why not upload some photos?&#34;. I tried since morning with no luck. I even removed the Batch Upload option. Still it didn't work. But I got a different error message.&#60;br /&#62;
&#34;The file upload failed with the following error: Unable to create directory C:\wamp\www\heysri\blog/C:/wamp/www/heysri/blog/wp-content/qdir. Is its parent directory writable by the server?.&#34;.&#60;br /&#62;
Not very sure why/how did the path copied twice. I have my wordpress folder &#34;blog&#34; under website heysri ((i.e. C:\wamp\www\heysri\blog). The qdir was created in wp-content but with no files. I am able to create files/folders in this directory. PLEASE HELP!! I really want to make my plog (photo-log) work!!&#60;/p&#62;
&#60;p&#62;Please let me know if you need any more information.&#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
Sri
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chorn on "Lots of images makes wordpress admin slow"</title>
			<link>http://www.whoismanu.com/forum/topic/lots-of-images-makes-wordpress-admin-slow#post-388</link>
			<pubDate>Mon, 24 Aug 2009 18:52:04 +0000</pubDate>
			<dc:creator>chorn</dc:creator>
			<guid isPermaLink="false">388@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;I have setup a site, And I uploaded a ton of images, Approx 1700 and then I schedul a post once in a while.  But now that I have uploaded all of those images it actually makes my wordpress Admin painfully slow.  Literally can take minutes just to login , and to get to the PhotoQ page can take me 5 minutes or longer, sometimes it even completely freezes.&#60;/p&#62;
&#60;p&#62;I did change the &#34;PHPTHUMB_CONFIG['cache_maxfiles']&#34; to 3000 from whatever the default was thinking that maybe its trying to recreate all the thumbs every time I load the page.  This didn't help at all.&#60;/p&#62;
&#60;p&#62;It doesn't just make the PhotoQ section slow, it actually slows down the entire admin section.  Anyone have any ideas ?&#60;/p&#62;
&#60;p&#62;Thanks !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bighugejason on "Windows Server path problem"</title>
			<link>http://www.whoismanu.com/forum/topic/windows-server-path-problem#post-427</link>
			<pubDate>Sun, 20 Sep 2009 18:24:59 +0000</pubDate>
			<dc:creator>bighugejason</dc:creator>
			<guid isPermaLink="false">427@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;I'm running WP on a Windows server. The getImgDir function converts back-slashes to forward slashes. However, WP's somewhat awkward path_is_absolute function doesn't seem to handle the case of a path that has been converted in this way but *is* a NT file system path (it does some special casing for Windows). Therefore, that function returns false and chaos ensues. I modified getImgDir like below and now everything seems to work. Clearly, I don't know if there's another place that this should be fixed or if there's some other config configuration I have that means it shows up for me and not others. On the other hand, maybe I'm one of the very few running Windows for WP. :) Thanks for the plugin. If our artists use it, I'll be sure to post a donation.&#60;/p&#62;
&#60;p&#62;        function getImgDir(){&#60;br /&#62;
		//prepend ABSPATH to $imgdir if it is not already there&#60;br /&#62;
		$dirPath = str_replace(ABSPATH, '', trim($this-&#38;gt;getValue('imgdir')));&#60;br /&#62;
		//$dirPath = str_replace(ABSPATH, '', 'wp-content');&#60;br /&#62;
		$dir = rtrim(ABSPATH . $dirPath, '/');&#60;/p&#62;
&#60;p&#62;		//return str_replace('\\',  '/', $dir) . '/';&#60;br /&#62;
		return $dir . '/'; //jsc&#60;br /&#62;
	}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>unico on "no batch in PhotoQBatch.php"</title>
			<link>http://www.whoismanu.com/forum/topic/no-batch-in-photoqbatchphp#post-347</link>
			<pubDate>Tue, 18 Aug 2009 23:11:45 +0000</pubDate>
			<dc:creator>unico</dc:creator>
			<guid isPermaLink="false">347@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;hi,&#60;/p&#62;
&#60;p&#62;i am very new to all this, so be please be patient with my incompetence and naivety (-:&#60;/p&#62;
&#60;p&#62;first of all i'd like to thank the programmer for this very beautiful theme!&#60;/p&#62;
&#60;p&#62;i have a problem when changing settings&#60;/p&#62;
&#60;p&#62;if i try to change any setting in admin-settings-photoq it tells me: [code]Warning: Parameter 10 to PhotoQ::batchRebuildPublished() expected to be a reference, value given in /users/(...)/www/wp-content/plugins/photoq-photoblog-plugin/classes/PhotoQBatch.php on line 184&#60;/p&#62;
&#60;p&#62;Fatal error: Call to a member function hasError() on a non-object in /users/(...)/www/wp-content/plugins/photoq-photoblog-plugin/classes/PhotoQBatch.php on line 186[/code]. when i hit save settings again, it tells me it worked, though (&#34;settings saved&#34;) - but the already uploaded images were not updated on the new settings :-&#124;&#60;/p&#62;
&#60;p&#62;i thought the problem might be the &#34;.htaccess&#34;-files, or rather the mod_security Apache module. i couldn't find any .htaccess file on my webspace (still not after &#34;forece show hidden files&#34;), so i simply created a &#34;1.htaccess.txt&#34;, included the&#60;br /&#62;
[code]&#38;lt;IfModule mod_security.c&#38;gt;&#60;br /&#62;
SecFilterEngine Off&#60;br /&#62;
SecFilterScanPOST Off&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;[/code], uploaded it (in the directory with index.php) and renamed it to &#34;.htaccess&#34;..&#60;/p&#62;
&#60;p&#62;..well didn't work out ;-D&#60;/p&#62;
&#60;p&#62;any ideas ?&#60;/p&#62;
&#60;p&#62;greetings from germany! nico
&#60;/p&#62;</description>
		</item>
		<item>
			<title>spedney on "Error on post edit page i IE"</title>
			<link>http://www.whoismanu.com/forum/topic/error-on-post-edit-page-i-ie#post-392</link>
			<pubDate>Sat, 29 Aug 2009 19:42:36 +0000</pubDate>
			<dc:creator>spedney</dc:creator>
			<guid isPermaLink="false">392@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;When I edit a post which is a PhotoQ post I get an error warning in IE at the bottom left of the screen:&#60;br /&#62;
HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)&#60;/p&#62;
&#60;p&#62;I did some searching and found this article:&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/ie/archive/2008/04/23/what-happened-to-operation-aborted.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/ie/archive/2008/04/23/what-happened-to-operation-aborted.aspx&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Which seems to point to the fact of a problem in the HTML code. This is only a problem in IE but I think it's probably easy to fix, with a small change in the code... I am about to start investigating a fix, but thought I would post here first, in case anyone has a solution already.&#60;/p&#62;
&#60;p&#62;By the way I made a clean install of WordPress to confirm that it was not due to a clash with another plugin...&#60;/p&#62;
&#60;p&#62;Steve
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

