<?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 Tag: 500 Internal Server Error - Recent Posts</title>
		<link>https://legacy.forums.gravityhelp.com/tags/500-internal-server-error</link>
		<description>Gravity Support Forums Tag: 500 Internal Server Error - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 16:36:18 +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/tags/500-internal-server-error" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "populate function give a white page. Why ?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-function-give-a-white-page-why#post-161908</link>
			<pubDate>Wed, 06 Mar 2013 08:45:19 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">161908@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What error is logged when you get the white screen?  A 500 Internal Server Error should be logged.  We will need to know what the error is to be able to help you resolve it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Laurent CUCHET on "populate function give a white page. Why ?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-function-give-a-white-page-why#post-160638</link>
			<pubDate>Tue, 05 Mar 2013 05:26:30 +0000</pubDate>
			<dc:creator>Laurent CUCHET</dc:creator>
			<guid isPermaLink="false">160638@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;All in question, and the code here come from Gravity. Any idea why I get errors ?&#60;/p&#62;
&#60;p&#62;Code paste in functions.php :&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// populate the field with &#38;quot;user_firstname&#38;quot; as the population parameter with the &#38;quot;first_name&#38;quot; of the current user
add_filter(&#38;#39;gform_field_value_user_firstname&#38;#39;, create_function(&#38;quot;&#38;quot;, &#38;#39;$value = populate_usermeta(\&#38;#39;first_name\&#38;#39;); return $value;&#38;#39; ));

// populate the field with &#38;quot;user_lastname&#38;quot; as the population parameter with the &#38;quot;last_name&#38;quot; of the current user
add_filter(&#38;#39;gform_field_value_user_lastname&#38;#39;, create_function(&#38;quot;&#38;quot;, &#38;#39;$value = populate_usermeta(\&#38;#39;last_name\&#38;#39;); return $value;&#38;#39; ));

// populate the field with &#38;quot;user_email&#38;quot; as the population parameter with the &#38;quot;email&#38;quot; of the current user
add_filter(&#38;#39;gform_field_value_user_email&#38;#39;, create_function(&#38;quot;&#38;quot;, &#38;#39;$value = populate_usermeta(\&#38;#39;user_email\&#38;#39;); return $value;&#38;#39; ));

// this function is called by both filters and returns the requested user meta of the current user
function populate_usermeta($meta_key){
global $current_user;
return $current_user-&#38;gt;__get($meta_key);
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Gravity Form installation crashed my page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-form-installation-crashed-my-page#post-159572</link>
			<pubDate>Mon, 04 Mar 2013 01:03:37 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">159572@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We will need to know what the error was which caused the site to go down. When the page is white or you get a blank screen, it is normally a 500 Internal Server error.  Those errors will be logged.  We need to know what the error was to know how to help you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>designpretty on "Gravity Form installation crashed my page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-form-installation-crashed-my-page#post-159366</link>
			<pubDate>Sun, 03 Mar 2013 20:04:34 +0000</pubDate>
			<dc:creator>designpretty</dc:creator>
			<guid isPermaLink="false">159366@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I tried to install Gravity for on my wordpress and it completely crashed my page to the point where I couldn't even access my dashboard.  I subsequently had to contact my programer to fix it which defeated the purpose of using gravity forms.  Please contact me to assist with installation or refund my money asap.&#60;/p&#62;
&#60;p&#62;Thank you,&#60;/p&#62;
&#60;p&#62;Oneka Benn Schwartz
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Problem with aruba hosting and gravityform activation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-aruba-hosting-and-gravityform-activation#post-157807</link>
			<pubDate>Fri, 01 Mar 2013 11:05:07 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">157807@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The issue is that we can't control misconfigured servers. The document root should point to the real document root... Either your files have to match (having them in the /home directory as PHP expects) or you have to find a way to override the document root so that PHP scripts will work correctly - &#60;a href=&#34;http://stackoverflow.com/questions/390276/how-to-programmatically-determine-the-document-root-in-php&#34; rel=&#34;nofollow&#34;&#62;http://stackoverflow.com/questions/390276/how-to-programmatically-determine-the-document-root-in-php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This isn't a Gravity Forms issue and will potentially lead to many things not working correctly on your server if you don't get it properly resolved.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stefanocec on "Problem with aruba hosting and gravityform activation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-aruba-hosting-and-gravityform-activation#post-157803</link>
			<pubDate>Fri, 01 Mar 2013 10:59:36 +0000</pubDate>
			<dc:creator>stefanocec</dc:creator>
			<guid isPermaLink="false">157803@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes. I have no directories called &#34;home&#34;. The real structure is &#34;/web/htdocs/www.mysite.it/wp-content/plugins/gravityform/&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Problem with aruba hosting and gravityform activation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-aruba-hosting-and-gravityform-activation#post-157792</link>
			<pubDate>Fri, 01 Mar 2013 10:54:02 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">157792@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just to confirm, the Server listed Document Root is /web/htdocs/www.mysite.it/home/ but the files are actually in /web/htdocs/www.mysite.it/ ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stefanocec on "Problem with aruba hosting and gravityform activation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-aruba-hosting-and-gravityform-activation#post-157786</link>
			<pubDate>Fri, 01 Mar 2013 10:50:23 +0000</pubDate>
			<dc:creator>stefanocec</dc:creator>
			<guid isPermaLink="false">157786@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Good morning,&#60;br /&#62;
I have a problem with Gravity Form and aruba hosting. When I activate gravity in plugin section, the server goes to 500 error. I don't see any error in error log.&#60;br /&#62;
I know that aruba Document Root is &#34;/web/htdocs/www.mysite.it/home/&#34; and not &#34;/web/htdocs/www.mysite.it/&#34;.&#60;br /&#62;
They add a &#34;/home&#34; directory by default but this directory doesn't exists physically.&#60;br /&#62;
Maybe gravityform includes its files based on the Document Root of the server, and it fails because the document root is wrong.&#60;br /&#62;
I asked them to change the Document Root but they said it's impossible.&#60;br /&#62;
Have you got a solution for this problem?&#60;br /&#62;
I've already used gravity form many times but never on aruba hosting. This is the first time.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Slowing and Screwing up my WP-Admin"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/slowing-and-screwing-up-my-wp-admin#post-154606</link>
			<pubDate>Tue, 26 Feb 2013 00:09:58 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">154606@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That is certainly very strange.  Can you run a security scan on your site and see if there was some sort of infection or hack? &#60;/p&#62;
&#60;p&#62;Here is one free one, but does not catch everything:&#60;br /&#62;
&#60;a href=&#34;http://sitecheck.sucuri.net/scanner/&#34; rel=&#34;nofollow&#34;&#62;http://sitecheck.sucuri.net/scanner/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Sometimes you have to look through the files on the server to see what was modified or added.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>josh_coote on "Slowing and Screwing up my WP-Admin"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/slowing-and-screwing-up-my-wp-admin#post-154467</link>
			<pubDate>Mon, 25 Feb 2013 20:34:19 +0000</pubDate>
			<dc:creator>josh_coote</dc:creator>
			<guid isPermaLink="false">154467@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;As simple as it seems... i deleted the plugin and reinstalled... seems to be working fine.  I'm not sure why it stopped working all of a sudden.  but fingers crossed it wont happen again.&#60;/p&#62;
&#60;p&#62;Thanks for your help.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
