<?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: wpmu - Recent Posts</title>
		<link>http://www.whoismanu.com/forum/tags/wpmu</link>
		<description>Just another bbPress community</description>
		<language>en-US</language>
		<pubDate>Mon, 06 Sep 2010 22:49:35 +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/wpmu" rel="self" type="application/rss+xml" />

		<item>
			<title>whoismanu on "Invalid argument supplied in foreach on Post Queue"</title>
			<link>http://www.whoismanu.com/forum/topic/invalid-argument-supplied-in-foreach-on-post-queue#post-941</link>
			<pubDate>Fri, 16 Jul 2010 00:31:45 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">941@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;fixed in 1.9
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kagliostro on "Integration with Wp-O-Matic"</title>
			<link>http://www.whoismanu.com/forum/topic/integration-with-wp-o-matic#post-852</link>
			<pubDate>Wed, 05 May 2010 19:34:26 +0000</pubDate>
			<dc:creator>kagliostro</dc:creator>
			<guid isPermaLink="false">852@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;OPS:  There is a way to load absolute url of site dinamically without change this part ?  --&#38;gt;  There is a way to load absolute url of site dinamically CHANGING this line ?  ;))
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kagliostro on "Integration with Wp-O-Matic"</title>
			<link>http://www.whoismanu.com/forum/topic/integration-with-wp-o-matic#post-851</link>
			<pubDate>Wed, 05 May 2010 19:33:03 +0000</pubDate>
			<dc:creator>kagliostro</dc:creator>
			<guid isPermaLink="false">851@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;I'm not sure at 100%, but I remember to have used ORIGINAL version of PhotoQ for my proof.&#60;br /&#62;
But only in a WPMU (WP3 beta 1) enviroment. And yes, with my mod works everything except ftp.&#60;/p&#62;
&#60;p&#62;Anyway, saturday I have to reset my example site, so I could tell you exactly if ftp upload works in single user mode under WP3.&#60;br /&#62;
Obviously I'll use always ORIGINAL version (and not mine modified!).&#60;br /&#62;
As soon as I'll (re)try it.&#60;/p&#62;
&#60;p&#62;One answer: in my imageshack code I have to set &#34;$domainqphoto = 'http://www.example.com/'&#34; . There is a way to load absolute url of site dinamically without change this part ?&#60;/p&#62;
&#60;p&#62;And last: I have had this problem &#60;a href=&#34;http://www.whoismanu.com/forum/topic/invalid-argument-supplied-in-foreach-on-post-queue#post-682&#34; rel=&#34;nofollow&#34;&#62;http://www.whoismanu.com/forum/topic/invalid-argument-supplied-in-foreach-on-post-queue#post-682&#60;/a&#62; but with your correction now it works perfectly!&#60;/p&#62;
&#60;p&#62;See you (saturday!)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "Integration with Wp-O-Matic"</title>
			<link>http://www.whoismanu.com/forum/topic/integration-with-wp-o-matic#post-850</link>
			<pubDate>Wed, 05 May 2010 16:37:41 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">850@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;thanks for sharing the imageshack stuff. &#60;/p&#62;
&#60;p&#62;concerning your problem 1e), does it only happen on your modified version? or also with the photoq version that you can download in the single user case?&#60;br /&#62;
with your modified version and wpmu, do uploads that are not done via ftp work?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kagliostro on "Integration with Wp-O-Matic"</title>
			<link>http://www.whoismanu.com/forum/topic/integration-with-wp-o-matic#post-849</link>
			<pubDate>Sun, 02 May 2010 15:05:33 +0000</pubDate>
			<dc:creator>kagliostro</dc:creator>
			<guid isPermaLink="false">849@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Ok, again here after a little break  ;)&#60;br /&#62;
For Imageshack:&#60;br /&#62;
1) I have added a &#34;q_multikey&#34; field (text utf8_general_ci  default NULL) at the end of wp_photoq tables. It's a text field where I put several metakey (or postmeta) information (in my case -and for now- imageshack url and imageshack thumbnail url).&#60;br /&#62;
In this way -in the future- I could add other multiple metakey information (as data map or photonotes) without change database or other photoq php files (but only queue uploadphoto function).&#60;br /&#62;
In text box data are recorded in this way (in my example):&#60;br /&#62;
photoQKeyImageshack{}http://imageshackBigFileURL.jpg}{photoQKeyImageshackThumb{}http://imageshackThumbFileURL.jpg&#60;br /&#62;
As you can see I use '{}' to separate name of metakey field from his value and '}{' to separate several metakey information.&#60;/p&#62;
&#60;p&#62;2) Code to insert in classes/photoQ.php at lines 789 (in uploadPhoto function):&#60;br /&#62;
		$multikey = '';&#60;br /&#62;
		$imageshackoption = true;&#60;br /&#62;
		$domainqphoto = 'http://www.example.com/';&#60;br /&#62;
		$fileshackdir = $this-&#38;gt;_oc-&#38;gt;getQDir();&#60;br /&#62;
		$fileshackdir2 = $fileshackdir  . basename($file);&#60;br /&#62;
		$posfileshackdir = strpos ($fileshackdir, 'wp-content/blogs.dir');&#60;br /&#62;
		$fileshackdir= substr ( $fileshackdir , $posfileshackdir );&#60;br /&#62;
		$fileshackdir = $domainqphoto . $fileshackdir;&#60;br /&#62;
		$fileshack  = $fileshackdir  . basename($file);&#60;br /&#62;
		$fileshack2 = $fileshack;&#60;/p&#62;
&#60;p&#62;		if ($imageshackoption){&#60;br /&#62;
		$source = 'http://www.imageshack.us/upload_api.php?url=' . $fileshack. '&#38;amp;action=transload';&#60;br /&#62;
		$fileshackBig = '';&#60;br /&#62;
		$source_page = file_get_contents($source);&#60;br /&#62;
		if (strpos ($source_page, '&#38;lt;image_link&#38;gt;') != false) {&#60;br /&#62;
		$posfilestart = strpos ($source_page, '&#38;lt;image_link&#38;gt;') + 12;&#60;br /&#62;
		$posfileend = strpos ($source_page, '&#38;lt;/image_link&#38;gt;') - $posfilestart;&#60;br /&#62;
		$fileshackBig = substr ($source_page , $posfilestart , $posfileend);}&#60;br /&#62;
		else {$fileshackBig = 'error';}&#60;br /&#62;
		}&#60;/p&#62;
&#60;p&#62;		if($fileshackBig != 'error'){$multikey = 'photoQKeyImageshack{}'.$fileshackBig.'}{';}&#60;/p&#62;
&#60;p&#62;		if ($imageshackoption){&#60;br /&#62;
		if (!$fileshack) {&#60;br /&#62;
		$source = 'http://www.imageshack.us/upload_api.php?url=' . $fileshack. '&#38;amp;optimage=1&#38;amp;optsize=320x320&#38;amp;action=transload';}&#60;br /&#62;
		else {$source = 'http://www.imageshack.us/upload_api.php?url=' . $fileshack2. '&#38;amp;optimage=1&#38;amp;optsize=320x320&#38;amp;action=transload';}&#60;br /&#62;
		$fileshackBig = '';&#60;br /&#62;
		$source_page = file_get_contents($source);&#60;br /&#62;
		$fileshackThumb = '';&#60;br /&#62;
		$source_page = file_get_contents($source);&#60;br /&#62;
		if (strpos ($source_page, '&#38;lt;image_link&#38;gt;') != false) {&#60;br /&#62;
		$posfilestart = strpos ($source_page, '&#38;lt;image_link&#38;gt;') + 12;&#60;br /&#62;
		$posfileend = strpos ($source_page, '&#38;lt;/image_link&#38;gt;') - $posfilestart;&#60;br /&#62;
		$fileshackThumb = substr ($source_page , $posfilestart , $posfileend);}&#60;br /&#62;
		else {$fileshackThumb = 'error';}&#60;br /&#62;
		}&#60;/p&#62;
&#60;p&#62;		if($fileshackThumb != 'error'){$multikey = $multikey.'photoQKeyImageshackThumb{}'.$fileshackThumb;}&#60;/p&#62;
&#60;p&#62;3) always in photoQ.php, few lines below,  I modify 	&#60;/p&#62;
&#60;p&#62;	//add photo to queue&#60;br /&#62;
		if(!$result = $wpdb-&#38;gt;query(&#34;INSERT INTO $this-&#38;gt;QUEUE_TABLE (q_title, q_imgname, q_position, q_slug, q_descr, q_tags, q_exif, q_date, q_fk_author_id) VALUES ('$title', '$filename', '&#34;.($this-&#38;gt;_queue-&#38;gt;getLength()).&#34;', '$slug', '$descr', '$tags', '$exif', '$dateTime', '$post_author')&#34;))&#60;/p&#62;
&#60;p&#62;in:&#60;/p&#62;
&#60;p&#62;		//add photo to queue&#60;br /&#62;
		if(!$result = $wpdb-&#38;gt;query(&#34;INSERT INTO $this-&#38;gt;QUEUE_TABLE (q_title, q_imgname, q_position, q_slug, q_descr, q_tags, q_exif, q_date, q_fk_author_id, q_multikey) VALUES ('$title', '$filename', '&#34;.($this-&#38;gt;_queue-&#38;gt;getLength()).&#34;', '$slug', '$descr', '$tags', '$exif', '$dateTime', '$post_author', '$multikey')&#34;))&#60;/p&#62;
&#60;p&#62;4) now (if I understand how your plugin works) I have to modify classes/PhotoQPhoto.php (and in particular publish function) for:&#60;br /&#62;
a) load &#34;q_multikey&#34; text field&#60;br /&#62;
b) separate metakey field and value&#60;br /&#62;
c) with a foreach, insert &#34;add_post_meta()&#34; function as many times as number of metakey&#60;/p&#62;
&#60;p&#62;But I'm not php expert programmer so for to write my fourth point I need another day  ;))))&#60;br /&#62;
Anyway, until point 3, my code work: put image in queue with imageshack of big image and imageshack of thumb. &#60;/p&#62;
&#60;p&#62;NOTE: please don't laugh for excessive number of line code I use for my imageshack function  ;)))
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kagliostro on "Integration with Wp-O-Matic"</title>
			<link>http://www.whoismanu.com/forum/topic/integration-with-wp-o-matic#post-848</link>
			<pubDate>Sun, 02 May 2010 13:18:54 +0000</pubDate>
			<dc:creator>kagliostro</dc:creator>
			<guid isPermaLink="false">848@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;For Imageshack: there are two or three different function API to load image to imageshack. But the only one that works for me is to load this page in PHP&#60;br /&#62;
PHP:&#60;br /&#62;
$source=http://www.imageshack.us/upload_api.php?url=' . $fileshack. '&#38;amp;action=transload'&#60;br /&#62;
$source_page = file_get_contents($source);&#60;/p&#62;
&#60;p&#62;where fileshack is obviously image file to load on imageshack.&#60;br /&#62;
Now I have to do a break, but after I will explain exactly what I have done for integrate imageshack with photoq.&#60;/p&#62;
&#60;p&#62;Please: sorry for my bad english (and my bad scholar php code)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kagliostro on "Integration with Wp-O-Matic"</title>
			<link>http://www.whoismanu.com/forum/topic/integration-with-wp-o-matic#post-847</link>
			<pubDate>Sun, 02 May 2010 13:11:40 +0000</pubDate>
			<dc:creator>kagliostro</dc:creator>
			<guid isPermaLink="false">847@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Ok, after a day of work, now.. the Result!  ;)&#60;/p&#62;
&#60;p&#62;1)For WPMU: I have modified files exactly as you have said me and infact now I have:&#60;br /&#62;
a) two blogs with both ftp option enable under photoQ setup (PLUGIN IS NETWORK ACTIVATED obviously). This is PERFECT!&#60;br /&#62;
b)I have set different ftp directories for each blog (obviously). This is PERFECT! (and more, when I have put an inexistent ftp directory, plugin alert me with an error message and this is FANTASTIC!)&#60;br /&#62;
c) when I go in POST-&#38;gt;PhotoQ-&#38;gt;ADD PHOTO TO QUEUE, I see &#34;import from FTP directory&#34;. This is OK!&#60;br /&#62;
d) when I click &#34;import from FTP directory&#34; now it see the (different) list(s) of files in (each) ftp directory. This is PERFECT!&#60;br /&#62;
e) when I click Import/Enter Info.... NOT WORK! (and give me a blank page with &#34;Save Batch Info&#34; button: the same page that I have received several times when I try to adjust my imageshack function). This is a PROBLEM!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "Integration with Wp-O-Matic"</title>
			<link>http://www.whoismanu.com/forum/topic/integration-with-wp-o-matic#post-845</link>
			<pubDate>Sat, 01 May 2010 10:07:49 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">845@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;true, you can try to directly add it to the db. i was a bit slow too :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kagliostro on "Integration with Wp-O-Matic"</title>
			<link>http://www.whoismanu.com/forum/topic/integration-with-wp-o-matic#post-843</link>
			<pubDate>Sat, 01 May 2010 07:41:00 +0000</pubDate>
			<dc:creator>kagliostro</dc:creator>
			<guid isPermaLink="false">843@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Thanks Whoismanu!!!&#60;/p&#62;
&#60;p&#62;I'm really stupid: I didn't pay attention to $_FILES variable.&#60;br /&#62;
And now I'm thinking that I'll could use directly  this &#34;if(!$result = $wpdb-&#38;gt;query(&#34;INSERT INTO $this-&#38;gt;QUEUE_TABLE (q_title, q_imgname, q_position, q_slug, q_descr, q_tags, q_exif, q_date, q_fk_author_id) VALUES ('$title', '$filename', '&#34;.($this-&#38;gt;_queue-&#38;gt;getLength()).&#34;', '$slug', '$descr', '$tags', '$exif', '$dateTime', '$post_author')&#34;))&#34;&#60;br /&#62;
if something will go wrong with uploadphoto function.&#60;/p&#62;
&#60;p&#62;Today I'll try everything and I'll refer you what happens.&#60;/p&#62;
&#60;p&#62;Thanks alot and... again, this the best plugin I have seen!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "Integration with Wp-O-Matic"</title>
			<link>http://www.whoismanu.com/forum/topic/integration-with-wp-o-matic#post-840</link>
			<pubDate>Fri, 30 Apr 2010 16:07:41 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">840@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;hi francesco,&#60;/p&#62;
&#60;p&#62;first of all thanks a lot for the donation.&#60;/p&#62;
&#60;p&#62;1) your error is probably due to the fact that since you are not doing a real form upload, $_FILES['Filedata'] (needed in _handleUpload()) is not set (plus there are some $_POST fields that are also needed inside the uploadPhoto() function in addition to the function arguments). i am really not sure whether you can cheat photoq somehow into believing that it is getting a regular upload. this was simply not foreseen. i plan to make it more easily extensible in the future, so i will add an upload capability for 3rd party code as an item to be evaluated in this respect. right now however, i fear that there is no straightforward way for doing that.&#60;/p&#62;
&#60;p&#62;2) i guess yes. i didn't try it but i think if you replace &#60;code&#62;PhotoQHelper::isWPMU()&#60;/code&#62; with &#60;code&#62;false&#60;/code&#62; in the following locations it might work:&#60;/p&#62;
&#60;p&#62;- PhotoQ.php in the _isFtpUpload() function&#60;br /&#62;
- PhotoQOptionController everywhere except in the getImgDir() function&#60;br /&#62;
- panels/upload.php replace the single occurrence&#60;br /&#62;
- panels/options.php replace the one followed by the comment &#60;code&#62;//WPMU version has no imgdir and ftp setting&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;3) sure, always interested. thanks a lot.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kagliostro on "Integration with Wp-O-Matic"</title>
			<link>http://www.whoismanu.com/forum/topic/integration-with-wp-o-matic#post-835</link>
			<pubDate>Thu, 29 Apr 2010 09:40:06 +0000</pubDate>
			<dc:creator>kagliostro</dc:creator>
			<guid isPermaLink="false">835@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Hi Whoismanu&#60;/p&#62;
&#60;p&#62;I really believe your is one of best WP plugin I have seen!&#60;br /&#62;
I just made you a 5 euro donation (it's second time in my life ;)) cause your plugin high quality!!!&#60;/p&#62;
&#60;p&#62;But I have a request:&#60;br /&#62;
1) I want to use Wp-O-Matic RSS aggregator plugin to insert photo-post feed item in queue of PhotoQ.&#60;br /&#62;
SO I have tried to add and use  uploadPhoto function  (of classes/PhotoQ.php) in wp-o-matic code (deleting original &#34;$postid = $this-&#38;gt;insertPost($wpdb-&#38;gt;....&#34; function). But I receive always error!&#60;br /&#62;
I don't know  very well php, I made only little adjustment to my wordpress plugins.&#60;br /&#62;
So I want to know how to use photoQ upload photo routine in external plugin. There is a way?  &#60;/p&#62;
&#60;p&#62;2) I use a WPMU installation with 2 blog for simplify my blogger life. WPMU blogs are only mine: so... in this case is there a trick to use FTP option in WPMU (modding internal code)?&#60;/p&#62;
&#60;p&#62;3) I have added Imageshack upload possibility in uploadPhoto function. After several proofs now it works (and put imageshack url of original photo in a q_shack cell in queue row). If you are interested I can send you my (poor) code so you can develop concept. I believe it can be useful for people with hosting with limited file transfer.&#60;/p&#62;
&#60;p&#62;I'm using:&#60;br /&#62;
- Wordpress 3 beta 1 with buddypress (and last version of PhotoQ perfectly working)&#60;br /&#62;
- Bluehost hosting with PHP 5 and FASTCGI&#60;/p&#62;
&#60;p&#62;THANSK IN ADVANCE&#60;br /&#62;
Francesco
&#60;/p&#62;</description>
		</item>
		<item>
			<title>enthusiasm on "Invalid argument supplied in foreach on Post Queue"</title>
			<link>http://www.whoismanu.com/forum/topic/invalid-argument-supplied-in-foreach-on-post-queue#post-701</link>
			<pubDate>Thu, 07 Jan 2010 21:57:14 +0000</pubDate>
			<dc:creator>enthusiasm</dc:creator>
			<guid isPermaLink="false">701@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;edit: this server is kind of laggy... sorry
&#60;/p&#62;</description>
		</item>
		<item>
			<title>enthusiasm on "Invalid argument supplied in foreach on Post Queue"</title>
			<link>http://www.whoismanu.com/forum/topic/invalid-argument-supplied-in-foreach-on-post-queue#post-700</link>
			<pubDate>Thu, 07 Jan 2010 21:57:01 +0000</pubDate>
			<dc:creator>enthusiasm</dc:creator>
			<guid isPermaLink="false">700@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;yep, that seemed to do the trick \o/&#60;br /&#62;
thanks man 8)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "Invalid argument supplied in foreach on Post Queue"</title>
			<link>http://www.whoismanu.com/forum/topic/invalid-argument-supplied-in-foreach-on-post-queue#post-699</link>
			<pubDate>Thu, 07 Jan 2010 21:28:11 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">699@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;thanks. i think i found the problem. can you try to change line 186 in file PhotoQQueue.php (inside function _postPublishingActions() ) from&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$photo-&#38;gt;rebuild(array(),false,true);&#60;/code&#62; &#60;/p&#62;
&#60;p&#62;to &#60;/p&#62;
&#60;p&#62;&#60;code&#62;$photo-&#38;gt;rebuild(array(),false,array(&#38;#39;content&#38;#39;));&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;does this make it go away?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>enthusiasm on "Invalid argument supplied in foreach on Post Queue"</title>
			<link>http://www.whoismanu.com/forum/topic/invalid-argument-supplied-in-foreach-on-post-queue#post-695</link>
			<pubDate>Thu, 07 Jan 2010 00:32:46 +0000</pubDate>
			<dc:creator>enthusiasm</dc:creator>
			<guid isPermaLink="false">695@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;The version is 1.8.3, classes/PhotoQPhoto has no version header and 1125 lines.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;834          function _updateViews($changedViews, $customOnly = false){
835                  $updatePost = false;
836                  foreach($changedViews as $currentView){&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "Invalid argument supplied in foreach on Post Queue"</title>
			<link>http://www.whoismanu.com/forum/topic/invalid-argument-supplied-in-foreach-on-post-queue#post-692</link>
			<pubDate>Wed, 06 Jan 2010 23:31:33 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">692@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;what version of photoq are you using? because i don't have a foreach statement on line 836 in the file PhotoQPhoto.php. &#60;/p&#62;
&#60;p&#62;can you check whether you do? thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>enthusiasm on "Invalid argument supplied in foreach on Post Queue"</title>
			<link>http://www.whoismanu.com/forum/topic/invalid-argument-supplied-in-foreach-on-post-queue#post-682</link>
			<pubDate>Sun, 03 Jan 2010 18:54:33 +0000</pubDate>
			<dc:creator>enthusiasm</dc:creator>
			<guid isPermaLink="false">682@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Hi there, this may be a bug:&#60;/p&#62;
&#60;p&#62;I get: &#34;Warning: Invalid argument supplied for foreach() in /full/path/wp-content/plugins/photoq-photoblog-plugin/classes/PhotoQPhoto.php on line 836&#34; on clicking the &#34;Post Queue&#34; button. As far as I can tell, everything still works as expected, but maybe we didn't notice a problem yet ;)&#60;/p&#62;
&#60;p&#62;We use PhotoQ on a WPMU 2.8.6 install with an apache fcgi setup. Do you need anything else? How could I debug it further?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "After upload no images to manage?"</title>
			<link>http://www.whoismanu.com/forum/topic/after-upload-no-images-to-manage#post-636</link>
			<pubDate>Thu, 03 Dec 2009 21:37:11 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">636@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;update: i checked and in my case the database tables get created on new blogs if the plugin is activated sitewide (i am using wpmu-2.8.6)&#60;/p&#62;
&#60;p&#62;what version of wpmu are you using?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "After upload no images to manage?"</title>
			<link>http://www.whoismanu.com/forum/topic/after-upload-no-images-to-manage#post-634</link>
			<pubDate>Thu, 03 Dec 2009 11:57:42 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">634@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;ok so the sitewide option really is the problem. i also saw on some posts online that this option in wpmu still has quite a few bugs. anyway, i'll try to see what i can do about database table generation. &#60;/p&#62;
&#60;p&#62;the problem seems to be that photoq creates database tables when it is activated via the plugin activation hook. now this hook is probably not called if the plugin is activated sitewide and if a new blog is created (because it is already activated). the new blog is then missing the tables. i have to see whether there is a hook that gets executed on creation of a new blog and whether i can hook into this to create the tables.&#60;/p&#62;
&#60;p&#62;nice theme. if you send me a preset that works with your theme, i will include it with photoq and you might get some more users. should you decide to make a preset, preferably also include the display of exif data. to do this, you need to define a formatting that you deem nice looking (under settings-&#38;gt;photoq-&#38;gt;exif) and by inlcuding the exif either via the shorttag in a freeform or the include exif checkbox of the content view.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>adeptris on "After upload no images to manage?"</title>
			<link>http://www.whoismanu.com/forum/topic/after-upload-no-images-to-manage#post-633</link>
			<pubDate>Thu, 03 Dec 2009 10:03:19 +0000</pubDate>
			<dc:creator>adeptris</dc:creator>
			<guid isPermaLink="false">633@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;[RESOLVED]&#60;br /&#62;
Thanks I have changed the Plugin Management not to activate site-wide, deactivated and re-activated the plug-in and it is all working.&#60;/p&#62;
&#60;p&#62;The theme (5 color variants) Preview and download: &#60;a href=&#34;http://instancesintime.com/2009/12/01/2-column-widgetized-custom-header-photoblog/&#34; rel=&#34;nofollow&#34;&#62;http://instancesintime.com/2009/12/01/2-column-widgetized-custom-header-photoblog/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards&#60;/p&#62;
&#60;p&#62;David
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
