|
|
|
Environment:
|
suse 11.1 apache 2 mysql 5.0.67 php 5.2.8
|
|
| Database: |
MySQL
|
| URL: |
/group/grouping.php
|
| Participants: |
mert gokkaya and Petr Skoda (frankenstein)
|
| Security Level: |
None
|
| Resolved date: |
28/Feb/09
|
| Affected Branches: |
MOODLE_20_STABLE
|
| Fixed Branches: |
MOODLE_20_STABLE
|
Cannot create groupings. Throws a dml_read_exception .
Unknown column 'Array' in 'where clause'
SELECT * FROM mdl_groupings WHERE Array
[array ( )]
- line 305 of lib\dml\moodle_database.php: dml_read_exception thrown
- line 558 of lib\dml\mysqli_native_moodle_database.php: call to moodle_database->query_end()
- line 913 of lib\dml\moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
- line 74 of lib\grouplib.php: call to moodle_database->get_records_select()
- line 45 of group\grouping_form.php: call to groups_get_grouping_by_name()
- line 358 of lib\formslib.php: call to grouping_form->validation()
- line 404 of lib\formslib.php: call to moodleform->is_validated()
- line 77 of group\grouping.php: call to moodleform->get_data()
|
|
Description
|
Cannot create groupings. Throws a dml_read_exception .
Unknown column 'Array' in 'where clause'
SELECT * FROM mdl_groupings WHERE Array
[array ( )]
- line 305 of lib\dml\moodle_database.php: dml_read_exception thrown
- line 558 of lib\dml\mysqli_native_moodle_database.php: call to moodle_database->query_end()
- line 913 of lib\dml\moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
- line 74 of lib\grouplib.php: call to moodle_database->get_records_select()
- line 45 of group\grouping_form.php: call to groups_get_grouping_by_name()
- line 358 of lib\formslib.php: call to grouping_form->validation()
- line 404 of lib\formslib.php: call to moodleform->is_validated()
- line 77 of group\grouping.php: call to moodleform->get_data()
|
Show » |
|