Derick Rethans schrieb:
On Thu, 12 Mar 2009, mailbox_O2_pl wrote:

  
I'm a beginner on ezComponents and I want to try out the MVCTools

starting the HelloMvc Example on my local  machine  occours the
following  error:

Fatal error: Uncaught exception 'ezcMvcInfiniteLoopException' with
message '25 redirects have occurred, there is a possible infinite
redirect loop.' in
/var/www/sites/24id.de/codecenter/files/external_components/ezc/trunk/MvcTools/src/dispatchers/configurable.php:65
Stack trace: #0
/var/www/sites/24id.de/codecenter/files/external_components/ezc/trunk/MvcTools/src/dispatchers/configurable.php(201):
ezcMvcConfigurableDispatcher->checkRedirectLimit(25) #1
/var/www/sites/24id.de/scamtectors.net/www.mywebspace.net/HelloMvc/www/index.php(10):
ezcMvcConfigurableDispatcher->run() #2 {main} thrown in
/var/www/sites/24id.de/codecenter/files/external_components/ezc/trunk/MvcTools/src/dispatchers/configurable.php
on line 65

The HelloMvc example I've got from the head version from  .svn

is somebody where to give  me  some hints  how to resolve this problem?
    

It's most likely because an error is thrown, and you don't have a proper 
/fatal error handler yet. This will make things loop. You'll have to 
find out whey the error is thrown. You can do so with using xdebug and 
setting xdebug.show_exception_trace to 1 
(http://xdebug.org/docs/all_settings#show_exception_trace)

regards,
  


Hi thank you for this important hint

the problem was, that where was not rights to write for php in the cache (sub)folder

unfortunately i loosed many time searching for the right way to solve, how to change the default settings in the settigs part of the documentation (i know that' the ordinary problem using OS projects)

the solution (at the end fortuitously found in a example of a other section):
ini_set('xdebug.show_exception_trace', 1 );

regards




-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components

Reply via email to