This is a problem with the overridding function in dbdesigner2cake.php. I just found the uses function in the core and it does use strtolower so no bug with cake. Thanks Grant
Brian On Aug 8, 2:21 am, Grant Cox <[EMAIL PROTECTED]> wrote: > If it's still happens in the latest 1.1.x SVN then it is a bug, and > should be reported onhttps://trac.cakephp.org/ > > However, in 1.2.x the uses() function in basics.php specifically calls > strtolower to avoid this problem. So maybe it's just been fixed since > 1.1.16 > > On Aug 8, 1:21 pm, supercake <[EMAIL PROTECTED]> wrote: > > > Hello All, > > > I am working with cake 1.1.16.5421 and dbdesigner2cake and was getting > > a strange error message about not being able to find "Set". Upon > > inspection there is an overriding function in dbdesigner2cake called > > uses. I'm still new to cakephp but in the inflector.php line 36 is > > "uses('Set');. Anyways it is trying to look for a file named > > set.php, and since the "S" is upper case it is not found. I changed > > inflector.php to a lower case "s" and everything is working just fine > > now. I'm not sure if this is a bug or not or if Ijust messed up my > > development site. > > > Thanks, > > Brian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
