<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Techie Buzz Forum Forum: Manage Multiple Blogs Support Forum - Recent Posts</title>
<link>http://forum.techie-buzz.com/</link>
<description>Techie Buzz Forum Forum: Manage Multiple Blogs Support Forum - Recent Posts</description>
<language>en</language>
<pubDate>Sun, 22 Nov 2009 06:31:34 +0000</pubDate>

<item>
<title>god0911 on "Error of 2.6.1 update to 2.7.1"</title>
<link>http://forum.techie-buzz.com/topic/error-of-261-update-to-271#post-256</link>
<pubDate>Mon, 30 Mar 2009 21:19:54 +0000</pubDate>
<dc:creator>god0911</dc:creator>
<guid isPermaLink="false">256@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;I have one error when I update 261 to 271.&#60;br /&#62;
-----&#60;br /&#62;
Task Name: maintmode&#60;br /&#62;
Task Description: Puts the site into maintenance mode&#60;br /&#62;
Task Status: Failed&#60;br /&#62;
Task Start Date: 2009-03-30 11:27:35&#60;br /&#62;
Task End Date: 2009-03-30 11:27:35&#60;br /&#62;
Task Log:&#60;br /&#62;
Putting the site into maintenance mode /export/vol2/home/god0911/www/blog/wp-content/plugins/wordpress-automatic-upgrade&#60;br /&#62;
Copying /export/vol2/home/god0911/www/blog/index.php to /export/vol2/home/god0911/www/blog/index.php.wpau.bak&#60;br /&#62;
The file was successfully copied&#60;br /&#62;
Moving the maintenance file to root&#60;br /&#62;
ERROR -&#38;gt; Could not put the site into maintenance mode&#60;br /&#62;
-----&#60;br /&#62;
The file was copy OK, but I don't know how to fix the maintenance mode.&#60;br /&#62;
Could you help me??&#60;/p&#62;
&#60;p&#62;I had success for 25X to 261.&#60;br /&#62;
Why fail at 261 to 271.&#60;br /&#62;
I never change the setting.&#60;br /&#62;
Thank
&#60;/p&#62;</description>
</item>
<item>
<title>nicole85 on "Plugin fails on DB Backup"</title>
<link>http://forum.techie-buzz.com/topic/plugin-fails-on-db-backup#post-234</link>
<pubDate>Thu, 27 Nov 2008 08:37:35 +0000</pubDate>
<dc:creator>nicole85</dc:creator>
<guid isPermaLink="false">234@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I've been trying to upgrade my Wordpress from Version 2.6.3 to Version 2.6.5 but to no avail. It worked very well for my previous upgrades.&#60;/p&#62;
&#60;p&#62;I've reached to the step of Backing up the database, and then the plugin just gave me a blank page. &#60;/p&#62;
&#60;p&#62;This is the error message:&#60;/p&#62;
&#60;p&#62;[client 202.156.8.11] PHP Fatal error:  Cannot instantiate non-existent class:  wpaubackup in /home/www/web72/web/wp-content/plugins/wordpress-automatic-upgrade/wpau_db_backup.class.php on line 912&#60;/p&#62;
&#60;p&#62;Please advise&#60;br /&#62;
Thanks  &#38;lt;img src=&#38;quot;http://forum.techie-buzz.com/my-plugins/bb-smilies/default/icon_smile.gif&#38;quot; title=&#38;quot;:)&#38;quot; class=&#38;quot;bb_smilies&#38;quot; /&#38;gt; 
&#60;/p&#62;</description>
</item>
<item>
<title>Sc8tt on "De-activate plugins stage wont work"</title>
<link>http://forum.techie-buzz.com/topic/de-activate-plugins-stage-wont-work#post-230</link>
<pubDate>Thu, 06 Nov 2008 07:03:59 +0000</pubDate>
<dc:creator>Sc8tt</dc:creator>
<guid isPermaLink="false">230@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;When i get to this stage (deactivate plugins) i get this screen and cannot continue:&#60;/p&#62;
&#60;p&#62;horized to do this'; return false; } global $wpdb; $current = get_option('active_plugins'); array_splice($current, array_search($plugin, $current), 1 ); // Array-fu! update_option('active_plugins', $current); do_action('deactivate_' . trim( '../' . $plugin )); $wpdb-&#38;gt;query(&#34;Insert into &#34;.WPAU_PLUGIN_TABLE.&#34; (plugin_name, plugin_status, plugin_deactive_response, plugin_reactive_response) values ('&#34;.$plugin.&#34;', 0, 1, 0)&#34;); $this-&#38;gt;logMessage('Deactivated the plugin '.$plugin.'&#60;br /&#62;
'); } /* get all info from the stored db and activate all the plugins */ function reActivatePlugins($automated = false) { if(!current_user_can('edit_plugins')) { echo 'Oops sorry you are not authorized to do this'; return false; } global $wpdb; if(isset($_REQUEST['pluginid'])) { $fatalPluginId = $_REQUEST['pluginid']; $plugins = $wpdb-&#38;gt;get_results(&#34;select plugin_name, plugin_reactive_response from &#34;.WPAU_PLUGIN_TABLE.&#34; where id = &#34;.intval($fatalPluginId)); if(count($plugins) &#38;gt; 0) { if(intval($plugins[0]-&#38;gt;plugin_reactive_response) != 1) { $this-&#38;gt;logMessage('The Plugin '.$plugins[0]-&#38;gt;plugin_name.' could not be activated succesfully. You will need to activate it manually.&#60;br /&#62;
'); $wpdb-&#38;gt;query(&#34;UPDATE &#34;.WPAU_PLUGIN_TABLE.&#34; set fatal_plugin = 1 where id = &#34;.intval($fatalPluginId) ); } } } horized to do this'; return false; } global $wpdb; $current = get_option('active_plugins'); array_splice($current, array_search($plugin, $current), 1 ); // Array-fu! update_option('active_plugins', $current); do_action('deactivate_' . trim( '../' . $plugin )); $wpdb-&#38;gt;query(&#34;Insert into &#34;.WPAU_PLUGIN_TABLE.&#34; (plugin_name, plugin_status, plugin_deactive_response, plugin_reactive_response) values ('&#34;.$plugin.&#34;', 0, 1, 0)&#34;); $this-&#38;gt;logMessage('Deactivated the plugin '.$plugin.'&#60;br /&#62;
'); } /* get all info from the stored db and activate all the plugins */ function reActivatePlugins($automated = false) { if(!current_user_can('edit_plugins')) { echo 'Oops sorry you are not authorized to do this'; return false; } global $wpdb; if(isset($_REQUEST['pluginid'])) { $fatalPluginId = $_REQUEST['pluginid']; $plugins = $wpdb-&#38;gt;get_results(&#34;select plugin_name, plugin_reactive_response from &#34;.WPAU_PLUGIN_TABLE.&#34; where id = &#34;.intval($fatalPluginId)); if(count($plugins) &#38;gt; 0) { if(intval($plugins[0]-&#38;gt;plugin_reactive_response) != 1) { $this-&#38;gt;logMessage('The Plugin '.$plugins[0]-&#38;gt;plugin_name.' could not be activated succesfully. You will need to activate it manually.&#60;br /&#62;
'); $wpdb-&#38;gt;query(&#34;UPDATE &#34;.WPAU_PLUGIN_TABLE.&#34; set fatal_plugin = 1 where id = &#34;.intval($fatalPluginId) ); } } } $plugins = $wpdb-&#38;gt;get_results(&#34;select id, plugin_name from &#34;.WPAU_PLUGIN_TABLE.&#34; where plugin_status = 0 and plugin_deactive_response = 1 and fatal_plugin = 0&#34;); if(count($plugins) == 0) $this-&#38;gt;logMessage('All the plugins were re-activated'); foreach($plugins as $plugin) { if(strlen(trim($plugin-&#38;gt;plugin_name)) &#38;gt; 0) $this-&#38;gt;reActivatePlugin($plugin, $automated); } return true; } function reActivatePlugin($plugin, $automated) { if(!current_user_can('edit_plugins')) { echo 'Oops sorry you are not authorized to do this'; return false; } global $wpdb; $current = get_option('active_plugins'); $pluginfile = $plugin-&#38;gt;plugin_name; $pluginid = $plugin-&#38;gt;id; $path = &#34;../&#34;; if ($automated) { $path = &#34;../../&#34;; } if ( wpau_validate_file($path.$pluginfile) ) { if ( ! file_exists(ABSPATH . PLUGINDIR . '/' . $pluginfile) ) { $this-&#38;gt;logMessage('Plugin '.$pluginfile.' file does not exist'); } else { if (!in_array($pluginfile, $current)) { ob_start(); echo ''; if($file_included = @include(ABSPATH . PLUGINDIR . '/' . $pluginfile)) { $current[] = $pluginfile; sort($current); update_option('active_plugins', $current); do_action('activate_' . $pluginfile); $wpdb-&#38;gt;query(&#34;Update &#34;.WPAU_PLUGIN_TABLE.&#34; set plugin_status = 1, plugin_reactive_response = 1 where id = $pluginid&#34;); $this-&#38;gt;logMessage('Plugin '.$pluginfile.' was activated succesfully&#60;br /&#62;
'); } else { $this-&#38;gt;logMessage('Plugin '.$pluginfile.' could not be activated succesfully. You will need to activate it manually.&#60;br /&#62;
'); } ob_end_clean(); } else { $this-&#38;gt;logMessage('Plugin '.$pluginfile.' is already activated&#60;br /&#62;
'); } } } else { $this-&#38;gt;logMessage('Could not validate the plugin '.$pluginfile.'&#60;br /&#62;
'); //TODO LOG REASONS FOR NOT VALIDATING } } /** * Function to de-activate all plugins **/ function wpau_validate_file($file, $allowed_files = '') { if ( false !== strpos($file, './')) return 1; if (':' == substr($file,1,1)) return 2; if ( !empty($allowed_files) &#38;#38;&#38;#38; (! in_array($file, $allowed_files)) ) return 3; return 0; } } ?&#38;gt;&#60;br /&#62;
Fatal error: Class 'wpauPluginHandler' not found in /home/fhlinux141/m/meophamtennis.com/user/htdocs/wp-content/plugins/wordpress-automatic-upgrade/wordpress-automatic-upgrade.php on line 1140&#60;/p&#62;
&#60;p&#62;Whats happening and how can i fiz this?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>jhave on "Next version of WPAU"</title>
<link>http://forum.techie-buzz.com/topic/next-version-of-wpau#post-221</link>
<pubDate>Thu, 23 Oct 2008 16:13:08 +0000</pubDate>
<dc:creator>jhave</dc:creator>
<guid isPermaLink="false">221@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;When will you have the next version out? I'm anxiuosly wainting for it in order to update my non English installations automatically...&#60;/p&#62;
&#60;p&#62;Thanks for a great plugin.
&#60;/p&#62;</description>
</item>
<item>
<title>keith on "Says already upto date which is not correct"</title>
<link>http://forum.techie-buzz.com/topic/says-already-upto-date-which-is-not-correct#post-188</link>
<pubDate>Mon, 15 Sep 2008 22:57:07 +0000</pubDate>
<dc:creator>keith</dc:creator>
<guid isPermaLink="false">188@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;Hi, thanks for filing the bug I will try and check on this issue and update it shortly.
&#60;/p&#62;</description>
</item>
<item>
<title>david23 on "Says already upto date which is not correct"</title>
<link>http://forum.techie-buzz.com/topic/says-already-upto-date-which-is-not-correct#post-182</link>
<pubDate>Sat, 13 Sep 2008 02:56:46 +0000</pubDate>
<dc:creator>david23</dc:creator>
<guid isPermaLink="false">182@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am trying to upgrade 2.3.2 to latest version and i am getting the following error&#60;/p&#62;
&#60;p&#62; Wordpress automatic upgrade&#60;/p&#62;
&#60;p&#62;Upgrades your wordpress installation automatically. If this plugin helped you, you can contribute towards plugin development by Donating to me.&#60;/p&#62;
&#60;p&#62;TASK OUTPUT&#60;br /&#62;
TASK STATUS&#60;br /&#62;
We conducted some preliminary checks on your server. Below is the outputCongratulations!!! Your WordPress version is already up to date.&#60;/p&#62;
&#60;p&#62;Thank you for creating with WordPress &#124; Documentation &#124; Feedback &#124; Version 2.3.2
&#60;/p&#62;</description>
</item>
<item>
<title>keith on "More trouble i found.."</title>
<link>http://forum.techie-buzz.com/topic/more-trouble-i-found#post-174</link>
<pubDate>Tue, 09 Sep 2008 16:28:27 +0000</pubDate>
<dc:creator>keith</dc:creator>
<guid isPermaLink="false">174@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;Seems like the permissions of the files are wrong, can u try and manually setup the permissions?
&#60;/p&#62;</description>
</item>
<item>
<title>lodzi on "More trouble i found.."</title>
<link>http://forum.techie-buzz.com/topic/more-trouble-i-found#post-167</link>
<pubDate>Fri, 05 Sep 2008 14:20:26 +0000</pubDate>
<dc:creator>lodzi</dc:creator>
<guid isPermaLink="false">167@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;and now i am getting this...when trying start from begin ..&#60;/p&#62;
&#60;p&#62;Warning: wpau_cleanup(wpau_upgrade.class.php): failed to open stream: Permission denied in /var/www/virtual/aliansi-petani-indonesia.org/htdocs/wp-content/plugins/wordpress-automatic-upgrade/wordpress-automatic-upgrade.php on line 1270&#60;/p&#62;
&#60;p&#62;Fatal error: wpau_cleanup(): Failed opening required 'wpau_upgrade.class.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/virtual/aliansi-petani-indonesia.org/htdocs/wp-content/plugins/wordpress-automatic-upgrade/wordpress-automatic-upgrade.php on line 1270&#60;/p&#62;
&#60;p&#62;Heelp me.. please..
&#60;/p&#62;</description>
</item>
<item>
<title>lodzi on "getting problem with this..."</title>
<link>http://forum.techie-buzz.com/topic/getting-problem-with-this#post-166</link>
<pubDate>Fri, 05 Sep 2008 14:13:04 +0000</pubDate>
<dc:creator>lodzi</dc:creator>
<guid isPermaLink="false">166@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;Warning: copy(/var/www/virtual/aliansi-petani-indonesia.org/htdocs/index.php): failed to open stream: Permission denied in /var/www/virtual/aliansi-petani-indonesia.org/htdocs/wp-content/plugins/wordpress-automatic-upgrade/wpau_upgrade.class.php on line 361&#60;br /&#62;
We could not complete the upgrade please try again later, click here to check the logs. &#60;/p&#62;
&#60;p&#62;please anybody...help me. i change the attribute of wpau_upgrade.class.php to 777, but it doesnt work
&#60;/p&#62;</description>
</item>
<item>
<title>BOWULF on "WPAU - not working (blank page)"</title>
<link>http://forum.techie-buzz.com/topic/wpau-not-working-blank-page#post-158</link>
<pubDate>Wed, 27 Aug 2008 22:59:28 +0000</pubDate>
<dc:creator>BOWULF</dc:creator>
<guid isPermaLink="false">158@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;I have used WPAU in the past to upgrade to multiple different versions -- most recently 2.6.  Now when I try to use it to upgrade to 2.6.1, I simply get a blank screen when it goes to make the first backup.  (The backup file is indeed made in the WPAU-backup directory wpau-files-bak-nppCtCtm.zip)  If I skip the backup step, the screen goes blank after the click to download the latest Wordpress file.  Everything is simply blank under the yellow bar of &#34;WordPress 2.6.1 is available! Please update now.&#34;&#60;/p&#62;
&#60;p&#62;I have tried:&#60;br /&#62;
* changing the permissions on the WPAU folders to 777&#60;br /&#62;
* changing the permissions on the index WPAU file to 777&#60;br /&#62;
* Deactivating the plugin and deleting it, and then reuploading it  (I tried a fresh download of v1.2.2 as well, repeating the above steps)&#60;/p&#62;
&#60;p&#62;All to no success.  Is there a bug in this latest version?
&#60;/p&#62;</description>
</item>
<item>
<title>keith on "Lost access to website and backroom"</title>
<link>http://forum.techie-buzz.com/topic/lost-access-to-website-and-backroom#post-132</link>
<pubDate>Wed, 30 Jul 2008 15:11:15 +0000</pubDate>
<dc:creator>keith</dc:creator>
<guid isPermaLink="false">132@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;You should go back and change the file permissions back to the orginal ones
&#60;/p&#62;</description>
</item>
<item>
<title>Ana on "Lost access to website and backroom"</title>
<link>http://forum.techie-buzz.com/topic/lost-access-to-website-and-backroom#post-130</link>
<pubDate>Tue, 29 Jul 2008 16:39:29 +0000</pubDate>
<dc:creator>Ana</dc:creator>
<guid isPermaLink="false">130@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;I am a newbie also and had the problem with the site not going into maintenance mode.  I tried changing the permissions then going back to re-run the update but I was given an error when I tried to access my backroom again.  What do I need to do to get my site back, please?
&#60;/p&#62;</description>
</item>
<item>
<title>Jodith on "Home page broken after using WPAU"</title>
<link>http://forum.techie-buzz.com/topic/home-page-broken-after-using-wpau#post-128</link>
<pubDate>Sat, 26 Jul 2008 16:06:24 +0000</pubDate>
<dc:creator>Jodith</dc:creator>
<guid isPermaLink="false">128@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;I used the wordpress auto updater plug in to update to 2.6 from 2.3 (I think).  It appears that all of my posts are in the database.  I can get to them all from the admin panel, but the front page is giving a Page Not Found error where the posts should be.  All the rest of the front page is there, just no posts.&#60;/p&#62;
&#60;p&#62;I'm hopeless at CSS.  Can anyone give me some clues as to what to look at?
&#60;/p&#62;</description>
</item>
<item>
<title>wizcom on "Oops sorry you are not authorized to do this"</title>
<link>http://forum.techie-buzz.com/topic/oops-sorry-you-are-not-authorized-to-do-this#post-127</link>
<pubDate>Thu, 24 Jul 2008 09:30:39 +0000</pubDate>
<dc:creator>wizcom</dc:creator>
<guid isPermaLink="false">127@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;Great plugin, worked fine on 2 simple upgrades.  But on the 3rd had some issues.  It's going from 2.21 to 2.6 and after entering the FTP info and clickinh the &#34;Let's go&#34; button I get &#34;Oops sorry you are not authorized to do this &#34;  I wanted to try again and on cleanup I get the same message.   I figure something isn't writable but what.  Also, how can I manually cleanup a bad install.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>Mack on "After Deleting older version and Install 1.2.1"</title>
<link>http://forum.techie-buzz.com/topic/after-deleting-older-version-and-install-121#post-125</link>
<pubDate>Wed, 23 Jul 2008 16:08:24 +0000</pubDate>
<dc:creator>Mack</dc:creator>
<guid isPermaLink="false">125@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;After deleting version .08 and installing version 1.2.1 I no longer have the ability to upgrade from WP 2.5.1 to 2.6. The plugin says I am current.&#60;/p&#62;
&#60;p&#62;My admin no longer gives me the upgrade notice.&#60;/p&#62;
&#60;p&#62;What next?
&#60;/p&#62;</description>
</item>
<item>
<title>Fizzgigg on "Feature wanted - backup only"</title>
<link>http://forum.techie-buzz.com/topic/feature-wanted-backup-only#post-98</link>
<pubDate>Wed, 16 Jul 2008 03:55:52 +0000</pubDate>
<dc:creator>Fizzgigg</dc:creator>
<guid isPermaLink="false">98@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;A feature that would be really nice is if the plugin could be used to make backups of the site and the database. Like it does now but exit after step 2 so to speak.
&#60;/p&#62;</description>
</item>
<item>
<title>jakoob on "I get this error when trying to add a new blog"</title>
<link>http://forum.techie-buzz.com/topic/i-get-this-error-when-trying-to-add-a-new-blog#post-76</link>
<pubDate>Tue, 10 Jun 2008 08:59:00 +0000</pubDate>
<dc:creator>jakoob</dc:creator>
<guid isPermaLink="false">76@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;We encountered some errors while checking the blog information you provided. The logs are below. Errors are in bold text.&#60;/p&#62;
&#60;p&#62;The Blog url you provided is correct but seems that you are not using the latest version as we could not veryify it. This plugin has been tested only on blogs that run Wordpress 2.0+&#60;/p&#62;
&#60;p&#62;(I am using 2.5.1)
&#60;/p&#62;</description>
</item>
<item>
<title>yfrigi on "Cannot Upgrade all the installation files"</title>
<link>http://forum.techie-buzz.com/topic/cannot-upgrade-all-the-installation-files#post-69</link>
<pubDate>Tue, 06 May 2008 22:50:36 +0000</pubDate>
<dc:creator>yfrigi</dc:creator>
<guid isPermaLink="false">69@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;Everything works great until this point:&#60;br /&#62;
Task Name: upgrade&#60;br /&#62;
Task Description: Upgrades all the installation files&#60;br /&#62;
Task Status: Complete&#60;br /&#62;
Task Start Date: 2008-05-06 21:17:52&#60;br /&#62;
Task End Date: 2008-05-06 21:38:55&#60;br /&#62;
Task Log:&#60;br /&#62;
Copying over files from /hsphere/local/home/mikofish/indigotechnologies.net/wordpress//wpau-backup/wordpress/wp-admin to /hsphere/local/home/mikofish/indigotechnologies.net/wordpress/wp-admin&#60;br /&#62;
ERROR -&#38;gt; Could not copy /hsphere/local/home/mikofish/indigotechnologies.net/wordpress//wpau-backup/wordpress/wp-admin/admin-header.phpto /hsphere/local/home/mikofish/indigotechnologies.net/wordpress/wp-admin/&#60;br /&#62;
Copying over files from /hsphere/local/home/mikofish/indigotechnologies.net/wordpress//wpau-backup/wordpress/wp-admin/images to /hsphere/local/home/mikofish/indigotechnologies.net/wordpress/wp-admin/images&#60;br /&#62;
Overwriting file xit.gif to /hsphere/local/home/mikofish/indigotechnologies.net/wordpress/wp-admin/images&#60;br /&#62;
Overwriting file tail.gif to /hsphere/local/home/mikofish/indigotechnologies.net/wordpress/wp-admin/images&#60;br /&#62;
Overwriting file toggle-arrow-rtl.gif to /hsphere/local/home/mikofish/indigotechnologies.net/wordpress/wp-admin/images&#60;br /&#62;
Overwriting file media-button-music.gif to /hsphere/local/home/mikofish/indigotechnologies.net/wordpress/wp-admin/images&#60;br /&#62;
Overwriting file align-left.png to /hsphere/local/home/mikofish/indigotechnologies.net/wordpress/wp-admin/images&#60;br /&#62;
Overwriting file date-button.gif to /hsphere/local/home/mikofish/indigotechnologies.net/wordpress/wp-admin/images&#60;br /&#62;
ERROR -&#38;gt; Could not copy /hsphere/local/home/mikofish/indigotechnologies.net/wordpress//wpau-backup/wordpress/wp-admin/images/browse-happy.gifto /hsphere/local/home/mikofish/indigotechnologies.net/wordpress/wp-admin/images/&#60;/p&#62;
&#60;p&#62;It looks like it's looking for a double // after wordpress.  I don't know how that got there.  Any ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>leillo1975 on "Problems conecting FTP"</title>
<link>http://forum.techie-buzz.com/topic/problems-conecting-ftp#post-59</link>
<pubDate>Mon, 31 Mar 2008 11:10:16 +0000</pubDate>
<dc:creator>leillo1975</dc:creator>
<guid isPermaLink="false">59@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;I have the following problem.....I can't connect to mi ftp with your plugin. It shows this message: &#60;/p&#62;
&#60;p&#62;Staring FTP client class without PORT mode support UMASK 022 Transfer type: auto ASCII Timeout 30 Passive mode on Host &#34;ftp.webcindario.com(89.17.220.55):21&#34; Local OS : UNIX Creating socket _connect: socket connect failed ( ()) Error : Cannot connect to remote host &#34;ftp.webcindario.com :21&#34; &#60;/p&#62;
&#60;p&#62;I put the data in the form correctly
&#60;/p&#62;</description>
</item>
<item>
<title>sweetjane on "Manage Multiple Blogs Header Error"</title>
<link>http://forum.techie-buzz.com/topic/manage-multiple-blogs-header-error#post-49</link>
<pubDate>Fri, 04 Jan 2008 08:53:45 +0000</pubDate>
<dc:creator>sweetjane</dc:creator>
<guid isPermaLink="false">49@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;Great thanks - didn't think it was a bug - thought it was just me! Will look forward to the bug fix  &#38;lt;img src=&#38;quot;http://forum.techie-buzz.com/my-plugins/bb-smilies/default/icon_smile.gif&#38;quot; title=&#38;quot;:)&#38;quot; class=&#38;quot;bb_smilies&#38;quot; /&#38;gt; 
&#60;/p&#62;</description>
</item>
<item>
<title>Craiger on "Add a New Blog Error"</title>
<link>http://forum.techie-buzz.com/topic/add-a-new-blog-error#post-48</link>
<pubDate>Wed, 02 Jan 2008 17:43:14 +0000</pubDate>
<dc:creator>Craiger</dc:creator>
<guid isPermaLink="false">48@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;I go this when I tried to add the first external blog.&#60;/p&#62;
&#60;p&#62;What the heck does it mean &#38;#38; what's the SOLUTION?&#60;/p&#62;
&#60;p&#62;Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/clickthr/public_html/click3media/wp-content/plugins/manage-multiple-blogs/manage-multiple-blogs-admin.php on line 240&#60;/p&#62;
&#60;p&#62;Oopsy Dooopsy!!!! Some how we figured out you do not have write permissoins to the blog you are trying to add.&#60;br /&#62;
You cannot do anything on the external blog so we do not see any point in adding the external blog to this blog as our limitations (Pssst: WordPress limitations led us to this) permit us from doing so. You can check with the site owner for the permissions to be able to write to their blog before we can add it here
&#60;/p&#62;</description>
</item>
<item>
<title>keith on "Manage Multiple Blogs Header Error"</title>
<link>http://forum.techie-buzz.com/topic/manage-multiple-blogs-header-error#post-42</link>
<pubDate>Sun, 30 Dec 2007 18:01:14 +0000</pubDate>
<dc:creator>keith</dc:creator>
<guid isPermaLink="false">42@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;Hey sweetjane, &#60;/p&#62;
&#60;p&#62;I am working on fixing this bug will update the plugin shortly.
&#60;/p&#62;</description>
</item>
<item>
<title>sweetjane on "Manage Multiple Blogs Header Error"</title>
<link>http://forum.techie-buzz.com/topic/manage-multiple-blogs-header-error#post-40</link>
<pubDate>Fri, 28 Dec 2007 04:22:18 +0000</pubDate>
<dc:creator>sweetjane</dc:creator>
<guid isPermaLink="false">40@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;Anyone please???
&#60;/p&#62;</description>
</item>
<item>
<title>keith on "Problems with posting, editing, backup"</title>
<link>http://forum.techie-buzz.com/topic/problems-with-posting-editing-backup#post-37</link>
<pubDate>Thu, 27 Dec 2007 21:44:00 +0000</pubDate>
<dc:creator>keith</dc:creator>
<guid isPermaLink="false">37@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;This problem is due to a faulty plugin, please disable each plugin one at a time and retry again
&#60;/p&#62;</description>
</item>
<item>
<title>sweetjane on "Manage Multiple Blogs Header Error"</title>
<link>http://forum.techie-buzz.com/topic/manage-multiple-blogs-header-error#post-29</link>
<pubDate>Tue, 18 Dec 2007 09:20:18 +0000</pubDate>
<dc:creator>sweetjane</dc:creator>
<guid isPermaLink="false">29@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;Hi, I am having the same problem that someone else has had in the forum but no-one has replied to.   This is the message that I get Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/msj41/public_html/eplanetmag/wp-admin/admin-header.php:16) in /home/msj41/public_html/eplanetmag/wp-content/plugins/manage-multiple-blogs/manage-multiple-blogs.php on line 176&#60;/p&#62;
&#60;p&#62;Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/msj41/public_html/eplanetmag/wp-admin/admin-header.php:16) in /home/msj41/public_html/eplanetmag/wp-content/plugins/manage-multiple-blogs/manage-multiple-blogs.php on line 176&#60;/p&#62;
&#60;p&#62;I'm technically challenged so any help with this problem would be very much appreciated.&#60;/p&#62;
&#60;p&#62;thank you
&#60;/p&#62;</description>
</item>
<item>
<title>REP on "Problems with posting, editing, backup"</title>
<link>http://forum.techie-buzz.com/topic/problems-with-posting-editing-backup#post-27</link>
<pubDate>Tue, 20 Nov 2007 09:54:43 +0000</pubDate>
<dc:creator>REP</dc:creator>
<guid isPermaLink="false">27@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;I had no problems using WPAU to upgrade to 2.3.1.  However, I now have many problems that I never had before.&#60;/p&#62;
&#60;p&#62;For example, when I hit the &#34;Save and Continue Editing&#34; button, it does save the draft post, but I am not taken back to the post.  Instead, I get this error message:&#60;/p&#62;
&#60;p&#62;_____________________&#60;/p&#62;
&#60;p&#62;WordPress database error: [Table 'thewriu3_wrdp1.wp_post2cat' doesn't exist]&#60;br /&#62;
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM &#60;code&#62;wp_posts&#60;/code&#62; p LEFT JOIN &#60;code&#62;wp_post2cat&#60;/code&#62; pc ON p.ID = pc.post_id LEFT JOIN &#60;code&#62;wp_categories&#60;/code&#62; c ON pc.category_id = c.cat_ID WHERE post_status = 'publish' GROUP BY cat_ID&#60;br /&#62;
_______________&#60;/p&#62;
&#60;p&#62;I also get this error message when I click on &#34;Save&#34; or &#34;Publish.&#34;  The requested actions are taken, but the above error message appears.  It is very annoying and cumbersome.&#60;/p&#62;
&#60;p&#62;It has also broken the backup system that was in place.  The backup works successfully, but I get an error message stating the system failed to email the backup to my email address.&#60;/p&#62;
&#60;p&#62;This is all causing problems for me, and I will not use WPAU on other sites.
&#60;/p&#62;</description>
</item>
<item>
<title>janetra on "External Blog Setup Error"</title>
<link>http://forum.techie-buzz.com/topic/external-blog-setup-error#post-11</link>
<pubDate>Fri, 14 Sep 2007 16:05:38 +0000</pubDate>
<dc:creator>janetra</dc:creator>
<guid isPermaLink="false">11@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;OK stizelj I'll try that
&#60;/p&#62;</description>
</item>
<item>
<title>stitzelj on "External Blog Setup Error"</title>
<link>http://forum.techie-buzz.com/topic/external-blog-setup-error#post-10</link>
<pubDate>Wed, 12 Sep 2007 07:42:12 +0000</pubDate>
<dc:creator>stitzelj</dc:creator>
<guid isPermaLink="false">10@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;janetra, I discovered that you have to upgrade all blogs that you intend to use this plugin on to WordPress 2.2 or greater.
&#60;/p&#62;</description>
</item>
<item>
<title>janetra on "External Blog Setup Error"</title>
<link>http://forum.techie-buzz.com/topic/external-blog-setup-error#post-9</link>
<pubDate>Mon, 10 Sep 2007 12:00:07 +0000</pubDate>
<dc:creator>janetra</dc:creator>
<guid isPermaLink="false">9@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;Hi Keith&#60;br /&#62;
The external blog is using WordPress 2.1.3 and the user is set as Administrator.&#60;br /&#62;
The external blog that is working is using WordPress 2.2.&#60;br /&#62;
Hope this helps.
&#60;/p&#62;</description>
</item>
<item>
<title>keith on "External Blog Setup Error"</title>
<link>http://forum.techie-buzz.com/topic/external-blog-setup-error#post-8</link>
<pubDate>Sun, 09 Sep 2007 17:49:50 +0000</pubDate>
<dc:creator>keith</dc:creator>
<guid isPermaLink="false">8@http://forum.techie-buzz.com/</guid>
<description>&#60;p&#62;Hi Janetra,&#60;/p&#62;
&#60;p&#62;Can you please tell me which version of WordPress you are using on the external blog, and also what right the user has on the external blog (admin, editor, author, contributor or subscriber).&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Keith
&#60;/p&#62;</description>
</item>

</channel>
</rss>
