jqGrid。对列“无法使用 stdClass 类型的对象”进行求和时出错

发布于 2024-10-16 14:03:52 字数 631 浏览 3 评论 0原文

我正在尝试以下 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文