On Thursday, 17 November 2011 20:47:38 UTC+1, Juan Carlos wrote: > > When trying "cake bake" on my shiny 2.0.3 install, I got a LOT of > notices complaining about undefined indexes, like: > > "PHP Notice: Undefined index: tag in WebRoot/cake2/lib/Cake/Console/ > ConsoleOutput.php on line 196" > > There's a lot of this notices complainig about lines 196, 211 and 214 > of the same file, related to index tag, index error, index warning, > index success, etc, etc. > > Any ideas?
I seem to recall that Predominant saw this too at one time - it's something to do with a bizare error with pcre (if you look at matches it will have the numeric keys, but not the named keys). You can try investigating along those lines (upgrade php, check pcre version etc) AD AD -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
