Hello Recently I reported a bug ticket to the Cakephp Trac about this issue.
I succeed reproducing the error under Windows and linux using the 1.1.17.5612 release and recent nightly builds too. So I think is a bug. If you want to follow the progress of the ticket please check [1] [1] https://trac.cakephp.org/ticket/3221 Regards, hmart On Sep 3, 5:03 am, red <[EMAIL PROTECTED]> wrote: > I have the same problem (look at "Release: 1.1.17.5612" thread). It > looks that is problem of this build, the previous one was good. > > On 3 Wrz, 08:50, "Gould, Adrian" <[EMAIL PROTECTED]> > wrote: > > > Anyone seen this problem before... > > > When using bake.php from the last build of CakePHP [Stable: 1.1.17.5612] I > > am getting a problem where the fields are not being displayed in the bake a > > model sequence when it comes to the validation, as shown at the end of this > > message. > > > I am running CakePHP on a Windows XP machine with XAMPP installed and > > configured correctly to suit CakePHP. > > > The files are being run directly from C:\Program > > Files\XAMPP\htdocs\GouldAJ\PIR\ using the command line: > > > php .\cake\scripts\bake.php > > > The php interpreter is in the PATH variable so that is running fine. > > > The resulting model file contains: > > > <?php > > class UserType extends AppModel { > > > var $name = 'UserType'; > > var $validate = array( > > '' => VALID_NOT_EMPTY, > > ); > > > } > > > ?> > > > which is not what I required (after answering all the questions correctly / > > interpreting what field was supposed to be displayed at the time). > > > Any ideas? > > > Many thanks in advance > > Adrian > > > --- text screen shot of the problem below --- > > > Would you like to supply validation criteria for the fields in your model? > > (y/n) > > > [y] > > > > Name: > > Type: integer > > --------------------------------------------------------------- > > Please select one of the following validation options: > > --------------------------------------------------------------- > > 1- VALID_NOT_EMPTY > > 2- VALID_EMAIL > > 3- VALID_NUMBER > > 4- VALID_YEAR > > 5- Do not do any validation on this field. > > > ... or enter in a valid regex validation string. > > > [1] > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
