redbean - 奇怪的错误

时间:2013-06-24 13:57:22

标签: php redbean

我有以下代码..

$support = R::load('nfcategory', 1);
$post = R::dispense('nfpost');
$post2 = R::dispense('nfpost');
$support->ownNfpost = array($post, $post2);
R::store($support);

我收到了这个错误:

Fatal error: Uncaught exception 'RedBean_Exception_Security' with message 'Cannot cast to bean.' in E:\wamp\www\neatforum2\neatforum\lib\rb.php on line 911

我花了大约一个小时试图解决这个问题。也许是因为我累了......任何帮助都会受到赞赏。感谢。

0 个答案:

没有答案