CakePHP虚拟字段给出内部错误

时间:2014-08-28 14:50:14

标签: php cakephp model cakephp-2.3 cakephp-appmodel

在我的交付模型中,我有以下虚拟字段集:

public $virtualFields = array(
  'shoe_count' => 'SELECT COUNT(*) FROM shoes as Shoe WHERE Shoe.delivery_id = Delivery.id'
);

当我删除它时,一切正常。添加shoe_count虚拟字段后,我在Shoe控制器的任何方法上都会出现以下错误:

  

发生了内部错误。错误:发生内部错误。

enter image description here

1 个答案:

答案 0 :(得分:0)

在你的php或cake errorlog中你应该找到导致这个错误的原因,可能是因为在你的例子中我没有看到这个值应该来自哪里...但是你应该首先锁定错误日志