Hi Japheth,
I appreciate your input. I tried what you suggestion, but unfortunately the
problem still exists.
I also tried disabling the Zend debugger, but that made no difference
either.
:-(
Glen.
Japheth-2 wrote:
>
> Hi Glen,
>
> I have come across this problem before. The way I initially fixed it
> might work for you, and will indicate if it's the same problem or not.
>
> In your /app/config/core.php, you should have a line something like:
> Cache::config('default', array('engine' => 'File'));
>
> It should have defaults, but I found if I set them all to this
> instead:
> Cache::config('default', array('engine' => 'File',
> 'duration'=> 3600,
> 'probability'=> 100,
> 'path' => '/tmp',
> 'prefix' => 'cake_',
> 'lock' => false,
> 'serialize' => true,
> )
> );
>
> That fixed my problem.
>
> In the end, I discovered my actual problem was that Zend Optimizer or
> something (eAccelerator maybe) was having issues with the "__()"
> function. WHen I removed all references to that from my views, the
> problem went away.
>
> Hope that was helpful?
>
> Cheers,
> Japheth
>
--
View this message in context:
http://www.nabble.com/Big-problems-with-admin-routing-and-Auth-ACL-tf4884616.html#a13997265
Sent from the CakePHP mailing list archive at Nabble.com.
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---