<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: HTTP Error 500 (Internal Server Error)</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: HTTP Error 500 (Internal Server Error)</description>
<language>en</language>
<pubDate>Sat, 04 Apr 2026 21:25:50 +0000</pubDate>

<item>
<title>yuniar on "HTTP Error 500 (Internal Server Error)"</title>
<link>https://www.machform.com/forums/topic/http-error-500-internal-server-error#post-20091</link>
<pubDate>Tue, 04 Feb 2014 16:19:45 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">20091@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;sounds great! :-)
&#60;/p&#62;</description>
</item>
<item>
<title>agdm619 on "HTTP Error 500 (Internal Server Error)"</title>
<link>https://www.machform.com/forums/topic/http-error-500-internal-server-error#post-20076</link>
<pubDate>Sun, 02 Feb 2014 06:20:17 +0000</pubDate>
<dc:creator>agdm619</dc:creator>
<guid isPermaLink="false">20076@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Found the problem!! Years ago when I did the PHP install apparently the PDO option wasn't installed. Reinstalled PHP with the PDO for MySQL option and everything is good! &#60;/p&#62;
&#60;p&#62;Thanks for your help!&#60;br /&#62;
Aaron
&#60;/p&#62;</description>
</item>
<item>
<title>agdm619 on "HTTP Error 500 (Internal Server Error)"</title>
<link>https://www.machform.com/forums/topic/http-error-500-internal-server-error#post-20074</link>
<pubDate>Sun, 02 Feb 2014 02:35:49 +0000</pubDate>
<dc:creator>agdm619</dc:creator>
<guid isPermaLink="false">20074@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;&#60;code&#62;[01-Feb-2014 11:32:12] PHP Fatal error:  Class &#38;#39;PDO&#38;#39; not found in C:\Inetpub\wwwroot\General_Production_Service\onlineforms\upgrade.php on line 37&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This is the error in my PHP log file. Any help on this would be great! I'm completely dead in the water...
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "HTTP Error 500 (Internal Server Error)"</title>
<link>https://www.machform.com/forums/topic/http-error-500-internal-server-error#post-20065</link>
<pubDate>Sat, 01 Feb 2014 09:23:05 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">20065@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Ok, one more time, try to edit your &#34;lib/password-hash.php&#34; file, search around line 212-217 for this block of code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if (CRYPT_BLOWFISH == 1 &#38;#38;&#38;#38; !$this-&#38;gt;portable_hashes) {
			$random = $this-&#38;gt;get_random_bytes(16);
			$hash =
			    crypt($password, $this-&#38;gt;gensalt_blowfish($random));
			if (strlen($hash) == 60)
				return $hash;
		}

		if (CRYPT_EXT_DES == 1 &#38;#38;&#38;#38; !$this-&#38;gt;portable_hashes) {
			if (strlen($random) &#38;lt; 3)
				$random = $this-&#38;gt;get_random_bytes(3);
			$hash =
			    crypt($password, $this-&#38;gt;gensalt_extended($random));
			if (strlen($hash) == 20)
				return $hash;
		}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;remove that entire block of code.&#60;br /&#62;
If that doesn't fix the issue, you'll need to check into your PHP error log file to see the exact error message.&#60;/p&#62;
&#60;p&#62;There could be corrupted files, etc.
&#60;/p&#62;</description>
</item>
<item>
<title>agdm619 on "HTTP Error 500 (Internal Server Error)"</title>
<link>https://www.machform.com/forums/topic/http-error-500-internal-server-error#post-20031</link>
<pubDate>Wed, 29 Jan 2014 05:44:11 +0000</pubDate>
<dc:creator>agdm619</dc:creator>
<guid isPermaLink="false">20031@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I've done everything I know to get this to work. We've really enjoyed using v2.4, I was hoping to utilize the new features in v3.5. I can't seem to get passed this HTTP Error 500 no matter what I do. I'm hosting my own server Windows Server 2003 - IIS6 - PHP 5.2.6 - MySQL 5.0.45 It's worked fine running v2.4 for years. Now I cant get it to work.&#60;/p&#62;
&#60;p&#62;PLEASE HELP!!!&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Aaron
&#60;/p&#62;</description>
</item>
<item>
<title>agdm619 on "HTTP Error 500 (Internal Server Error)"</title>
<link>https://www.machform.com/forums/topic/http-error-500-internal-server-error#post-20029</link>
<pubDate>Wed, 29 Jan 2014 01:30:49 +0000</pubDate>
<dc:creator>agdm619</dc:creator>
<guid isPermaLink="false">20029@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;bump..
&#60;/p&#62;</description>
</item>
<item>
<title>agdm619 on "HTTP Error 500 (Internal Server Error)"</title>
<link>https://www.machform.com/forums/topic/http-error-500-internal-server-error#post-20023</link>
<pubDate>Sun, 26 Jan 2014 01:14:40 +0000</pubDate>
<dc:creator>agdm619</dc:creator>
<guid isPermaLink="false">20023@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;No dice...anything else I can try?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "HTTP Error 500 (Internal Server Error)"</title>
<link>https://www.machform.com/forums/topic/http-error-500-internal-server-error#post-20018</link>
<pubDate>Sat, 25 Jan 2014 09:10:02 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">20018@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;agdm619 -- try to edit your upgrade.php file, search around line 22 for this code;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;define(&#38;#39;SKIP_DB_BACKUP&#38;#39;,false);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change it to become:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;define(&#38;#39;SKIP_DB_BACKUP&#38;#39;,true);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;then try to run the upgrade script again.
&#60;/p&#62;</description>
</item>
<item>
<title>agdm619 on "HTTP Error 500 (Internal Server Error)"</title>
<link>https://www.machform.com/forums/topic/http-error-500-internal-server-error#post-20006</link>
<pubDate>Sat, 25 Jan 2014 07:42:26 +0000</pubDate>
<dc:creator>agdm619</dc:creator>
<guid isPermaLink="false">20006@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I have the same problem...Upgrading from v2.4 to v3.5 I followed the instruction's on this website. All I get is blank pages on Chrome, Safari and Firefox and get the HTTP 500 Internal Server Error on IE when I run the upgrade.php.&#60;/p&#62;
&#60;p&#62;HELP PLEASE!
&#60;/p&#62;</description>
</item>
<item>
<title>loris on "HTTP Error 500 (Internal Server Error)"</title>
<link>https://www.machform.com/forums/topic/http-error-500-internal-server-error#post-16832</link>
<pubDate>Sat, 19 Jan 2013 04:44:31 +0000</pubDate>
<dc:creator>loris</dc:creator>
<guid isPermaLink="false">16832@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Made the database, changed the config.php file per instructions on this website.  Uploaded the files (have tried several times) and when I try to go the installer I get the &#34;HTTP Error 500 (Internal Server Error)&#34; in Chrome and in Safari or Firefox I just get an empty page.&#60;/p&#62;
&#60;p&#62;I did check the versions of php and mySQL and they are both higher than required.  I also was able to do the info.php thing that was mentioned in another thread.&#60;/p&#62;
&#60;p&#62;ETA: Fixed it.  Evidently BBEdit messed up the config file.  I downloaded machform again and changed the config file in TextWrangler instead and then it worked perfectly!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
