Hello,
i have a strange infinite loop any time i call a cake page,
the browser loop and repeat infinitly my project's header.
If i set debug level to 3, the output is very strange:
params is empty and the object printed is appcontroller
My env is Apache/1.3.33 (Unix) PHP/4.4.0
Any ideas??
______________________________________________
appcontroller Object
(
[_log] =>
[name] => app
[here] =>
[webroot] =>
[action] =>
[uses] =>
[helpers] => Array
(
[0] => Html
)
[params] => Array
(
)
[data] => Array
(
)
[viewPath] => app
[_viewVars] => Array
(
)
[pageTitle] =>
[modelNames] => Array
(
)
[base] =>
[layout] => default
[autoRender] => 1
[autoLayout] => 1
[beforeFilter] =>
[components] => Array
(
[0] => Session
)
[view] => View
[_viewClass] =>
[output] =>
[plugin] =>
[cacheAction] =>
[persistModel] =>
[webservices] =>
[funz] =>
[funz_id] =>
[modelClass] => App
[modelKey] => app
[Session] => sessioncomponent Object
(
[_log] =>
[CakeSession] => cakesession Object
(
[_log] =>
[valid] => 1
[error] =>
[_userAgent] => b40274640d3f3b2ba69c16380f5a6477
[path] => /
[lastError] =>
[security] => high
[time] => 1158659228
[sessionTime] => 1158671228
[host] => 192.168.0.250
[cookieLifeTime] => 0
)
)
)
appcontroller Object
(
[_log] =>
[name] => app
[here] =>
[webroot] =>
[action] =>
[uses] =>
[helpers] => Array
(
[0] => Html
)
[params] => Array
(
)
[data] => Array
(
)
[viewPath] => app
[_viewVars] => Array
(
)
[pageTitle] =>
[modelNames] => Array
(
)
[base] =>
[layout] => default
[autoRender] => 1
[autoLayout] => 1
[beforeFilter] =>
[components] => Array
(
[0] => Session
)
[view] => View
[_viewClass] =>
[output] =>
[plugin] =>
[cacheAction] =>
[persistModel] =>
[webservices] =>
[funz] =>
[funz_id] =>
[modelClass] => App
[modelKey] => app
[Session] => sessioncomponent Object
(
[_log] =>
[CakeSession] => cakesession Object
(
[_log] =>
[valid] => 1
[error] =>
[_userAgent] => b40274640d3f3b2ba69c16380f5a6477
[path] => /
[lastError] =>
[security] => high
[time] => 1158659228
[sessionTime] => 1158671228
[host] => 192.168.0.250
[cookieLifeTime] => 0
)
)
)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---