Sorry bit of a noob question.
I have a simple db set up with two tables. An Item and an Inventory table.
Item Table
ItemId
Name
Subtitle
Inventory Table
InventoryId
ItemId
Quanity
relationships.ini in the Item folder:
[Inventories]
Inventory.ItemId = "$ItemId"
When I hit "new record" in the item tab I get the following error:
[pear_error: message="Parse error: Unknown action :s on line 1 select * from Inventory where Inventory.ItemId='$ItemId' ^ found: "s"" code=0 mode=return level=notice prefix="" info=""]
Fatal error: Cannot use object of type PEAR_Error as array in /srv/www/htdocs/dataface/SQL/Parser/wrapper.php on line 649
Any help would be most appreciated,
Thanks
Jake