<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Installing, integrating and configuring Eclipse for Drupal on a Mac</title>
	<atom:link href="http://www.macgeek.co.za/2008/12/01/installing-integrating-and-configuring-eclipse-for-drupal-on-a-mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.macgeek.co.za/2008/12/01/installing-integrating-and-configuring-eclipse-for-drupal-on-a-mac/</link>
	<description>broadcasting mac geekery to the universe</description>
	<lastBuildDate>Tue, 07 Feb 2012 20:18:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Robert</title>
		<link>http://www.macgeek.co.za/2008/12/01/installing-integrating-and-configuring-eclipse-for-drupal-on-a-mac/comment-page-1/#comment-148255</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 01 Dec 2010 17:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.macgeek.co.za/2008/12/01/installing-integrating-and-configuring-eclipse-for-drupal-on-a-mac/#comment-148255</guid>
		<description>I&#039;m having a difficulty get eclipse to debug/output to the web server ... the zend debugger doesn&#039;t appear to be the problem ... as I am able to successfully script-debug php via the CLI - but if I want to output the page to the browser ... I&#039;m getting a path not found error response.

I&#039;ve dinked with the path mapping but not getting anywhere ... please note that in eclipse the &quot;test debug&quot; button returns &quot;success&quot; ... so it can find the server - just can&#039;t seem to output project files -  is there something I need to do the Apache configuration on Mac to get this work?!   

Or -- do I have to have the physical eclipse project &quot;on&quot; the webserver?</description>
		<content:encoded><![CDATA[<p>I&#8217;m having a difficulty get eclipse to debug/output to the web server &#8230; the zend debugger doesn&#8217;t appear to be the problem &#8230; as I am able to successfully script-debug php via the CLI &#8211; but if I want to output the page to the browser &#8230; I&#8217;m getting a path not found error response.</p>
<p>I&#8217;ve dinked with the path mapping but not getting anywhere &#8230; please note that in eclipse the &#8220;test debug&#8221; button returns &#8220;success&#8221; &#8230; so it can find the server &#8211; just can&#8217;t seem to output project files &#8211;  is there something I need to do the Apache configuration on Mac to get this work?!   </p>
<p>Or &#8212; do I have to have the physical eclipse project &#8220;on&#8221; the webserver?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Saner</title>
		<link>http://www.macgeek.co.za/2008/12/01/installing-integrating-and-configuring-eclipse-for-drupal-on-a-mac/comment-page-1/#comment-100967</link>
		<dc:creator>Roger Saner</dc:creator>
		<pubDate>Fri, 01 May 2009 11:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.macgeek.co.za/2008/12/01/installing-integrating-and-configuring-eclipse-for-drupal-on-a-mac/#comment-100967</guid>
		<description>@Lauren: ah, messing with php.ini files is *so* much fun...! The issue is this: once you&#039;ve changed a value in php.ini you need to restart your webserver. Then check phpinfo() again - and you should see that register_globals is now &quot;off&quot; :)</description>
		<content:encoded><![CDATA[<p>@Lauren: ah, messing with php.ini files is *so* much fun&#8230;! The issue is this: once you&#8217;ve changed a value in php.ini you need to restart your webserver. Then check phpinfo() again &#8211; and you should see that register_globals is now &#8220;off&#8221; <img src='http://www.macgeek.co.za/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lauren Roth</title>
		<link>http://www.macgeek.co.za/2008/12/01/installing-integrating-and-configuring-eclipse-for-drupal-on-a-mac/comment-page-1/#comment-100942</link>
		<dc:creator>Lauren Roth</dc:creator>
		<pubDate>Thu, 30 Apr 2009 22:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.macgeek.co.za/2008/12/01/installing-integrating-and-configuring-eclipse-for-drupal-on-a-mac/#comment-100942</guid>
		<description>Quick question. 

Installed XAMPP for Mac (You may say, get MAMPP, dummy!).

Installing Drupal (&amp; have done this dozens of times with no problem). 

Problem: updating php.ini in XAMPP\Apache\bin\ to turn off register_globals by inputting &quot;off&quot; instead of &quot;on&quot; is not updating. By not updating I mean that when I progress through the install it keeps giving me this error. Also, checking phpinfo() says that register_globals is still &quot;on&quot;. What gives? I also changed the value in every other php.ini file so I&#039;m trying to figure out what the conflict could be. 

If I should *face palm* on this one, PLEASE let me.

Thanks,
Lauren

Installing Drupal since 2007, but never had this problem.</description>
		<content:encoded><![CDATA[<p>Quick question. </p>
<p>Installed XAMPP for Mac (You may say, get MAMPP, dummy!).</p>
<p>Installing Drupal (&amp; have done this dozens of times with no problem). </p>
<p>Problem: updating php.ini in XAMPP\Apache\bin\ to turn off register_globals by inputting &#8220;off&#8221; instead of &#8220;on&#8221; is not updating. By not updating I mean that when I progress through the install it keeps giving me this error. Also, checking phpinfo() says that register_globals is still &#8220;on&#8221;. What gives? I also changed the value in every other php.ini file so I&#8217;m trying to figure out what the conflict could be. </p>
<p>If I should *face palm* on this one, PLEASE let me.</p>
<p>Thanks,<br />
Lauren</p>
<p>Installing Drupal since 2007, but never had this problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

