L 91:# index.php | import()
L 88:# scorm.import.lib.php | parseManifest()
L 309:# scorm.import.lib.php | addItems()
L 425:# scorm.import.lib.php | save()
L 254:# item.class.php | claro_sql_query_insert_id()
L 710:# sql.lib.php | claro_sql_query()
I think the setup/course_install.sql file should be modified...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
this issue appears with release 1.9.1, latest 1.9 branch from svn and svn trunk
in debug mode : get mysql error
1054 : Unknown column 'newWindow' in 'field list'
INSERT INTO `c_TEST_DOC_lp_item`
SET `path_id` = '2',
`type` = 'CONTAINER',
`title` = 'Les Outils Auteurs : de nouvelles ressources pour iCampus',
`description` = '',
`visibility` = 'VISIBLE',
`rank` = 1,
`identifier` = 'I_fold_c0_n1',
`sys_path` = '',
`parent_id` = -1,
`previous_id` = -1,
`next_id` = -1,
`launch_data` = '',
`timeLimitAction` = 'continue,no message',
`completionThreshold` = '',
`redirectBranchConditions` = '0',
`branchConditions` = '',
`newWindow` = '0'
L 91:# index.php | import()
L 88:# scorm.import.lib.php | parseManifest()
L 309:# scorm.import.lib.php | addItems()
L 425:# scorm.import.lib.php | save()
L 254:# item.class.php | claro_sql_query_insert_id()
L 710:# sql.lib.php | claro_sql_query()
I think the setup/course_install.sql file should be modified...