kumarsivarajan / rmh-roomreservation-maker

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

error when SW tries to modify family profile #83

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Social Worker (SW) logs in.
2.SW chooses “Request Room”.
3.SW types first and/or last name of parent.
4.SW hits “Lookup”.
5.System returns a table entry for each parent, but no information relating to 
patient.
6.SW selects hyperlink of parent’s name..
7.System returns a more verbose table of that parent, and additional options to 
“Modify Profile” and “Create Room Reservation”. 
GUI: These options are blue-highlighted hyperlinks, and are rendered very close 
together.
8.SW selects “Modify Profile”.
9.The SW makes necessary edits to the profile.
10.The SW hits “Modify”.

What is the expected output? What do you see instead?

The SW is notified that the system “Successfully inserted a profile activity 
request”, however, PHP makes a fatal error and leaves the following stack 
trace:
<snip of error>
Successfully inserted a profile activity request
( ! ) Fatal error: Call to a member function get_parentlname() on a non-object 
in C:\wamp\www\rmh-reservation-maker\mail\functions.php on line 430
Call Stack
#   Time    Memory  Function    Location
1   0.0012  469472  {main}( )   ..\profileChange.php:0
2   4.1247  1156672 newFamilyMod( ) ..\profileChange.php:202
</snip of error>

Also see #5 above - information about patient should be displayed

Please use labels and text to provide additional information.

Original issue reported on code.google.com by bkmackellar on 22 Sep 2012 at 5:44

GoogleCodeExporter commented 8 years ago
this may be the same as 77

Original comment by bkmackellar on 22 Sep 2012 at 7:10

GoogleCodeExporter commented 8 years ago

Original comment by bkmackellar on 22 Sep 2012 at 7:44

GoogleCodeExporter commented 8 years ago

Original comment by niceo...@gmail.com on 27 Sep 2012 at 6:33

GoogleCodeExporter commented 8 years ago
Cannot be resolve until issue: 63, 64 and 65 are fixed.

Original comment by krissy88bz on 27 Sep 2012 at 7:33