jqGrid。对列“无法使用 stdClass 类型的对象”进行求和时出错
我正在尝试以下 jqGrid 示例:
http://www.trirand.net/demophp.aspx
功能杂项
页脚自定义
并获取详细错误信息如下:
致命错误:无法将 stdClass 类型的对象用作数组 C:\htdocs\proyect\js\jquery\jqGrid\php\jqGrid.php(1) : 1行上的 eval() 代码
当您想要对“运费”列求和时,会发生错误。:
PHP:
$summaryrows = array("Freight"=>array("Freight"=>"SUM"));
我们使用的 jqGrid 版本是“3.8. 2.1”和 PHP“5.3.1”。
问题是什么?
I'm trying the following example of jqGrid:
http://www.trirand.net/demophp.aspx
Functionality Misc
Footer Customization
and get the error detailed below:
Fatal error: Cannot use object of type stdClass as array in
C:\htdocs\proyect\js\jquery\jqGrid\php\jqGrid.php(1) :
eval()'d code on line 1
The error occurs when you want to sum the column "Freight.":
PHP:
$summaryrows = array("Freight"=>array("Freight"=>"SUM"));
The jqGrid version we are using is "3.8.2.1" and PHP "5.3.1".
What is the problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在这里您可以看到错误和解决方案:
http://www.trirand.net/forum/ default.aspx?g=posts&m=4070&#post4070
Here you can see the bug and the solution:
http://www.trirand.net/forum/default.aspx?g=posts&m=4070&#post4070