I should have add that in emergency you can add line 129 of \cake\libs
\model\db_acl.php that line to solve your pb
$db->query('SET SQL_BIG_SELECTS=1');
i'm looking for a correct way of doing it !On Dec 23, 3:20 pm, eMarcus <[email protected]> wrote: > Hi, > > As my database hoster seems to havesetthe limit for no of joins > relativly low, I need tosetthe SQL system variable SQL_BIG_SELECTS > to on. Otherwise, CakePHP does not work here (especially > authentication/ACL check does not work). > > Where is the best place tosetSQL systems variables in CakePHP? > > Thanks, > > bye > me --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
