49
Hi, I'm not sure where to post issues with the Pedigree module so let me know if there's a better way...
The add a litter page is not working for any theme in 2.5.8 and PHP7. I've tried it on the latest alpha 6 from Mamba's fork and also on Zyspec's alpha 8 version without any changes. I've compared the add_dog.php and add_litter.php files as I'd have thought they were similar in construction but can't see anything obvious. I've also compared the pedigree_adddog.tpl and pedigree_addlitter.tpl files without success.
The table output and functionality works fine to add a dog - the page title is output at the top and at the bottom there is a button to add the dog..
.. trying to add a litter does not output the page title just blank rows. The button at the bottom also doesn't render, instead the raw text is output, "Check this [animalType] and add other information -->"
The only error I get is 11 notices of the same error:
Notice: Undefined property: Animal::$user1 in file /modules/pedigree/include/class_field.php line 653
Any ideas how I can fix this issue? There are a few minor issues I can live with but I need to fix this before I can launch the site. Once I get the core site working I'll have a go at the tutorial which I am hoping will give me the confidence on Git Hub to do a bit more.
Grateful as always for your help.
Jan