Hi, when I try to remove relative record I get this error:
Fatal error: Call to undefined method PEAR_Error::getTitle() in /var/www/vhosts/lotta.genesisliceo.it/httpdocs/dataface-0.7.1/Dataface/RemoveRelatedRecordForm.php on line 211
table that I use is:
anagrafica with idanagrafica as primary key
palestra with idpalestra as primary key
corsi with (idpalestra,idanagrafica) as primary key
file relationship.ini on tables/anagrafica
[Corsi]
palestra.idpalestra = corsi.idpalestra
corsi.idanagrafica = "$idanagrafica"
file relationship.ini on tables/palestra
[Allievi]
anagrafica.idanagrafica = corsi.idanagrafica
corsi.idpalestra = "$idpalestra"
When I use RelationShip Corsi on Palestra all works well (add new, add exist, remove) but on RelationShip Corsi on Anagrafica add new and add exist works but remove give me an error.
Thank for help....ans sorry for my English!!!