<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2855" -->
<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>Austin Matzko&#039;s Forum &#187; Tag: not - Recent Posts</title>
		<link>http://austinmatzko.com/forum/tags/not</link>
		<description>Austin Matzko&#039;s Forum &#187; Tag: not - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Feb 2012 17:21:16 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2855</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://austinmatzko.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://austinmatzko.com/forum/rss/tags/not" rel="self" type="application/rss+xml" />

		<item>
			<title>lyonsden101 on "Nothing happens when I try to back up"</title>
			<link>http://austinmatzko.com/forum/topic/nothing-happens-when-i-try-to-back-up#post-281</link>
			<pubDate>Sun, 12 Aug 2007 20:45:20 +0000</pubDate>
			<dc:creator>lyonsden101</dc:creator>
			<guid isPermaLink="false">281@http://austinmatzko.com/forum/</guid>
			<description><p>I've installed twice. This time, I even changed the permissions to Write for the Content Folder (per the instructions). But after I activate the plugin, and go to Manage/Backups, I get the Progress screen (I've tried to email and save to computer) and nothing happens. My blog has almost nothing in it yet. There is no progress in the box. I'm using BlueHost for server. Thanks
</p></description>
		</item>
		<item>
			<title>slavender on "Trouble with permissions"</title>
			<link>http://austinmatzko.com/forum/topic/trouble-with-permissions#post-34</link>
			<pubDate>Tue, 06 Feb 2007 22:41:45 +0000</pubDate>
			<dc:creator>slavender</dc:creator>
			<guid isPermaLink="false">34@http://austinmatzko.com/forum/</guid>
			<description><p>Thank you, thank you, Taimingshen. This solved it. Be well.
</p></description>
		</item>
		<item>
			<title>taimingshen on "Trouble with permissions"</title>
			<link>http://austinmatzko.com/forum/topic/trouble-with-permissions#post-33</link>
			<pubDate>Tue, 06 Feb 2007 11:51:04 +0000</pubDate>
			<dc:creator>taimingshen</dc:creator>
			<guid isPermaLink="false">33@http://austinmatzko.com/forum/</guid>
			<description><p>Sorry, but I missed out a single quotation mark in the last "define" statement in my previous instructions. The statement shoud be:</p>
<p>define('WP_BACKUP_DIR', 'wp-content/backup-directory-name');</p>
<p>You must, of course, replace the text "backup-directory-name" with the name of the actual backup directory that you have created and applied permissions to.
</p></description>
		</item>
		<item>
			<title>filosofo on "Trouble with permissions"</title>
			<link>http://austinmatzko.com/forum/topic/trouble-with-permissions#post-30</link>
			<pubDate>Mon, 05 Feb 2007 16:23:34 +0000</pubDate>
			<dc:creator>filosofo</dc:creator>
			<guid isPermaLink="false">30@http://austinmatzko.com/forum/</guid>
			<description><p>taimingshen left off a closing quotation mark: it should be <code>define('WP_BACKUP_DIR', 'wp-content/backup-directory-name');</code> instead.
</p></description>
		</item>
		<item>
			<title>slavender on "Trouble with permissions"</title>
			<link>http://austinmatzko.com/forum/topic/trouble-with-permissions#post-29</link>
			<pubDate>Mon, 05 Feb 2007 11:48:42 +0000</pubDate>
			<dc:creator>slavender</dc:creator>
			<guid isPermaLink="false">29@http://austinmatzko.com/forum/</guid>
			<description><p>Unfortunately doing as you suggested created this error message:<br />
Parse error: parse error in /home/httpd/vhosts/brucemulkey.com/httpdocs/wp-content/plugins/wp-db-backup.php on line 23</p>
<p>Any other thoughts? Or did I do something wrong?
</p></description>
		</item>
		<item>
			<title>taimingshen on "Trouble with permissions"</title>
			<link>http://austinmatzko.com/forum/topic/trouble-with-permissions#post-28</link>
			<pubDate>Sun, 04 Feb 2007 10:52:27 +0000</pubDate>
			<dc:creator>taimingshen</dc:creator>
			<guid isPermaLink="false">28@http://austinmatzko.com/forum/</guid>
			<description><p>In order get the backup to work, I had to do the following:</p>
<p>1) Manually create a backup directory; e.g. /wp-content/backup-directory-name</p>
<p>2) Change the permissions on this directory to 777</p>
<p>3) Edit the backup directory definition in the plugin file <strong>wp-db-backup.php</strong> from</p>
<p><code>define('WP_BACKUP_DIR', 'wp-content/backup-' . $rand);</code></p>
<p>to</p>
<p><code>define('WP_BACKUP_DIR', 'wp-content/backup-directory-name);</code></p>
<p>so that it points to the newly created directory.</p>
<p>I found the fix after combining several threads in these discussion forums.</p>
<p>Hope this helps!</p>
<p>Regards,<br />
<a href="http://taimingshen.com/?p=50">taimingshen.com</a>
</p></description>
		</item>
		<item>
			<title>filosofo on "Trouble with permissions"</title>
			<link>http://austinmatzko.com/forum/topic/trouble-with-permissions#post-27</link>
			<pubDate>Sun, 04 Feb 2007 01:39:42 +0000</pubDate>
			<dc:creator>filosofo</dc:creator>
			<guid isPermaLink="false">27@http://austinmatzko.com/forum/</guid>
			<description><p>That error message is the result of failing a very basic check: trying to open that directory for writing.</p>
<p>To further diagnose your problem, try deleting the at sign ('@') from lines 379 and 381 of the plugin.  In other words, change <code>$fp = @gzopen($filename, $mode);</code> to <code>$fp = gzopen($filename, $mode);</code> and change <code>$fp = @fopen($filename, $mode);</code> to <code>$fp = fopen($filename, $mode);</code></p>
<p>Doing that might produce a more specific error message.
</p></description>
		</item>
		<item>
			<title>slavender on "Trouble with permissions"</title>
			<link>http://austinmatzko.com/forum/topic/trouble-with-permissions#post-25</link>
			<pubDate>Sat, 03 Feb 2007 12:09:10 +0000</pubDate>
			<dc:creator>slavender</dc:creator>
			<guid isPermaLink="false">25@http://austinmatzko.com/forum/</guid>
			<description><p>Hi there. I'm getting the same error message as Gormik got and have done as you instructed him to no avail. Permissions on the backup directory are 777. Do you have any other suggestions?
</p></description>
		</item>
		<item>
			<title>gormik on "Trouble with permissions"</title>
			<link>http://austinmatzko.com/forum/topic/trouble-with-permissions#post-18</link>
			<pubDate>Mon, 29 Jan 2007 16:26:06 +0000</pubDate>
			<dc:creator>gormik</dc:creator>
			<guid isPermaLink="false">18@http://austinmatzko.com/forum/</guid>
			<description><p>It works! Thank you very much Mr. Matzko! Greatings from Mikkelsen in Norway.
</p></description>
		</item>
		<item>
			<title>filosofo on "Trouble with permissions"</title>
			<link>http://austinmatzko.com/forum/topic/trouble-with-permissions#post-17</link>
			<pubDate>Mon, 29 Jan 2007 12:39:12 +0000</pubDate>
			<dc:creator>filosofo</dc:creator>
			<guid isPermaLink="false">17@http://austinmatzko.com/forum/</guid>
			<description><p>gormik, sometimes when PHP creates a directory, it does it as "user" that doesn't have permission to read or write files.  Try deleting <code>backup-3edeb</code> then re-creating it yourself, using your own FTP or SSH client.
</p></description>
		</item>
		<item>
			<title>gormik on "Trouble with permissions"</title>
			<link>http://austinmatzko.com/forum/topic/trouble-with-permissions#post-16</link>
			<pubDate>Mon, 29 Jan 2007 05:20:04 +0000</pubDate>
			<dc:creator>gormik</dc:creator>
			<guid isPermaLink="false">16@http://austinmatzko.com/forum/</guid>
			<description><p>Hi! I just upgraded to WP 2.1, and installed the latest WDB plugin. (i have never used any version before - shame on me :-) Even if i have set wp-content to 777 it want work, i also have set the backup-3edeb to 777 and it still doesnt work. I get these error message: The backup file could not be saved. Please check the permissions for writing to your backup directory and try again. My blog is in a subdomain, could that be the reason? Thanks-Greatings from Norway.
</p></description>
		</item>

	</channel>
</rss>

