<?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: FAILED (Upload folder could not be created.)</title>
		<link>https://legacy.forums.gravityhelp.com/topic/failed-upload-folder-could-not-be-created-3</link>
		<description>Gravity Support Forums Topic: FAILED (Upload folder could not be created.)</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:29:13 +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/failed-upload-folder-could-not-be-created-3" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "FAILED (Upload folder could not be created.)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/failed-upload-folder-could-not-be-created-3#post-159571</link>
			<pubDate>Mon, 04 Mar 2013 01:02:16 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">159571@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for that update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Watchman Monitoring on "FAILED (Upload folder could not be created.)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/failed-upload-folder-could-not-be-created-3#post-159536</link>
			<pubDate>Mon, 04 Mar 2013 00:07:30 +0000</pubDate>
			<dc:creator>Watchman Monitoring</dc:creator>
			<guid isPermaLink="false">159536@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK - WOW&#60;/p&#62;
&#60;p&#62;At some point, someone (probably me) set a different upload folder.&#60;/p&#62;
&#60;p&#62;wp-admin/options-media.php  was set to /wp-content-uploaded&#60;/p&#62;
&#60;p&#62;that folder didn't have permissions set properly.&#60;/p&#62;
&#60;p&#62;It was as simple as that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Watchman Monitoring on "FAILED (Upload folder could not be created.)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/failed-upload-folder-could-not-be-created-3#post-158953</link>
			<pubDate>Sat, 02 Mar 2013 14:39:01 +0000</pubDate>
			<dc:creator>Watchman Monitoring</dc:creator>
			<guid isPermaLink="false">158953@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;ok, thanks for all this.&#60;br /&#62;
I can't figure it out, but our support site can handle the need for me.. I'm I'd have no issues with the plugin on any new installation.&#60;/p&#62;
&#60;p&#62;Be well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "FAILED (Upload folder could not be created.)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/failed-upload-folder-could-not-be-created-3#post-145026</link>
			<pubDate>Sat, 09 Feb 2013 02:43:55 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">145026@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;pre&#62;&#60;code&#62;define(&#38;#39;CONCATENATE_SCRIPTS&#38;#39;, false);
/* That&#38;#39;s all, stop editing! Happy blogging. */

/* setting up caching */
define(&#38;#39;WP_CACHE&#38;#39;, true);

/** Absolute path to the WordPress directory. */
if ( !defined(&#38;#39;ABSPATH&#38;#39;) )
define(&#38;#39;ABSPATH&#38;#39;, dirname(__FILE__) . &#38;#39;/&#38;#39;);

/** Sets up WordPress vars and included files. */
require_once(ABSPATH . &#38;#39;wp-settings.php&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;None of that should cause a problem.  The last two are stock WordPress.  The CONCATENATE_SCRIPTS one will have no effect, and the WP_CACHE could have an effect on form submissions, but should not affect file uploads.&#60;/p&#62;
&#60;p&#62;The error specifically said &#34;wp_rg_twilio&#34; table which is one of ours.&#60;/p&#62;
&#60;p&#62;The file uploads from a form will go to wp-content/uploads/gravity_forms/6-somerandomstring/&#60;/p&#62;
&#60;p&#62;So, all those permissions and ownership need to be correct.&#60;/p&#62;
&#60;p&#62;Be sure that you have not changed the upload path either in your media settings or with code in your functions.php.&#60;/p&#62;
&#60;p&#62;Also, be sure all the database tables made it OK after the migration.  I think that would have other effects, but it would be good to check.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Watchman Monitoring on "FAILED (Upload folder could not be created.)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/failed-upload-folder-could-not-be-created-3#post-145017</link>
			<pubDate>Sat, 09 Feb 2013 02:20:04 +0000</pubDate>
			<dc:creator>Watchman Monitoring</dc:creator>
			<guid isPermaLink="false">145017@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Chris!&#60;/p&#62;
&#60;p&#62;I got this in the form submission&#60;/p&#62;
&#60;p&#62; 	FAILED (Upload folder could not be created.)&#60;/p&#62;
&#60;p&#62;I'll have to check the twillio add on.. it seemed to me that twilio is a library in use by various plugins, and i don't remember installing a twilio plugin directly...&#60;/p&#62;
&#60;p&#62;Let's assume it's a file system issue.&#60;/p&#62;
&#60;p&#62;what folders should I check?&#60;/p&#62;
&#60;p&#62;and is any of this, from my wp-config file, a known problem?&#60;/p&#62;
&#60;p&#62;define('CONCATENATE_SCRIPTS', false);&#60;br /&#62;
/* That's all, stop editing! Happy blogging. */&#60;/p&#62;
&#60;p&#62;/* setting up caching */&#60;br /&#62;
define('WP_CACHE', true);&#60;/p&#62;
&#60;p&#62;/** Absolute path to the WordPress directory. */&#60;br /&#62;
if ( !defined('ABSPATH') )&#60;br /&#62;
	define('ABSPATH', dirname(__FILE__) . '/');&#60;/p&#62;
&#60;p&#62;/** Sets up WordPress vars and included files. */&#60;br /&#62;
require_once(ABSPATH . 'wp-settings.php');
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "FAILED (Upload folder could not be created.)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/failed-upload-folder-could-not-be-created-3#post-145004</link>
			<pubDate>Sat, 09 Feb 2013 01:51:10 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">145004@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I was able to submit the form fine, without error, and uploaded an RTF file.&#60;/p&#62;
&#60;p&#62;That log file seems to be something about the Twilio add-on, maybe you had that but don't any longer or something?  Or you have it but the tables are not present?&#60;/p&#62;
&#60;p&#62;So, ignoring the error log for right now, what is happening? Form submissions make it through, but the uploaded file will not be present?  Can you tell me if my 'gfdocs-add-tax.rtf' file was uploaded properly?&#60;/p&#62;
&#60;p&#62;Please do make sure all the database tables made it over from one server to the other.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Watchman Monitoring on "FAILED (Upload folder could not be created.)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/failed-upload-folder-could-not-be-created-3#post-144520</link>
			<pubDate>Fri, 08 Feb 2013 01:41:27 +0000</pubDate>
			<dc:creator>Watchman Monitoring</dc:creator>
			<guid isPermaLink="false">144520@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm getting an error on this form&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.watchmanmonitoring.com/notes/&#34; rel=&#34;nofollow&#34;&#62;http://www.watchmanmonitoring.com/notes/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;it's my install, on my server, and the server can otherwise update itself properly.&#60;/p&#62;
&#60;p&#62;I've chmoded the uploads folders, and still get this log file when people try to submit a form with an attachment.&#60;/p&#62;
&#60;p&#62;(I get the rest of the form fine)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://piratepad.net/VduQdtkiQT&#34; rel=&#34;nofollow&#34;&#62;http://piratepad.net/VduQdtkiQT&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;it's yaking about a database error.. not  file thing.&#60;/p&#62;
&#60;p&#62;I DID move this wordpress install from another host, but don't think I missed anything in the database dump/restore.&#60;/p&#62;
&#60;p&#62;Please advise what I should look for next?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
