Three useful aditional informations: 1) I use strict error reporting with my php, so I get these messages when bake starts: Strict Standards: Redefining already defined constructor for class Bake in /home/galvao/webroot/php-counter/code/cake/scripts/bake.php on line 200 Strict Standards: Assigning the return value of new by reference is deprecated in /home/galvao/webroot/php-counter/code/cake/scripts/ bake.php on line 497 Strict Standards: Assigning the return value of new by reference is deprecated in /home/galvao/webroot/php-counter/code/cake/scripts/ bake.php on line 887 Strict Standards: Assigning the return value of new by reference is deprecated in /home/galvao/webroot/php-counter/code/cake/scripts/ bake.php on line 1311
2) I've found out that this only happens when I take the "non- interactive" build process. So, you might think "Ok, then, use the interactive one", but then it doesn't ask me if I want to create the "basic class methods", it only asks me if I want to use scaffolding. 3) If I take the non-interactive path it doesn't asks me about scaffolding, at least not until the error occurs. Regarding item 1 I tried changing to a more loose error handling (E_ALL & ~E_NOTICE), but got the exact same problem. May someone PLEASE help? May I provide any other information? If so, what do you want to know? I really need to solve this! TIA On Jan 7, 4:50 pm, "Er Galvão Abbott" <[EMAIL PROTECTED]> wrote: > Linux, Ubuntu 7.10, PHP 5.2.3, Cake 1.1.19.6305 > > Whenever I try to bake a controller, like: > > php cake/scripts/bake.php > > I go through all steps but after answering 'n' to 'Would you like to > create the methods for admin routing? (y/n)' > > I get the following error message: > > Job 1, "php cake/scripts/bake.php " terminated by signal SIGSEGV > (Address boundary error) > > Any ideas on how to solve this? > > TIA, --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
