Monday, May 31, 2010

Bake Shell in CakePHP 1.3.1

Besides the filecache errors described in other posts the download of
CakePHP 1.3.1 brought me a broken Bake Shell which reports after
running "cake bake all":
Notice: Undefined offset: 0 in D:\xampp\htdocs\cake\cake\console\libs
\tasks\temp
late.php on line 183

Notice: Undefined offset: 1 in D:\xampp\htdocs\cake\cake\console\libs
\tasks\temp
late.php on line 184
Could not find template for model

However, there is no Error message, but nothing is written to the
disk!

Running "cake bake model" for a database table reports the same
notices, but produces a php-file for the model without any content!

With cake 1.3.0 I did not have any of these problems.
Anyone got an idea?

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

No comments: