A PHP Error was encountered

Severity: Warning

Message: Undefined array key 0

Filename: models/Meets_model.php

Line Number: 21

Backtrace:

File: /home4/kcatvrmy/public_html/greenhopetrackxc/apps/xc/models/Meets_model.php
Line: 21
Function: _error_handler

File: /home4/kcatvrmy/public_html/greenhopetrackxc/apps/xc/controllers/Meet.php
Line: 37
Function: findMeetById

File: /home4/kcatvrmy/public_html/xc/index.php
Line: 293
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: Trying to access array offset on value of type null

Filename: models/Marks_model.php

Line Number: 157

Backtrace:

File: /home4/kcatvrmy/public_html/greenhopetrackxc/apps/xc/models/Marks_model.php
Line: 157
Function: _error_handler

File: /home4/kcatvrmy/public_html/greenhopetrackxc/apps/xc/controllers/Meet.php
Line: 47
Function: getMarksForMeet

File: /home4/kcatvrmy/public_html/xc/index.php
Line: 293
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /home4/kcatvrmy/public_html/includes/framework/core/Exceptions.php:271)

Filename: core/Common.php

Line Number: 578

Backtrace:

File: /home4/kcatvrmy/public_html/greenhopetrackxc/apps/xc/models/Marks_model.php
Line: 160
Function: query

File: /home4/kcatvrmy/public_html/greenhopetrackxc/apps/xc/controllers/Meet.php
Line: 47
Function: getMarksForMeet

File: /home4/kcatvrmy/public_html/xc/index.php
Line: 293
Function: require_once

Database Error

A Database Error Occurred

Error Number: 1064

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and athlete.gender='F' and school=school.schoolid order by event_id, pos' at line 1

select *, school.name as school_name, school.state as school_state from xc_mark, athlete, school where athlete_id=athlete.athleteid and meet_id= and athlete.gender='F' and school=school.schoolid order by event_id, pos

Filename: models/Marks_model.php

Line Number: 160