输入情绪的意外结束

Unexpected end of input moodle

我有一个从另一台服务器迁移过来的 Moodle 2.9.1

我在加载特定类别的 moodle 时遇到问题,在其他类别中它工作正常

代码错误是输入意外结束

Chrome 检查器中的文件: /course/category.ajax.php 加载资源失败:服务器响应状态 500(内部服务器错误)

我启用了调试器模式并得到了这个:

堆栈跟踪:

SyntaxError: Unexpected end of input    at Object.parse (native)    at Object.Y.namespace.parse (/theme/yui_combo.php?rollup/3.17.2/yui-moodlesimple.js&rollup/1452167486/mcore-debug.js:24483:18)    at Object.NS.process_results
(/theme/yui_combo.php?m/1452167486/course/categoryexpander/categoryexpander-debug.js:398:23)    at Y.Subscriber._notify
(/theme/yui_combo.php?rollup/3.17.2/yui-moodlesimple.js&rollup/1452167486/mcore-debug.js:13680:35)    at Y.Subscriber.notify
(/theme/yui_combo.php?rollup/3.17.2/yui-moodlesimple.js&rollup/1452167486/mcore-debug.js:13709:24)    at Y.CustomEvent._notify
(/theme/yui_combo.php?rollup/3.17.2/yui-moodlesimple.js&rollup/1452167486/mcore-debug.js:13372:17)    at Y.CustomEvent._procSubs
(/theme/yui_combo.php?rollup/3.17.2/yui-moodlesimple.js&rollup/1452167486/mcore-debug.js:13498:36)    at Y.CustomEvent.fireSimple
(/theme/yui_combo.php?rollup/3.17.2/yui-moodlesimple.js&rollup/1452167486/mcore-debug.js:13465:18)    at Y.CustomEvent._fire
(/theme/yui_combo.php?rollup/3.17.2/yui-moodlesimple.js&rollup/1452167486/mcore-debug.js:13447:29)    at Object.ET.fire
(/theme/yui_combo.php?rollup/3.17.2/yui-moodlesimple.js&rollup/1452167486/mcore-debug.js:14600:22)

我会继续谷歌搜索

在此致问候和感谢!

好的,我所有的问题都是内存,我的服务器上的内存很少