<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Quinterox &#187; 500 server error</title>
	<atom:link href="http://www.quinterox.com/content/tag/500-server-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quinterox.com/content</link>
	<description>Cesar Quinteros</description>
	<lastBuildDate>Sun, 20 Jun 2010 04:51:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Joomla! play nice with IIS7!</title>
		<link>http://www.quinterox.com/content/open-source/joomla-play-nice-with-iis7/</link>
		<comments>http://www.quinterox.com/content/open-source/joomla-play-nice-with-iis7/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 22:25:00 +0000</pubDate>
		<dc:creator>Cesar Quinteros</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[500 server error]]></category>
		<category><![CDATA[iis7]]></category>

		<guid isPermaLink="false">http://quinterox.com/content/?p=28</guid>
		<description><![CDATA[The fixes to some Joomla problems found on IIS7 installations.]]></description>
			<content:encoded><![CDATA[<p>I happily use WordPress, but I have also seen unlimited potential in Joomla! As a developer I jumped with joy when I heard my hosting company GoDaddy was using II7 on new Windows server accounts (since I’d be able to create PHP as well as ASP pages on it side by side). However my jumping ceased after installing Joomla! once I received <strong>“500- Internal server error”</strong> messages when I would try to use the search or poll options. This terrible let-down unfortunately was not supported by the hosting company and after a few Google searches which left me confused, I decided to take matter into my own hands. I shall fix Joomla! so that other II7’ers as well as myself can use it!</p>
<p>Thus far I have noticed only five problems with Joomla! on IIS7, three of which I have solved. Below I describe them and provide the fix I found for them.</p>
<p><a href="http://quinterox.com/joomla/"></a></p>
<h2>1. Search</h2>
<pre>File: components/com_search/controller.php

Line: 70

Add Value: $uri-&gt;setVar('view', 'search');

Reason:  This adds the "view=search" parameter to the URL to allow the search view.</pre>
<h2>2. Vote Button</h2>
<pre>File: components/com_poll/controller.php

Line: 93

Replace Value: $this-&gt;setRedirect( JRoute::_('index.php?option=com_poll&amp;id='. $poll_id.':'.$poll-&gt;alias.$itemid, false), $msg );

With Value: $this-&gt;setRedirect( JRoute::_('index.php?option=com_poll&amp;view=poll&amp;id='. $poll_id.':'.$poll-&gt;alias.$itemid, false), $msg );

Reason:  This adds the "view=poll" parameter to the URL to allow the poll view.</pre>
<h2>3. Vote Results Button</h2>
<pre>File: modules/mod_poll/tmpl/default.php

Line: 39

Replace Value: onclick="document.location.href='&lt; ?php echo JRoute::_("index.php?option=com_poll&amp;id=$poll-&gt;slug".$itemid); ?&gt;'"

With Value: onclick="document.location.href='&lt; ?php echo JRoute::_("index.php?option=com_poll&amp;view=poll&amp;id=$poll-&gt;slug".$itemid); ?&gt;'"

Reason:  This adds the "view=poll" parameter to the URL to allow the search view.</pre>
<h2>4. Top News button</h2>
<p><strong>Problem:</strong> News button on top horizontal menu returns the message:</p>
<p>Error loading feed data. Error: Feed not retrieved.</p>
<p><strong>Probable error:</strong> Something wrong with the feed generating code? Uncertain.</p>
<h2>5. News Feed link on left menu</h2>
<p><strong>Problem:</strong> News Feeds link on left takes you to a catergories page. The links there generate a page not found error.</p>
<p><strong>Probable error:</strong> Malformed URL posted by the application. Also high possiblities of a bad interpretation when recieving a good URL. These are tough! Any suggestions?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.quinterox.com/content/open-source/joomla-play-nice-with-iis7/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
