I just test it one more time and I see some progress on this problem: when i go to http://localhost/myapplication, the IndexAction() method of the IndexController class got call. However, if I go to
http://localho/myapplication/Index/Add. It suppose to call the addAction method but instead I got the 500 error message. Please help...I'm very new at this and I want to learn about this framework. Thanks khanh3m wrote: > > I have followed exact the same tutorial and it turn out that I have the > same 500 error message. By the way, I am using a shared host plan. Is > there any other way that I can trace this problem? > > > l2yan wrote: >> >> I don't think I have access to the vhost level. I have a shared host >> with cpanel access and ftp. I've checked the directories above the >> public_html file and can't find anything :( >> >> Terry Cullen wrote: >>> >>> Hi Ryan, >>> I had this error a while back. From memory you need to set the apache >>> rewrite log directive at the vhost level, not the directory level. >>> Post back if you are still stuck and I will have a look at one of our >>> servers. >>> >>> Terry >>> >>> On 9/14/06, l2yan <[EMAIL PROTECTED]> wrote: >>>> >>>> I've just looked in the error log and its saying: >>>> >>>> [Wed Sep 13 14:51:32 2006] [alert] [client <i.p address>] >>>> /home/<username>/public_html/.htaccess: RewriteLog not allowed here >>>> >>>> For the .htaccess file I've used the following code: >>>> >>>> RewriteEngine on >>>> RewriteRule .* index.php >>>> >>>> php_flag magic_quotes_gpc off >>>> php_flag register_globals off >>>> >>>> Thanks again, >>>> Ryan >>>> >>>> >>>> Matthew Ratzloff wrote: >>>> > >>>> > Hi Ryan, >>>> > >>>> >> Hi guys, sorry this is such a simple query but I can't get the >>>> >> zf-tutorial >>>> >> working! Heres the tutorial just so you know which one I mean... I'm >>>> >> still >>>> >> quite new to the framework so please go easy on me. >>>> > >>>> > That's sort of difficult to diagnose since the errors are hidden. >>>> You >>>> > might have an easier time if you turned on error reporting for the >>>> > zf-tutorial directory using .htaccess. >>>> > >>>> > Hope that helps, >>>> > >>>> > -Matt >>>> > >>>> > >>>> > >>>> >>>> -- >>>> View this message in context: >>>> http://www.nabble.com/problems-with-internal-500-tf2268247.html#a6295814 >>>> Sent from the Zend Framework forum at Nabble.com. >>>> >>>> >>> >>> >> >> > > -- View this message in context: http://www.nabble.com/problems-with-internal-500-tf2268247.html#a6419707 Sent from the Zend Framework mailing list archive at Nabble.com.
