Using the sluggable behaviour http://bakery.cakephp.org/articles/view/sluggable-behavior
I get this error: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 393216 bytes) in ...\app\models\behaviors\sluggable.php on line 291 Looks like the utf8 array is too big. Commenting it and forcing to use the iso translation solves the problem, but I don't know if it's a common problem or something weird is happening in my application. I waste several hours with this thinking the problem was in the redirect function :( --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
