Re: Some errors with scaffolding

2006-05-17 Thread davide
davide wrote: > What can I do? Should I have to open a bug? Can someone try to verify if > he has the same error? Problem solved. I've removed mysql, apache2, php and installed xampp for windows in the version 1.4.16. What is drastically changed is the php version: from 4.3.10 to 5.0.5. Thanks a

Re: Some errors with scaffolding

2006-05-17 Thread davide
davide wrote: > - > Notice: Undefined property: primaryKey in > H:\www\multi-cake\cake\libs\view\templates\scaffolds\list.thtml on line 113 > > Notice: Undefined index: in > H:\www\multi-cake\cake\libs\view\templates\scaffolds\list.thtml on line 113 > View > Notice: Undefined property: primary

Re: Some errors with scaffolding

2006-05-16 Thread davide
Larry E. Masters aka PhpNut wrote: > We have a site where bugs are reported and you can search to see it this has > been fixed: > > https://trac.cakephp.org/ Oh, yes. I forgot the trac. Sorry. > ... > With that said, grab the latest nightly, this should be corrected. However I have downloaded

Re: Some errors with scaffolding

2006-05-16 Thread David Spitzley
Just a thought, but you might want to configure the listserv to include that link after every post. I've found that sort of information works well as listserv mix-ins. David >>> [EMAIL PROTECTED] 05/16/06 8:57 AM >>> We have a site where bugs are reported and you can search to see it this ha

Re: Some errors with scaffolding

2006-05-16 Thread Larry E. Masters aka PhpNut
We have a site where bugs are reported and you can search to see it this has been fixed:https://trac.cakephp.org/This list is not a bug tracker and I will say it again, any bus reported here are more then likely not going to be fixed because I use the trac site for tracking the work on the core cod

Re: Some errors with scaffolding

2006-05-16 Thread davide
davide wrote: > I've also tried downgrading to cake_0.10.9.2378_final and simplifying > the table with a structure like this > > CREATE TABLE `expenses` ( > `id` int(8) unsigned NOT NULL auto_increment, > `dx` varchar(250) default NULL, > `created` datetime default NULL, > `modified` datet

Re: Some errors with scaffolding

2006-05-16 Thread davide
davide wrote: > ... > -- > Notice: Undefined property: primaryKey in > H:\www\multi-cake\cake\libs\view\templates\scaffolds\list.thtml on line 113 > > Notice: Undefined index: in > H:\www\multi-cake\cake\libs\view\templates\scaffolds\list.thtml on line 113 > View > Notice: Undefined proper

Some errors with scaffolding

2006-05-16 Thread davide
Hello people. I'm trying to scaffold a table like this mysql> desc expenses; +--+---+--+-++---+ | Field| Type | Null | Key | Default| Extra | +--+---+--+-++---+ | id