Menu

#111 SVN revision 178 or later breaks simplemanagement example

open
nobody
Database (12)
5
2007-11-28
2007-11-28
lifeform
No

With SVN revision < 178, the simplemanagement.php example works fine. Starting at 178 you can view a record, but on clicking the save button the follwing error occurs:

Application raised an exception class EPropertyNotFound with message 'Trying to access non-existant property Table->products_id in dbtables.inc.php, line 646.'

The problem appears to be in the __set() function in dbtables.inc.php. Copying that function from an earlier revision to the dbtables.inc.php in revision 178 makes the example work again.

Discussion


Log in to post a comment.