我尝试使用课程批量上传插件,在moodle 2.4.2中使用CSV创建课程。 但是创建的课程在调试模式下显示错误。是否有解决此问题的方法。
Coding error detected, it must be fixed by a programmer:
Invalid string compontent. Please check your string definition More information
about this error
Debug info:
Error code:
codingerror Stack trace:
•line 11176 of \lib\moodlelib.php: coding_exception thrown
•line 812 of \lib\outputrequirementslib.php: call to lang_string->__construct()
•line 848 of \lib\outputrequirementslib.php: call to page_requirements_manager->string_for_js()
•line 4575 of \course\lib.php: call to page_requirements_manager->strings_for_js()
•line 282 of \course\view.php: call to include_course_ajax()
先谢谢
Vinoth
答案 0 :(得分:0)
错误可能是由于我使用的主题部分。我尝试使用不同形式的CSV只有类别,短名称,desscription,格式等。现在,课程创建成功,没有错误。 它解决了我的问题。
由于 Vinoth