<?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: Not All Entries Coming Through</title>
		<link>https://legacy.forums.gravityhelp.com/topic/not-all-entries-coming-through</link>
		<description>Gravity Support Forums Topic: Not All Entries Coming Through</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:12:40 +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/not-all-entries-coming-through" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Not All Entries Coming Through"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/not-all-entries-coming-through#post-105040</link>
			<pubDate>Thu, 20 Dec 2012 15:16:56 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">105040@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you were able to figure it out. All my best!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SunPrinting on "Not All Entries Coming Through"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/not-all-entries-coming-through#post-105011</link>
			<pubDate>Thu, 20 Dec 2012 14:02:47 +0000</pubDate>
			<dc:creator>SunPrinting</dc:creator>
			<guid isPermaLink="false">105011@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I missed one of the settings that needed to be changed in the php.ini file. Once I changed both the fileuploadsize and the postsize everything fell into place. Thank you so much for you help on this matter.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Not All Entries Coming Through"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/not-all-entries-coming-through#post-104596</link>
			<pubDate>Wed, 19 Dec 2012 15:29:11 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">104596@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You might want to contact your host about that limitation as they might have the server set to stick to their settings as a security thing.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SunPrinting on "Not All Entries Coming Through"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/not-all-entries-coming-through#post-104592</link>
			<pubDate>Wed, 19 Dec 2012 15:21:20 +0000</pubDate>
			<dc:creator>SunPrinting</dc:creator>
			<guid isPermaLink="false">104592@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think the real hang up is the file size upload limit is set at 10M but no matter where I try and change the settings nothing changes.  Everything that fails loads until it hits 100% and then nothing. No error message. Things below 10mb seem okay but I did have one instance when it gave me an error page that said the webpage was not longer available.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SunPrinting on "Not All Entries Coming Through"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/not-all-entries-coming-through#post-104584</link>
			<pubDate>Wed, 19 Dec 2012 14:54:51 +0000</pubDate>
			<dc:creator>SunPrinting</dc:creator>
			<guid isPermaLink="false">104584@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I added the following to the php.ini file at the same level at the wp-config file for the subsite but I don't see a change in settings when I view the info.php page. &#60;/p&#62;
&#60;p&#62;upload_max_filesize = 64M&#60;br /&#62;
post_max_size = 64M&#60;br /&#62;
max_execution_time = 300&#60;br /&#62;
max_input_time = 300
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SunPrinting on "Not All Entries Coming Through"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/not-all-entries-coming-through#post-104566</link>
			<pubDate>Wed, 19 Dec 2012 14:03:16 +0000</pubDate>
			<dc:creator>SunPrinting</dc:creator>
			<guid isPermaLink="false">104566@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay, I've added the phpinfo page and you can access it at&#60;br /&#62;
&#60;a href=&#34;http://temptestblog.angela.sunprintinghost.com/info.php&#34; rel=&#34;nofollow&#34;&#62;http://temptestblog.angela.sunprintinghost.com/info.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;There is no message when the upload fails. It just refreshes the page you were on without any changes. Customers contacted us that they sent files. We stepped through things with them. I was able to witness 4 failures out of twelve upload attempts. The bigger the file the more likely to fail but noticed I tried sending the same file twice and the second time it went through. I think it is a time issue where the upload is just stopping before it can complete.  This site is a sub-site on a reseller account. I have added a php.ini file with the following code...&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
upload_max_filesize = 64M&#60;br /&#62;
post_max_size = 64M&#60;br /&#62;
max_execution_time = 300&#60;br /&#62;
?&#38;gt; &#60;/p&#62;
&#60;p&#62;But it seems to be reading the settings from the public.html php.ini file which is set at 30. Can I duplicate the public php.ini file from the main home folder and put it in the sub-site home, change the settings and save it there?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Not All Entries Coming Through"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/not-all-entries-coming-through#post-104485</link>
			<pubDate>Wed, 19 Dec 2012 11:14:37 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">104485@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Also, how do you know the uploads are failing?  Do you have an error where the uploaded file should be, in an entry or email notification.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Not All Entries Coming Through"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/not-all-entries-coming-through#post-104484</link>
			<pubDate>Wed, 19 Dec 2012 11:13:56 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">104484@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you put a php info file in the directory where you have your custom php.ini, and load it in a browser to see if the changes you are making in your custom php.ini are actually having an effect?  Add this to a file and call that file up in a browser:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
phpinfo();
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Save that as info.php, maybe, and call it up here:&#60;br /&#62;
&#60;a href=&#34;http://temptestblog.angela.sunprintinghost.com/info.php&#34; rel=&#34;nofollow&#34;&#62;http://temptestblog.angela.sunprintinghost.com/info.php&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SunPrinting on "Not All Entries Coming Through"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/not-all-entries-coming-through#post-102699</link>
			<pubDate>Fri, 14 Dec 2012 12:31:10 +0000</pubDate>
			<dc:creator>SunPrinting</dc:creator>
			<guid isPermaLink="false">102699@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Don't know if these settings are inportant but this is what is in the main domain php.ini file&#60;br /&#62;
;;;;;;;;;;;;;;;;;;;&#60;br /&#62;
; Resource Limits ;&#60;br /&#62;
;;;;;;;;;;;;;;;;;;;&#60;/p&#62;
&#60;p&#62;; Maximum execution time of each script, in seconds&#60;br /&#62;
; &#60;a href=&#34;http://php.net/max-execution-time&#34; rel=&#34;nofollow&#34;&#62;http://php.net/max-execution-time&#60;/a&#62;&#60;br /&#62;
; Note: This directive is hardcoded to 0 for the CLI SAPI&#60;br /&#62;
max_execution_time = 30&#60;/p&#62;
&#60;p&#62;; Maximum amount of time each script may spend parsing request data. It's a good&#60;br /&#62;
; idea to limit this time on productions servers in order to eliminate unexpectedly&#60;br /&#62;
; long running scripts.&#60;br /&#62;
; Note: This directive is hardcoded to -1 for the CLI SAPI&#60;br /&#62;
; Default Value: -1 (Unlimited)&#60;br /&#62;
; Development Value: 60 (60 seconds)&#60;br /&#62;
; Production Value: 60 (60 seconds)&#60;br /&#62;
; &#60;a href=&#34;http://php.net/max-input-time&#34; rel=&#34;nofollow&#34;&#62;http://php.net/max-input-time&#60;/a&#62;&#60;br /&#62;
max_input_time = 60&#60;/p&#62;
&#60;p&#62;; Maximum input variable nesting level&#60;br /&#62;
; &#60;a href=&#34;http://php.net/max-input-nesting-level&#34; rel=&#34;nofollow&#34;&#62;http://php.net/max-input-nesting-level&#60;/a&#62;&#60;br /&#62;
;max_input_nesting_level = 64&#60;/p&#62;
&#60;p&#62;; Maximum amount of memory a script may consume (128MB)&#60;br /&#62;
; &#60;a href=&#34;http://php.net/memory-limit&#34; rel=&#34;nofollow&#34;&#62;http://php.net/memory-limit&#60;/a&#62;&#60;br /&#62;
memory_limit = 128M&#60;/p&#62;
&#60;p&#62;What I have set in the subdomain directory php.ini file is&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
upload_max_filesize = 64M&#60;br /&#62;
post_max_size = 64M&#60;br /&#62;
max_execution_time = 300&#60;br /&#62;
?&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SunPrinting on "Not All Entries Coming Through"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/not-all-entries-coming-through#post-102682</link>
			<pubDate>Fri, 14 Dec 2012 11:38:33 +0000</pubDate>
			<dc:creator>SunPrinting</dc:creator>
			<guid isPermaLink="false">102682@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Using form to upload customer file and info. Some files upload successfully while others load to 100% on the progress bar but when they say communicating with the site address and the process stops. There is no error reported nor text stating a success. Customers think they have finished the process but the file never reaches the upload folder or even Dropbox when we had that gravity form plug-in initiated. I know that the timeout for file upload is 300 seconds and the file upload takes less than that. Also the max file size upload is 64 mb and the files that have failed have all been below this file size. It does seem that files over 10 MB are more likely to fail based on testing results I have tried but this is not always the case. I have also tried a variety of file types based on the file requirements we have set(pdf, zip, doc, docx). I have also set up the form on this test site that has a default WP theme and no additional plug-ins so I have ruled out interactions with other programs.  WP version 3.5 / php 5.3.8&#60;/p&#62;
&#60;p&#62;This is the URL for the dummy site that has a single gravity form including a file upload feature.&#60;br /&#62;
&#60;a href=&#34;http://temptestblog.angela.sunprintinghost.com/home-page/&#34; rel=&#34;nofollow&#34;&#62;http://temptestblog.angela.sunprintinghost.com/home-page/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
