<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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>Gravity Support Forums Topic: export data</title>
		<link>https://legacy.forums.gravityhelp.com/topic/export-data</link>
		<description>Gravity Support Forums Topic: export data</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 05:27:24 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/export-data" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "export data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/export-data#post-2861</link>
			<pubDate>Thu, 21 Jan 2010 14:40:29 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">2861@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;They shouldn't be preventing PHP from creating files like this, especially if your permissions are correct.  But we also discover quirks with various web hosts, everyone does things differently.&#60;/p&#62;
&#60;p&#62;Please keep us posted when you hear back from your host.  I'm interested in hearing what the issue and fix is.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kim.telenet on "export data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/export-data#post-2860</link>
			<pubDate>Thu, 21 Jan 2010 10:57:23 +0000</pubDate>
			<dc:creator>kim.telenet</dc:creator>
			<guid isPermaLink="false">2860@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I asked my web host about this, but haven't heard from them yet. It also prevents the use of wp automatic update and automatic plugin update. It is indeed very limiting. I'm hoping that they fix this, but in the meantime I'm glad i was able to export the file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "export data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/export-data#post-2857</link>
			<pubDate>Thu, 21 Jan 2010 10:40:01 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">2857@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So your hosting does not allow scripts to create files despite the fact the proper permissions have been placed on the directory on the server? Very odd.&#60;/p&#62;
&#60;p&#62;Who is your web host? Did they give an explanation as to why? Seems very limiting.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kim.telenet on "export data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/export-data#post-2850</link>
			<pubDate>Thu, 21 Jan 2010 05:12:23 +0000</pubDate>
			<dc:creator>kim.telenet</dc:creator>
			<guid isPermaLink="false">2850@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just wanted to point out a quick workaround for users that aren't able to export data because of some restriction on their server.&#60;/p&#62;
&#60;p&#62;In my case my server didn't allow the export script to create the export file. It does however allow the script to modify an existing file with appropriate permissions (chmod to 755 or 777).&#60;/p&#62;
&#60;p&#62;So this is what i did:&#60;/p&#62;
&#60;p&#62;1/create a file called export_data.cvs in the following folder: wp-content/uploads/gravity_forms/1/&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;you might need to create these subfolders in your uploads folder; also make sure this is the folder specified as your upload folder in wp settings &#38;gt; Miscelaneous&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;2/ in gravityforms plugin export.php change line 188&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$file_name = &#38;quot;export_&#38;quot; . time() . &#38;quot;.csv&#38;quot;;&#60;/code&#62;to&#60;br /&#62;
&#60;code&#62;$file_name = &#38;quot;export_data.csv&#38;quot;;&#60;/code&#62;&#60;br /&#62;
Note: making this file static and chmodding it to 777 creates a security risk, so i would recommend choosing your own custom name for this file in stead of 'export_data.csv'.&#60;/p&#62;
&#60;p&#62;Note2: everytime you export a form, the data will be overwritten. To separate the different forms, you could add the form_id to the file name &#60;code&#62;$file_name = &#38;quot;export_data_&#38;quot; . $form_id. &#38;quot;.csv&#38;quot;;&#60;/code&#62; and create a file on your server for each form you need to export.&#60;/p&#62;
&#60;p&#62;Note3: after a plugin upgrade, you will need to apply this hack again.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
