
I've got a problem with the related records... First when I try to export the related records, the program saves only the main records, not the related. The relationship was created via $parentfield=table.field in the relationships.ini file:
[equipos]
equipo.eqCliCod="$cliCod"
actions:addexisting=0
In addition, I receive a Fatal error when I try to delete or update a related record using the 'with selected' buttons. This one:
Fatal error: Call to undefined method PEAR_Error::getTitle() in K:\wamp\www\mantenimiento\dataface\Dataface\templates_c\default\%%2E^2EA^2EA26F76%%copy_replace.html.php on line 33
I'm using the getTitle() function on my tables.php files but even deleting the function, the error persists.
Somebody knows what's happen? Thanks
Jesus