What's new

Welcome to xCrud Community - Data Management and extended PHP CRUD

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Bug - Inline Editing on a sub table

Joined
Dec 9, 2021
Messages
3
Reaction score
1
Points
3
Location
UK London
I don't know if anyone has got around this, I've got 1.7.

So if you create a table with a sub-table and put inline editing on the sub-table it breaks when you try and save the record. Comes up with an SQL error.


Paul
 

wshcopper

New member
Joined
Dec 6, 2023
Messages
2
Reaction score
0
Points
3
Location
Kamloops B.C.
Doesn't seem to be anybody out there working on xcrud so I tracked down the problem and came up with a fix myself. In the xcrud.php (xCRUD v.1.7.15; 03/MAR/2021) file comment out the line #4815 on my script "// unset($this->order_by[$this->order_column]);". Everything seems to be working fine with the order_by clause now. I hope this helps someone.
 
Top Bottom