[Phpgedview-talk] Introduction and bugs!
Brought to you by:
canajun2eh,
yalnifj
From: Brian D. <bd...@gm...> - 2008-01-06 04:46:09
|
Hi, I'm Brian Derr (Bderrly on the PGV wiki). I've been using PGV for over a year now and really like it. I'm using PGV v4.2 from svn and postgresql. While doing a standards check against my GEDCOM file I found a few people that needed their families reordered. I clicked on the reorder families link and got an error. (I've sort of gotten used to see errors as I poke around lately and it all seems to be related to using Postgres, but that's another email.) The error follows: *Fatal error*: Call to undefined function print_simple_fact() in * /var/www/pgv-4.2/edit_interface.php* on line *1977 * Looking through the code I see that the print_simple_fact() function has been deprecated in favor of using the Event class. I'm rather new to PHP but it seems that the Event class hasn't been fully implemented as nothing is "requiring" it. So, was someone a bit hasty in deprecating and commenting out the print_simple_fact() function from the includes/functions_print.php file? Thanks, bd |