<?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: Solving Zend Framework error &#8220;An Error Has Occurred A project profile was not found&#8221;</title>
	<atom:link href="http://www.leoganda.net/solving-zend-framework-error-an-error-has-occurred-a-project-profile-was-not-found/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leoganda.net/solving-zend-framework-error-an-error-has-occurred-a-project-profile-was-not-found/</link>
	<description></description>
	<lastBuildDate>Mon, 05 Dec 2011 03:12:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: sdsd</title>
		<link>http://www.leoganda.net/solving-zend-framework-error-an-error-has-occurred-a-project-profile-was-not-found/comment-page-1/#comment-141</link>
		<dc:creator>sdsd</dc:creator>
		<pubDate>Sun, 10 Apr 2011 16:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.leoganda.net/?p=47#comment-141</guid>
		<description>For those who have, MAMP. I had to force its way. is not a solution but it works

An Error Has Occurred                         
 A project profile was not found.        


Index: Zend/Tool/Project/Provider/Abstract.php  LINE 154

 * @version    $Id: Abstract.php 23651 2011-01-21 21:51:00Z mikaelkael $
============================================================

  $profile = new Zend_Tool_Project_Profile();

        $parentDirectoriesArray = explode(DIRECTORY_SEPARATOR, ltrim($projectDirectory, DIRECTORY_SEPARATOR));
         while ($parentDirectoriesArray) {
            $projectDirectoryAssembled = DIRECTORY_SEPARATOR . implode(DIRECTORY_SEPARATOR, $parentDirectoriesArray);
            $projectDirectoryAssembled = implode(DIRECTORY_SEPARATOR, $parentDirectoriesArray);
            if(substr(PHP_OS, 0, 3) != &#039;WIN&#039;) {
                // prepend the DIRECTORY_SEPARATOR only if not on Windows
                $projectDirectoryAssembled = DIRECTORY_SEPARATOR . $projectDirectoryAssembled;
            }
// *******************************************
//  puts the project name  
// ********************************
			$projectDirectoryAssembled.=&quot;/projecto&quot;;
             $profile-&gt;setAttribute(&#039;projectDirectory&#039;, $projectDirectoryAssembled);
             if ($profile-&gt;isLoadableFromFile()) {

--------------------</description>
		<content:encoded><![CDATA[<p>For those who have, MAMP. I had to force its way. is not a solution but it works</p>
<p>An Error Has Occurred<br />
 A project profile was not found.        </p>
<p>Index: Zend/Tool/Project/Provider/Abstract.php  LINE 154</p>
<p> * @version    $Id: Abstract.php 23651 2011-01-21 21:51:00Z mikaelkael $<br />
============================================================</p>
<p>  $profile = new Zend_Tool_Project_Profile();</p>
<p>        $parentDirectoriesArray = explode(DIRECTORY_SEPARATOR, ltrim($projectDirectory, DIRECTORY_SEPARATOR));<br />
         while ($parentDirectoriesArray) {<br />
            $projectDirectoryAssembled = DIRECTORY_SEPARATOR . implode(DIRECTORY_SEPARATOR, $parentDirectoriesArray);<br />
            $projectDirectoryAssembled = implode(DIRECTORY_SEPARATOR, $parentDirectoriesArray);<br />
            if(substr(PHP_OS, 0, 3) != &#8216;WIN&#8217;) {<br />
                // prepend the DIRECTORY_SEPARATOR only if not on Windows<br />
                $projectDirectoryAssembled = DIRECTORY_SEPARATOR . $projectDirectoryAssembled;<br />
            }<br />
// *******************************************<br />
//  puts the project name<br />
// ********************************<br />
			$projectDirectoryAssembled.=&#8221;/projecto&#8221;;<br />
             $profile-&gt;setAttribute(&#8216;projectDirectory&#8217;, $projectDirectoryAssembled);<br />
             if ($profile-&gt;isLoadableFromFile()) {</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernest</title>
		<link>http://www.leoganda.net/solving-zend-framework-error-an-error-has-occurred-a-project-profile-was-not-found/comment-page-1/#comment-124</link>
		<dc:creator>Ernest</dc:creator>
		<pubDate>Sat, 19 Feb 2011 16:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.leoganda.net/?p=47#comment-124</guid>
		<description>Fantastic. After spending 1 hour of searching you helped me! Thank you :)</description>
		<content:encoded><![CDATA[<p>Fantastic. After spending 1 hour of searching you helped me! Thank you <img src='http://www.leoganda.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jay</title>
		<link>http://www.leoganda.net/solving-zend-framework-error-an-error-has-occurred-a-project-profile-was-not-found/comment-page-1/#comment-94</link>
		<dc:creator>jay</dc:creator>
		<pubDate>Tue, 09 Nov 2010 05:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.leoganda.net/?p=47#comment-94</guid>
		<description>Yaa..

  Its Working After long search i got from Your Site


  Thanks</description>
		<content:encoded><![CDATA[<p>Yaa..</p>
<p>  Its Working After long search i got from Your Site</p>
<p>  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mmmrbm</title>
		<link>http://www.leoganda.net/solving-zend-framework-error-an-error-has-occurred-a-project-profile-was-not-found/comment-page-1/#comment-83</link>
		<dc:creator>mmmrbm</dc:creator>
		<pubDate>Tue, 17 Aug 2010 03:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.leoganda.net/?p=47#comment-83</guid>
		<description>Thanx man..!!!</description>
		<content:encoded><![CDATA[<p>Thanx man..!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zubin</title>
		<link>http://www.leoganda.net/solving-zend-framework-error-an-error-has-occurred-a-project-profile-was-not-found/comment-page-1/#comment-36</link>
		<dc:creator>zubin</dc:creator>
		<pubDate>Tue, 05 Jan 2010 09:48:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.leoganda.net/?p=47#comment-36</guid>
		<description>I had searched many sites for this problem, only you proviede the right solution.


Thanks</description>
		<content:encoded><![CDATA[<p>I had searched many sites for this problem, only you proviede the right solution.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bogdan Juszczak</title>
		<link>http://www.leoganda.net/solving-zend-framework-error-an-error-has-occurred-a-project-profile-was-not-found/comment-page-1/#comment-27</link>
		<dc:creator>Bogdan Juszczak</dc:creator>
		<pubDate>Sat, 28 Nov 2009 21:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.leoganda.net/?p=47#comment-27</guid>
		<description>Indeed. It&#039;s working here as well. thanks!

cheers from Poland</description>
		<content:encoded><![CDATA[<p>Indeed. It&#8217;s working here as well. thanks!</p>
<p>cheers from Poland</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marius</title>
		<link>http://www.leoganda.net/solving-zend-framework-error-an-error-has-occurred-a-project-profile-was-not-found/comment-page-1/#comment-26</link>
		<dc:creator>marius</dc:creator>
		<pubDate>Sat, 28 Nov 2009 20:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.leoganda.net/?p=47#comment-26</guid>
		<description>did not worked for me :(</description>
		<content:encoded><![CDATA[<p>did not worked for me <img src='http://www.leoganda.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S</title>
		<link>http://www.leoganda.net/solving-zend-framework-error-an-error-has-occurred-a-project-profile-was-not-found/comment-page-1/#comment-23</link>
		<dc:creator>S</dc:creator>
		<pubDate>Tue, 17 Nov 2009 15:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.leoganda.net/?p=47#comment-23</guid>
		<description>Yes very fine this one worked for me...

best regards from Cologne</description>
		<content:encoded><![CDATA[<p>Yes very fine this one worked for me&#8230;</p>
<p>best regards from Cologne</p>
]]></content:encoded>
	</item>
</channel>
</rss>

