Hi,
I'm using version cakePHP 1.2.4.8248
Only on Chapter 4 so far, but weird things happening when I try to add the 'has and belongs to many' relationship near the end of the chapter.
On the 'new post' screen I'm not getting any tags appearing, and on the 'new tag' screen I"m not getting any posts appearing. Finally when I add a new record on either of the posts, tags or users - I'm only getting the cake sql log without any of the surrounding HTML that indicates the record has been saved etc.
It looks like adding: var $hasAndBelongsToMany = array('Tag'); to post.php is causing the final problem because removing this line makes the save function as normal again.
I get the same problems with the downloadable source code.
Any advice appreciated.