Hi, I've just discovered that the problem I just posted about may be related to the fact that the content I was looking at had some links to non-existant images (eg. /img/blah.gif). After digging through a lot of CakePHP code, I found where the dispatcher makes some calls to fire up controllers and part of this is the firing up of components (like, phpgacl), which is the one that interfeers and blocks the request. If the file doesn't exist, phpgacl gets in the way of a "Error 404" page and sends me to the "denied" callback instead. If the /img/ file exists, then it's fine.
Any ideas how to fix this?? I'd really appreciate any suggestions as I've dug through lots of CakePHP code and still can't figure out the right solution. Thanks in advance. Regards, Gonzalo. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
