-
Hi,
First off by all means submit your tree view as a feature request (you can add attachments there) and we'll consider it for inclusion in the main code.
The way version 2 has been designed it's best to not try and query the database directly but rather to access it using the DAO classes and objects returned from those queries
By doing it this way you will isolate yourself from any future...
2010-01-08 11:57:23 UTC by idwright
-
Hi,
I'm afraid that there are several problems with a clean install of v2.0.0 - see this thread - https://sourceforge.net/projects/phpmyfamily/forums/forum/378321/topic/3474046
I have created a version 2.0.1 where these are fixed, which is in CVS, but at the moment I depend on Simon to release it which takes a long time to organize....
2010-01-08 10:59:43 UTC by idwright
-
Hi,
If you send it directly to me idwright@users.sourceforge.net I'll make sure it gets added.
2010-01-08 10:48:24 UTC by idwright
-
I installed new pmf on a php v5.2.9, mysql v5.0.85 community. On the home page ,error retrieving images from datebase. I have no images. I can not add a new person into database. Pedigree of male errors,..could not be converted to int.. in show.php line82,103,117 etc,etc
Thanks for any help.
2010-01-06 00:40:53 UTC by ddoe
-
I have resolved some of my issues:
Locations now being stored in the database.
Middle names are now exported to gedcom files.
Locations are now exported to gedcom files.
Gedcom files can be imported without errors.
How do I attach my 300+ line patch info file?.
2009-12-28 21:35:13 UTC by richardbrinegar
-
I'm having a problem with phpmyfamily Version 2.0.1
The locations are not being stored for any events. When I manually enter an event/location in the mySql database, the program does find them.
In modules/note/show.php
changed mb_strtolower($strNotes) to
strtolower($strNotes)
to stop a php undefined function error complaint.
In classes/Source.php function loadFields I had to comment...
2009-12-19 18:55:36 UTC by richardbrinegar
-
problem with phpmyfamily Version 2.0.1
The locations are not being stored for any events. When I manually enter an event/location in the mySql database, the program does find them.
Also in modules/note/show.php changed mb_strtolower($strNotes) to strtolower($strNotes) to stop a php undefined function error complaint.
I have downloaded all changed files from cvs.
I am using PHP 5.2 and...
2009-12-17 17:02:13 UTC by richardbrinegar
-
idwright committed patchset 88 of module pmf2 to the phpmyfamily CVS repository, changing 1 files.
2009-12-09 20:36:21 UTC by idwright
-
idwright committed patchset 87 of module pmf2 to the phpmyfamily CVS repository, changing 1 files.
2009-12-09 20:35:49 UTC by idwright
-
idwright committed patchset 86 of module pmf2 to the phpmyfamily CVS repository, changing 1 files.
2009-12-09 20:35:02 UTC by idwright