<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Search results matching tag 'IIS7 fastCGI Installation'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=IIS7+fastCGI+Installation&amp;orTags=0</link><description>Search results matching tag 'IIS7 fastCGI Installation'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Php does not open files that are absolute</title><link>http://forums.iis.net/p/1157070/1901484.aspx#1901484</link><pubDate>Wed, 22 Apr 2009 13:16:38 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1901484</guid><dc:creator>andrewkillen</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;Hey all, &lt;br /&gt;&lt;br /&gt;I really need some help getting to the bottom of this problem.&amp;nbsp; I&amp;#39;ve used the MS beta web installer to get FastCGI PHP 5.2.9 onto my new Vista home premium machine.&amp;nbsp; And since installing I&amp;#39;ve had many problems with php scripts that I have created and have out in the wild. &lt;br /&gt;&lt;br /&gt;Basically it seems to be a directory/file IO issue.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;1. require once&lt;/p&gt;&lt;p&gt;If I use requre_once in any other way than &amp;quot;file.php&amp;quot; or &amp;quot;./file.php&amp;quot;, ie &amp;quot;/include/stuff/file.php&amp;quot; or ($docroot.&amp;quot;/include/stuff/file.php), Require_once cannot open the file or directory&lt;br /&gt;&lt;br /&gt;here is the error detail&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;PHP Warning:  require_once(/dieet/include/php/basepage.php) [&amp;lt;a href=&amp;#39;function.require-once&amp;#39;&amp;gt;function.require-once&amp;lt;/a&amp;gt;]: failed to open stream: No such file or directory in C:\Users\Andy\sites\dieet-4u\dieet\index.php on line 10&lt;br /&gt;PHP Fatal error:  require_once() [&amp;lt;a href=&amp;#39;function.require&amp;#39;&amp;gt;function.require&amp;lt;/a&amp;gt;]: Failed opening required &amp;#39;/dieet/include/php/basepage.php&amp;#39; (include_path=&amp;#39;.;C:\php5\pear&amp;#39;) in C:\Users\Andy\sites\dieet-4u\dieet\index.php on line 10&lt;br /&gt;&lt;/pre&gt;&lt;p&gt;Please help!&amp;nbsp; I need to get to the bottom of this... so any advice will be very greatfully recieved&lt;br /&gt;thanks in advance&lt;/p&gt;&lt;p&gt;Andy &lt;br /&gt;&lt;/p&gt;</description></item><item><title>IIS7 -FastCGI -PHP White Screen of Death</title><link>http://forums.iis.net/p/1155825/1895924.aspx#1895924</link><pubDate>Sat, 07 Mar 2009 04:59:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1895924</guid><dc:creator>gusus</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;I am having an issue with IIS7 and PHP relating to clients receiving the white screen of death (blank page) after 90 seconds of processing.&amp;nbsp; Standard php processing works fine. &amp;nbsp; &lt;/p&gt;&lt;p&gt;The following are set in php.ini:&lt;/p&gt;&lt;p&gt;max_execution_time = 180&lt;br /&gt;max_input_time = 180&lt;br /&gt;memory_limit = 128M&lt;/p&gt;&lt;p&gt;In the FastCGI configuration on IIS I have the following:&lt;/p&gt;&lt;p&gt;ActivityTimeout 900&lt;br /&gt;IdleTimeout 300&lt;br /&gt;RequestTimeout 500&lt;/p&gt;&lt;p&gt;I have a simple page that runs through loop and sleeps every 15 seconds.&amp;nbsp; If I set the max_execution_time to 30 seconds, I get the php execution time exceeded error as I should with two entries in the page. If I manually set_time_limit(0), it gives the white page of death.&amp;nbsp; I have set php logging and nothing appears in the log.&amp;nbsp; I intentionally put a syntax error to make sure and the syntax error was logged.&amp;nbsp; In addition, I can set the ActivityTimeout to 10 and IIS gives me a 500 error telling me that the FastCGI process exceeded the configuration activity timeout.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The weird thing is the Failed Request Tracking show that the time taken was 30592 msec with a status of 200 (I assume success).&amp;nbsp; However, the last entry in the request trace is &amp;quot;FASTCGI_WAITING_FOR_RESPONSE&amp;quot;...&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Any ideas???&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: PHP on IIS 7</title><link>http://forums.iis.net/p/1152881/1887245.aspx#1887245</link><pubDate>Thu, 11 Dec 2008 04:57:22 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1887245</guid><dc:creator>tk7275</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;Not to hijack this thread, but I&amp;#39;m experiencing similar issues.&lt;/p&gt;
&lt;p&gt;I followed the instructions in this blog: &lt;a href="http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/"&gt;http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m running Windows 2008 x64 in a VMware ESXi Virtual Machine.&amp;nbsp; All network components are working, as I&amp;#39;m able to a) download patches and b) get to this blog to write this post :)&lt;/p&gt;
&lt;p&gt;Directions seemed to be going fine, I got the 5.2.8 version of PHP, installed the IIS7 admin tools for FastCGI administration, etc.&amp;nbsp; Typed in c:\php\php -info and a whole slew of text scrolled across my machine.&amp;nbsp; Yay!&lt;/p&gt;
&lt;p&gt;But then, I tried two things: 1) place the phpinfo.php into the c:\windows\inetpub directory, and 2) created a c:\www\phptest directory, placed the phpinfo.php and an index.php (both with the same text),&amp;nbsp;created a virtual directory called phptest&lt;/p&gt;
&lt;p&gt;I tried &lt;a href="http://localhost/phpinfo.php"&gt;http://localhost/phpinfo.php&lt;/a&gt;&amp;nbsp; and &lt;a href="http://localhost/phptest"&gt;http://localhost/phptest&lt;/a&gt; and &lt;a href="http://localhost/phptest/phpinfo.php"&gt;http://localhost/phptest/phpinfo.php&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I ensured that phpinfo.php and index.php were included in all the default documents (even made it first on the list.)&lt;/p&gt;
&lt;p&gt;One thing I noticed, the docs say if you don&amp;#39;t see the modules listed (mind you, that&amp;#39;s if the website even worked) to edit the applicationHost.config file - I don&amp;#39;t have that file in my system32\config... it&amp;#39;s in a HISTORY directory...&amp;nbsp; (it exists on my Windows2003 server in that location, but not Windows 2008)&amp;nbsp; Is that causing issues?&lt;/p&gt;
&lt;p&gt;And I got error 403.14 - Forbidden&lt;/p&gt;
&lt;p&gt;Module: DirectoryListingModule&lt;/p&gt;
&lt;p&gt;Notification: ExecuteRequestHandler&lt;/p&gt;
&lt;p&gt;Handler: StaticFile&lt;/p&gt;
&lt;p&gt;ErrorCode: 00000000&lt;/p&gt;
&lt;p&gt;(Logon method and user, both Anonymous)&lt;/p&gt;
&lt;p&gt;If I tried &lt;a href="http://localhost/phptest/phpinfo.php"&gt;http://localhost/phptest/phpinfo.php&lt;/a&gt; I got the generic &amp;quot;The webpage cannot be found.&amp;quot;&lt;/p&gt;
&lt;p&gt;I tried downloading the x64 bit verion from Fusion (5.2.5)... Same errors&lt;/p&gt;
&lt;p&gt;I had similar experiences with getting PHP to work on Windows 2003 R2 with IIS6.&lt;/p&gt;
&lt;p&gt;PHP from the commandline works - but can&amp;#39;t get IIS to get it to work.&lt;/p&gt;
&lt;p&gt;Using things like Filemon (on Win2003 at least) never really revealed where I didn&amp;#39;t have permissions.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m new to IIS7, so maybe it&amp;#39;s a security thing?&amp;nbsp; Dunno.&amp;nbsp; It&amp;#39;s a pretty vanilla Windows 2008 Server.&amp;nbsp; Freshly created to get IIS7 and PHP working (with FastCGI)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any help or directions would be nice.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Thanks,&lt;/p&gt;
&lt;p&gt;TK&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>PHP on IIS 7</title><link>http://forums.iis.net/p/1152881/1884023.aspx#1884023</link><pubDate>Thu, 06 Nov 2008 23:25:06 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1884023</guid><dc:creator>ericandrews</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;Hello to everyone. I am trying to get PHP 5.2.6 to work on IIS 7. I followed all the directions in the article &amp;quot;Using FastCGI to Host PHP Applications on IIS 7.0&amp;quot;, located here:&amp;nbsp; http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/&lt;/p&gt;&lt;p&gt;I followed all the steps, opened up a command prompt, typed in C:\PHP&amp;gt;php - info and it retured all the dependencies and PHP confituration information...sweet up to this point.&lt;/p&gt;&lt;p&gt;I continued with the rest of the installation instructions, configured IIS to Handle PHP Requests, created a phpinfo.php page, &amp;lt;?php phpinfo() ; ?&amp;gt;&lt;/p&gt;&lt;p&gt;I pulled up a browser and try to pull up the phpinfo.php page and get a 500 Internal Server error.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any suggestions? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>No Fastcgi Module on Vista Home Premium with SP1 and IIS7</title><link>http://forums.iis.net/p/1151575/1878683.aspx#1878683</link><pubDate>Sun, 07 Sep 2008 19:56:52 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1878683</guid><dc:creator>dungeness</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;No Fastcgi Module on Vista Home Premium with SP1 and IIS7.&lt;/p&gt;&lt;p&gt;&amp;nbsp;I have tried turning off CGI and turning it on again but still no Fastcgi Module (Vista Home Premium with SP1 and IIS7). Server is running IIS7 OK and serving asp pages, just no PHP pages. Latest PHP installed OK. Any ideas how to get a FastCGI module installed?&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: The FastCGI process exceeded configured activity timeout</title><link>http://forums.iis.net/p/1150670/1875496.aspx#1875496</link><pubDate>Thu, 31 Jul 2008 05:16:19 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1875496</guid><dc:creator>ruslany</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;You can use the approach similar to the one described in this article &lt;a href="http://learn.iis.net/page.aspx/208/#Per-site"&gt;http://learn.iis.net/page.aspx/208/#Per-site&lt;/a&gt;&amp;nbsp;(look for the section &amp;quot;Per-site PHP process pools&amp;quot;)&lt;/p&gt;
&lt;p&gt;The configuration will looks similar to this:&lt;/p&gt;
&lt;p&gt;&amp;lt;fastCgi&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;application fullPath=&amp;quot;C:\PHP\php-cgi.exe&amp;quot; arguments=&amp;quot;-d my.website=site1&amp;quot; activityTimeout=&amp;quot;&amp;lt;value1&amp;gt;&amp;quot;&amp;nbsp; /&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;application fullPath=&amp;quot;C:\PHP\php-cgi.exe&amp;quot; arguments=&amp;quot;-d my.website=site2&amp;quot; activityTimeout=&amp;quot;&amp;lt;value2&amp;gt;&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;/fastCgi&amp;gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;The for each web site define a handler mapping for PHP as below:&lt;/p&gt;
&lt;p&gt;Site1:&lt;/p&gt;
&lt;p&gt;&amp;lt;system.webServer&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;handlers accessPolicy=&amp;quot;Read, Script&amp;quot;&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add name=&amp;quot;PHP via FastCGI&amp;quot; path=&amp;quot;*.php&amp;quot; verb=&amp;quot;*&amp;quot; modules=&amp;quot;FastCgiModule&amp;quot; scriptProcessor=&amp;quot;&lt;strong&gt;C:\PHP\php-cgi.exe|-d my.website=site1&lt;/strong&gt;&amp;quot; resourceType=&amp;quot;Unspecified&amp;quot; requireAccess=&amp;quot;Script&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/handlers&amp;gt;&lt;br /&gt;&amp;lt;/system.webServer&amp;gt;&lt;/p&gt;
&lt;p&gt;Site 2:&lt;/p&gt;
&lt;p&gt;&amp;lt;system.webServer&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;handlers accessPolicy=&amp;quot;Read, Script&amp;quot;&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add name=&amp;quot;PHP via FastCGI&amp;quot; path=&amp;quot;*.php&amp;quot; verb=&amp;quot;*&amp;quot; modules=&amp;quot;FastCgiModule&amp;quot; scriptProcessor=&amp;quot;&lt;strong&gt;C:\PHP\php-cgi.exe|-d my.website=site2&lt;/strong&gt;&amp;quot; resourceType=&amp;quot;Unspecified&amp;quot; requireAccess=&amp;quot;Script&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/handlers&amp;gt;&lt;br /&gt;&amp;lt;/system.webServer&amp;gt;&lt;/p&gt;</description></item><item><title>Re: HTTP error 500.0 after Debugging on eclipse</title><link>http://forums.iis.net/p/1149148/1868636.aspx#1868636</link><pubDate>Thu, 01 May 2008 13:52:27 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1868636</guid><dc:creator>ruslany</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;This error may happen when the response headers set in PHP script are malformed. Check if your script sets any headers (header() function).&lt;/p&gt;</description></item><item><title>HTTP error 500.0 after Debugging on eclipse</title><link>http://forums.iis.net/p/1149148/1868610.aspx#1868610</link><pubDate>Thu, 01 May 2008 09:20:37 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1868610</guid><dc:creator>NormanWong</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;installed Windows server 2008, IIS7, Zend Debugger, PHPBB 3.0.1, eclipse , PHP 5.2.5&lt;/p&gt;
&lt;p&gt;i try fastcgi and ISAPI to run PHP &lt;/p&gt;
&lt;p&gt;However, both gave me the same error ONLY&amp;nbsp;DOING debug&lt;/p&gt;
&lt;p&gt;&lt;a class="" title="debugging" href="http://csit.graceland.edu/~cwong/debugging.png" target="_blank"&gt;&lt;img style="WIDTH:428px;HEIGHT:249px;" height="474" src="http://csit.graceland.edu/~cwong/debugging.png" width="632" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(the eclipse&amp;nbsp;have no problem to do debugging)&lt;/p&gt;
&lt;p&gt;1) Cannot debug longer than 1 min - time out&lt;/p&gt;
&lt;p&gt;Http error 500.0 - Internal Server error &lt;/p&gt;
&lt;p&gt;c:\inetpub\php\php-cgi.exe - The FastCGI process exceeded configured activity timeout&lt;/p&gt;
&lt;p&gt;&lt;a class="" title="timeout" href="http://csit.graceland.edu/~cwong/timeout.png" target="_blank"&gt;&lt;img title="timeout" style="WIDTH:551px;HEIGHT:205px;" height="335" alt="timeout" src="http://csit.graceland.edu/~cwong/timeout.png" width="1004" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2) debug and resume in the debugging in 1 sec&lt;/p&gt;
&lt;p&gt;Http error 500.0 - Internal Server error &lt;/p&gt;
&lt;p&gt;There is a problem with the resource you are looking form so it cannot be displayed&lt;/p&gt;
&lt;p&gt;&lt;a class="" title="problem" href="http://csit.graceland.edu/~cwong/problem.png" target="_blank"&gt;&lt;img title="problem" style="WIDTH:362px;HEIGHT:212px;" height="797" alt="problem" src="http://csit.graceland.edu/~cwong/problem.png" width="1020" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;On Brower Output, there show the php is working &lt;/p&gt;
&lt;p&gt;&lt;a class="" title="php ok" href="http://csit.graceland.edu/~cwong/php_OK.png" target="_blank"&gt;&lt;img title="php_OK" style="WIDTH:468px;HEIGHT:272px;" height="948" alt="php_OK" src="http://csit.graceland.edu/~cwong/php_OK.png" width="1265" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;So, what is the problem, what should i do ????????????????&lt;/p&gt;</description></item><item><title>Re: IIS7/PHP FastCGI</title><link>http://forums.iis.net/p/1149114/1868558.aspx#1868558</link><pubDate>Wed, 30 Apr 2008 19:53:33 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1868558</guid><dc:creator>ruslany</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;This setting is not mandatory and PHP on IIS7 will work fine with default value for it. The setting is supposed to be set in the &amp;lt;fastCgi&amp;gt; section of the applicationHost.config:&lt;/p&gt;
&lt;p&gt;Here is how you can set it in applicationHost.config:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fastCgi&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;application fullPath=&amp;quot;C:\PHP\php-cgi.exe&amp;quot; maxInstances=&amp;quot;4&amp;quot; instanceMaxRequests=&amp;quot;10000&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;environmentVariables&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;environmentVariable name=&amp;quot;PHP_FCGI_MAX_REQUESTS&amp;quot; value=&amp;quot;10000&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/environmentVariables&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/application&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/fastCgi&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;What error do you get when you run appcmd?&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: php 5 and iis7 on server 2008</title><link>http://forums.iis.net/p/1149120/1868517.aspx#1868517</link><pubDate>Wed, 30 Apr 2008 14:18:16 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1868517</guid><dc:creator>stupidllama</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;That is correct. phpinfo works fine and so does other php code along with other database querys and the like, but when ever there is a post or get i get a 500 error witch tells me nothing.&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>