Bug #4132
AICC Incorrect parising of PUTPARAM Response
Complexity:
Easy
SCRUM pts - complexity:
?
Description
When a PUTPARAM is sent to LMS it appears to generate a
Fatal error: Using $this when not in object context
This seems to be a PHP issue
Edit the main\newscorm\aicc_hacp.php
Line 152 - Replace with this
//$msg_array = aicc::parse_ini_string_quotes_safe($hacp_aicc_data, array('core_lesson', 'core_vendor'));
$aicc = new aicc()
$msg_array = $aicc->parse_ini_string_quotes_safe($hacp_aicc_data, array('core_lesson', 'core_vendor'));
Associated revisions
History
Updated by Julio Montoya over 8 years ago
- Status changed from New to Needs testing
- % Done changed from 0 to 80
Fix was sent
Updated by Yannick Warnier almost 8 years ago
- Category set to Learning paths / Lecciones
- Target version changed from 1.9.6 to 2.0
Fixing aicc_hacp.php fatal error see #4132 fixed/reported by M.Holden