phpScheduleIt
June 19, 2013, 02:46:11 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: phpScheduleIt 2.4.2 has been released!
 
   Home   Help Login Register  
Pages: [1]
  Print  
Author Topic: Undefined Index error...  (Read 5020 times)
kiverson
Newbie
*

Karma: 0
Posts: 4


« on: June 17, 2008, 02:30:15 PM »

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:

Quote
[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!
« Last Edit: June 17, 2008, 06:35:50 PM by kiverson » Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2006-2007, Simple Machines Valid XHTML 1.0! Valid CSS!