<?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"
	>
<channel>
	<title>Comments on: Part 6 - (Very) Simple ACL plugin and simple AJAX with JQuery</title>
	<atom:link href="http://zfsite.andreinikolov.com/2008/08/part-6-very-simple-acl-plugin-and-simple-ajax-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://zfsite.andreinikolov.com/2008/08/part-6-very-simple-acl-plugin-and-simple-ajax-with-jquery/</link>
	<description>Series of articles describing step by step building of example php application (web site) based on Zend Framework.</description>
	<pubDate>Tue, 06 Jan 2009 20:04:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: viperx</title>
		<link>http://zfsite.andreinikolov.com/2008/08/part-6-very-simple-acl-plugin-and-simple-ajax-with-jquery/#comment-765</link>
		<dc:creator>viperx</dc:creator>
		<pubDate>Mon, 05 Jan 2009 12:45:50 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=14#comment-765</guid>
		<description>http://zfsite.andreinikolov.com/files/part6.zip

here is the code again in ZIP</description>
		<content:encoded><![CDATA[<p><a href="http://zfsite.andreinikolov.com/files/part6.zip" onclick="javascript:pageTracker._trackPageview('/downloadszfsite./files/part6.zip');" rel="nofollow">http://zfsite.andreinikolov.com/files/part6.zip</a></p>
<p>here is the code again in ZIP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Massimo crisantemo</title>
		<link>http://zfsite.andreinikolov.com/2008/08/part-6-very-simple-acl-plugin-and-simple-ajax-with-jquery/#comment-751</link>
		<dc:creator>Massimo crisantemo</dc:creator>
		<pubDate>Sun, 04 Jan 2009 17:25:01 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=14#comment-751</guid>
		<description>hi there, i'm trying to follow your tutorial but when i extract the files from the rar archive i get 99% of errors could you please send me a copy, better in tar.gz or at least zip format? TIA
Max</description>
		<content:encoded><![CDATA[<p>hi there, i&#8217;m trying to follow your tutorial but when i extract the files from the rar archive i get 99% of errors could you please send me a copy, better in tar.gz or at least zip format? TIA<br />
Max</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: viperx</title>
		<link>http://zfsite.andreinikolov.com/2008/08/part-6-very-simple-acl-plugin-and-simple-ajax-with-jquery/#comment-190</link>
		<dc:creator>viperx</dc:creator>
		<pubDate>Fri, 17 Oct 2008 14:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=14#comment-190</guid>
		<description>Hi Ryan.
I strongly reccomned you to make a virtual host for your zend framework project. If you really have to run it from subdirectory, please make sure all the links are relative and not absolute (so without / in front). 

the main page of the project is not the bootstrap.php file but the index.php in the public directory</description>
		<content:encoded><![CDATA[<p>Hi Ryan.<br />
I strongly reccomned you to make a virtual host for your zend framework project. If you really have to run it from subdirectory, please make sure all the links are relative and not absolute (so without / in front). </p>
<p>the main page of the project is not the bootstrap.php file but the index.php in the public directory</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://zfsite.andreinikolov.com/2008/08/part-6-very-simple-acl-plugin-and-simple-ajax-with-jquery/#comment-183</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 15 Oct 2008 21:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=14#comment-183</guid>
		<description>When I try and access things other than the main page, I get some weird errors. Here is what I am working with and the errors I get:

application path: C:\wamp\www\ZendApp
(Contains Configuration, Public, Application, etc.)

Inside the bootstrapper I have changed the paths appropriately and the main page will work if I type in this URL: http://localhost/ZendApp/application/bootstrap.php

If I try to access the Public index, I get this error:
"Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log."


Also, clicking on the links on the main page does not work. I get the 404 error if I click on a link (because it is going to localhost/user... and my files are located at localhost/ZendApp/)

Am I missing something in configuring apache or vhosts or is there something I can change to get it to work in a sub-folder? My .htaccess is set like in the tutorial, so I don't know what the problem is. Thanks in advance!</description>
		<content:encoded><![CDATA[<p>When I try and access things other than the main page, I get some weird errors. Here is what I am working with and the errors I get:</p>
<p>application path: C:\wamp\www\ZendApp<br />
(Contains Configuration, Public, Application, etc.)</p>
<p>Inside the bootstrapper I have changed the paths appropriately and the main page will work if I type in this URL: <a href="http://localhost/ZendApp/application/bootstrap.php" onclick="javascript:pageTracker._trackPageview('/outbound/comment/localhost');" rel="nofollow">http://localhost/ZendApp/application/bootstrap.php</a></p>
<p>If I try to access the Public index, I get this error:<br />
&#8220;Internal Server Error</p>
<p>The server encountered an internal error or misconfiguration and was unable to complete your request.</p>
<p>Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.</p>
<p>More information about this error may be available in the server error log.&#8221;</p>
<p>Also, clicking on the links on the main page does not work. I get the 404 error if I click on a link (because it is going to localhost/user&#8230; and my files are located at localhost/ZendApp/)</p>
<p>Am I missing something in configuring apache or vhosts or is there something I can change to get it to work in a sub-folder? My .htaccess is set like in the tutorial, so I don&#8217;t know what the problem is. Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://zfsite.andreinikolov.com/2008/08/part-6-very-simple-acl-plugin-and-simple-ajax-with-jquery/#comment-168</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 02 Oct 2008 13:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=14#comment-168</guid>
		<description>This is a great series - just what I had been looking for to get me started on Zend. I really appreciate the step-by-step instructions.

Looking forward to the next part!</description>
		<content:encoded><![CDATA[<p>This is a great series - just what I had been looking for to get me started on Zend. I really appreciate the step-by-step instructions.</p>
<p>Looking forward to the next part!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: viperx</title>
		<link>http://zfsite.andreinikolov.com/2008/08/part-6-very-simple-acl-plugin-and-simple-ajax-with-jquery/#comment-163</link>
		<dc:creator>viperx</dc:creator>
		<pubDate>Tue, 23 Sep 2008 08:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=14#comment-163</guid>
		<description>I can't debug remotely your project, but you can try this: check if the UserController.php is in its place in controllers directory, then check if you don't have some syntax errors in UserController.php..

you can download the code from the RAR archive and get the file from there</description>
		<content:encoded><![CDATA[<p>I can&#8217;t debug remotely your project, but you can try this: check if the UserController.php is in its place in controllers directory, then check if you don&#8217;t have some syntax errors in UserController.php..</p>
<p>you can download the code from the RAR archive and get the file from there</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fx</title>
		<link>http://zfsite.andreinikolov.com/2008/08/part-6-very-simple-acl-plugin-and-simple-ajax-with-jquery/#comment-161</link>
		<dc:creator>fx</dc:creator>
		<pubDate>Sat, 20 Sep 2008 04:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=14#comment-161</guid>
		<description>hi, thanks for great tutor, but i've got strange error when i'm trying to get the URL user/register of this app:
Zend_Controller_Dispatcher_Exception: Invalid controller class ("UserController") in C:\www\corksdev\library\Zend\Controller\Dispatcher\Standard.php on line 353

preceded by bunch of php codes (i reckon they are from UserController methods init &#38; registerAction)
What could be wrong? I should mention that there is no such error when i'm loading in browser TestController (url: test/)</description>
		<content:encoded><![CDATA[<p>hi, thanks for great tutor, but i&#8217;ve got strange error when i&#8217;m trying to get the URL user/register of this app:<br />
Zend_Controller_Dispatcher_Exception: Invalid controller class (&#8221;UserController&#8221;) in C:\www\corksdev\library\Zend\Controller\Dispatcher\Standard.php on line 353</p>
<p>preceded by bunch of php codes (i reckon they are from UserController methods init &amp; registerAction)<br />
What could be wrong? I should mention that there is no such error when i&#8217;m loading in browser TestController (url: test/)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mpl</title>
		<link>http://zfsite.andreinikolov.com/2008/08/part-6-very-simple-acl-plugin-and-simple-ajax-with-jquery/#comment-160</link>
		<dc:creator>mpl</dc:creator>
		<pubDate>Thu, 18 Sep 2008 13:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=14#comment-160</guid>
		<description>okay thx =) we are waiting^^</description>
		<content:encoded><![CDATA[<p>okay thx =) we are waiting^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: viperx</title>
		<link>http://zfsite.andreinikolov.com/2008/08/part-6-very-simple-acl-plugin-and-simple-ajax-with-jquery/#comment-159</link>
		<dc:creator>viperx</dc:creator>
		<pubDate>Thu, 18 Sep 2008 12:10:35 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=14#comment-159</guid>
		<description>Next part will be published shortly I hope. I'm doing 100 things at once.. I hope soon I can find a time to write the article to describe the next steps - lost password retrieval and profile editing.</description>
		<content:encoded><![CDATA[<p>Next part will be published shortly I hope. I&#8217;m doing 100 things at once.. I hope soon I can find a time to write the article to describe the next steps - lost password retrieval and profile editing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MPL</title>
		<link>http://zfsite.andreinikolov.com/2008/08/part-6-very-simple-acl-plugin-and-simple-ajax-with-jquery/#comment-156</link>
		<dc:creator>MPL</dc:creator>
		<pubDate>Tue, 16 Sep 2008 20:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=14#comment-156</guid>
		<description>next part ?^^</description>
		<content:encoded><![CDATA[<p>next part ?^^</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.776 seconds -->
