Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.8
-
Fix Version/s: None
-
Component/s: Administration
-
Labels:None
-
Database:MySQL
-
Affected Branches:MOODLE_18_STABLE
Description
Bug only appeared when phpMyAdmin version was updated to 2.9.x
Edit a record, make a change to a field and then save. Changes not saved and 2 new (blank) records are added to the table.
Deletion of records also throws an error.
PHP Notice messages thrown at time of saving changes:
[Thu Jan 11 09:10:34 2007] [error] PHP Notice: Undefined variable: session_max_rows in /home/moodtest/public_html/admin/mysql/tbl_replace.php on line 80
[Thu Jan 11 09:10:34 2007] [error] PHP Notice: Undefined variable: disp_direction in /home/moodtest/public_html/admin/mysql/tbl_replace.php on line 81
[Thu Jan 11 09:10:34 2007] [error] PHP Notice: Undefined variable: repeat_cells in /home/moodtest/public_html/admin/mysql/tbl_replace.php on line 82
Tested on user_info_field and tags table.
Confirming. I guess the problem is not in our integration, it is IMHO caused by the recent security improvements in phpmyadmin in handling of global variables. I have found some more similar problems. I will have to make a default install first to file proper bug reports upstream