kumarsivarajan / rmh-roomreservation-maker

Automatically exported from code.google.com/p/rmh-roomreservation-maker
0 stars 0 forks source link

Error thrown when creating a referral for a new family #112

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.logon as Mary789
2.Choose Create Family Profile 
3. enter information for a new family
4. Hit Submit
5. Choose option for creating a new referral for the family

What is the expected output? What do you see instead?
The error message
"PHP Notice:  Undefined index: familyID in 
C:\wamp\www\rmh-reservation-maker\referralForm.php on line 54" is displayed

Please use labels and text to provide additional information.

Original issue reported on code.google.com by bkmackellar on 19 Nov 2012 at 10:37

GoogleCodeExporter commented 8 years ago

Original comment by bkmackellar on 19 Nov 2012 at 10:38

GoogleCodeExporter commented 8 years ago
This is part of a "TODO".

Original comment by niceo...@gmail.com on 19 Nov 2012 at 10:40

GoogleCodeExporter commented 8 years ago
Added a $_SESSION['familyID'] variable at line 307 in newProfile.php. The 
familyProfileID is now passed to referralForm.php.

Original comment by niceo...@gmail.com on 19 Nov 2012 at 10:57