Page 1 of 1

PostPosted: Thu Sep 28, 2006 3:55 pm
by Aoirthoir
Alright, I don't know what you did but you saved us all BUNCHES AND BUNCHES of time with this history feature bro. Marry me? Ok maybe I wont take it THAT far but this is one of the most exciting developements with DF to date. The history feature works DFantastically. And even reverting creates a history record which is thus like an undo/redo feature! DFenomenal.

I've got one error msg to report. If you are working with an existing table, that has data currently and has not been added to the history table this results:

Code: Select all
Fatal error:
[pear_error: message="This record has no history yet recorded."
code=200
mode=return
level=notice
prefix="" info=""]
in /myhomedirectory/
mydomaindirectory/
libraries/
dataface/
dataface-0.6.9/
Dataface/
Application.php
on line 1134


The breaks are on purpose so the error doesnt scroll horizontally.

Thank you lots and lots!

PostPosted: Thu Sep 28, 2006 3:57 pm
by Aoirthoir
If the history table exists..this msg does not display..Just double checked.

PostPosted: Thu Sep 28, 2006 4:29 pm
by Aoirthoir
The same occurs with "views". At least the one I tested. This may be due to the fact that there is a shortage of NOT NULL fields from the join I am attempting, so they dont get any actual data, and thus the view is not actually saved.....or it could be according to this statement:

Fatal error: Error inserting record: Can not modify more than one base table through a join view


Which is what the docs say about MySQL..ok so that is eliminated as a possibility. I created two really simple tables to test this out.