A declarações SQL seguintes causaram erros: INSERT INTO gibbonSetting
(scope
,name
,nameDisplay
,description
,value
) VALUES (‘Course Selection’, ‘activeSchoolYear’, ‘Course Selection School Year’, ‘Sets the default school year to be pre-selected on various pages.’, (SELECT gibbonSchoolYearID FROM gibbonSchoolYear WHERE status=‘Upcoming’ ORDER BY sequenceNumber ASC LIMIT 1));
SQLSTATE[23000]: Integrity constraint violation: 1048 Column ‘value’ cannot be null
ME AJUDA A SOLUCIONAR ESTE ERRO, ele esta no modulo seleção de curso…