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: primaryKey in
> H:\www\multi-cake\cake\libs\view\templates\scaffolds\list.thtml on line 114
> 
> Notice: Undefined index: in
> H:\www\multi-cake\cake\libs\view\templates\scaffolds\list.thtml on line 114
> Edit
> Notice: Undefined property: primaryKey in
> H:\www\multi-cake\cake\libs\view\templates\scaffolds\list.thtml on line 115
> 
> Notice: Undefined index: in
> H:\www\multi-cake\cake\libs\view\templates\scaffolds\list.thtml on line 115
> Delete
> ----------
> ...

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` datetime default NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8

but the problem still remain.

I don't know what to search. Maybe something wrong in the
apache/mysql/php installation? What can I check?

Thanks a lot
Davide


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to