Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9.3
-
Fix Version/s: 2.0
-
Component/s: Installation
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Description
If cookies are disabled when one tries to install Moodle, the second screen (after language selection) comes up with a bunch of PHP errors. The initial screen should at least state that cookies and JavaScript are required. Even better, it should check for them and give appropriate messages in their absence.
Issue Links
| This issue has been marked as being related by: | ||||
| MDL-17754 | Session improvements and related rewrites |
|
|
|
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
cookies are no longer needed during installation any more in 2.0; now they are needed when admin first logs in - error message is disaplyed if session does not work
thanks for the report