Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.8.2
-
Fix Version/s: None
-
Component/s: Course
-
Labels:None
-
Environment:Windows 2000 Server with IIS5 and PHP 5.2.4.4
-
Database:Microsoft SQL
-
Affected Branches:MOODLE_18_STABLE
Description
By course editing I get error 404. It happens when I try to add resource or activity to the course. I've noticed that if I choose an action from dropdown menu on resource or activity, moodle try to open url http://moodleserversite/course/mod.php/course/modedit.php?add=label&type=&course=2§ion=0&return=0 . If I manually change url in browser to http://moodleserversite/course/modedit.php?add=label&type=&course=2§ion=0&return=0 (delete /mod.php/course from url) , than the page appears correctly.
Other things work ok.
if I delete "/mod.php/course" from url, it works fine