Editor\Join problems.

Editor\Join problems.

tangerinetangerine Posts: 3,350Questions: 37Answers: 394
edited January 2014 in Editor
I almost had this working, but then decided to get rid of TableTools in favour of "display": "envelope". I stripped it down to the basics, but now any attempt to reintroduce the joins gives me this warnings/errors list:

Missing argument 3 for DataTables\Editor\Join::data()
Missing argument 4 for DataTables\Editor\Join::data()
Missing argument 5 for DataTables\Editor\Join::data()
Undefined variable: pkey in ....DataTables\Editor\Join
Call to undefined method ....DataTables\Editor::query()

I am probably missing something obvious, but I've gone over it so many times now I'm losing the plot.
Debug ref. elicil - thanks in advance!

Replies

  • allanallan Posts: 61,773Questions: 1Answers: 10,112 Site admin
    I think that the Editor.php and Join.php files you are using are out of sync. Could you update all of the library PHP files from the 1.2.4 release and see if that helps?

    Thanks,
    Allan
  • tangerinetangerine Posts: 3,350Questions: 37Answers: 394
    Spot on! Much appreciated.
This discussion has been closed.