PHP version: 5.5.2
Database server and version: MySQL 5.0.41
Web server and version: Apache/1.3.33
Browser vendor and version: Tested in Firefox 2.0.0.14, IE 7.0.5730.13, IE 6.0.2800.1106
Description of bug: When attempting to create a reservation, the Start and End times are always 12/31/1969 7:00am. When checking the database to see what value was entered I notice that a record was never created. I looked at the php error log and see following errors:
[Tue Jun 17 11:09:24 2008] [error] PHP Notice: Undefined index: type in reserve.php on line 216
[Tue Jun 17 11:09:24 2008] [error] PHP Notice: Undefined index: resid in reserve.php on line 235
[Tue Jun 17 11:09:24 2008] [error] PHP Notice: Undefined index: scheduleid in reserve.php on line 181
[Tue Jun 17 11:09:25 2008] [error] PHP Notice: Undefined index: machid in reserve.php on line 184
[Tue Jun 17 11:09:25 2008] [error] PHP Notice: Undefined index: start_date in reserve.php on line 185
[Tue Jun 17 11:09:25 2008] [error] PHP Notice: Undefined index: start_date in reserve.php on line 186
[Tue Jun 17 11:09:25 2008] [error] PHP Notice: Undefined index: pending in reserve.php on line 188
[Tue Jun 17 11:09:25 2008] [error] PHP Notice: Undefined index: starttime in reserve.php on line 189
[Tue Jun 17 11:09:25 2008] [error] PHP Notice: Undefined index: endtime in reserve.php on line 190
[Tue Jun 17 11:09:25 2008] [error] PHP Notice: Undefined index: type in reserve.php on line 201
[Tue Jun 17 11:09:25 2008] [error] PHP Notice: Undefined index: name in /lib/Reservation.class.php on line 591
[Tue Jun 17 11:09:25 2008] [error] PHP Notice: Undefined index: location in /templates/reserve.template.php on line 552
[Tue Jun 17 11:09:25 2008] [error] PHP Notice: Undefined index: rphone in /templates/reserve.template.php on line 557
[Tue Jun 17 11:09:25 2008] [error] PHP Notice: Undefined index: notes in /templates/reserve.template.php on line 562
[Tue Jun 17 11:09:25 2008] [error] PHP Notice: Undefined index: max_participants in /lib/Reservation.class.php on line 610
Any help would be appreciated!