2017-03-28 23:36:49
Create Course Page Throws Warnings
Just went to the courses admin page at /mods/_core/courses/admin/courses.php and there are two instances of the "Create Course" tab on the menu.
Clicking on "Create Course" goes to /mods/_core/courses/admin/create_course.php which throws these 10 warnings:
Warning: defined() expects parameter 1 to be string, array given in /Training/include/lib/menu_pages.php on line 338
Warning: Illegal offset type in /Training/include/lib/menu_pages.php on line 333
Warning: defined() expects parameter 1 to be string, array given in /Training/include/lib/menu_pages.php on line 369
Warning: Illegal offset type in /Training/include/lib/menu_pages.php on line 367
Warning: defined() expects parameter 1 to be string, array given in /Training/include/lib/menu_pages.php on line 379
Warning: Illegal offset type in /Training/include/lib/menu_pages.php on line 382
Warning: Illegal offset type in /Training/include/lib/menu_pages.php on line 401
Warning: defined() expects parameter 1 to be string, array given in /Training/include/lib/menu_pages.php on line 450
Warning: defined() expects parameter 1 to be string, array given in /Training/include/lib/menu_pages.php on line 491
Warning: Illegal offset type in isset or empty in /Training/include/lib/menu_pages.php on line 325
My server is running PHP 7.x and I applied all the patches on installing ATutor.