Can't use "Can select row" plug in

farikaba

New Member
I had install table plug in "Can select row" with my Joomla1.5. But when I add this plug in to my table in back-end the front-end table can't be access. Error message is "Fatal error: Cannot access empty property in C:\AppServ\www\test5\components\com_fabrik\plugins\table\canselectrow\canselectrow.php on line 35".

It is the same problem with "Can edit row" plug in.

I use Fabrik 2.1.1. and downloaded the plug in from http://fabrikar.com/downloads/details/36/153.

Furthermore I found that in Fabrik plug in page it show the red cross like this
image-17B1_4EF29EA9.jpg


So what should I do? I need to allow user select row from table may be by check box and then when click "OK" button it will be show table which display only row which user select. How can I do like that?

Please help I struggling this problem for 2 week. So bad:(
 
I did find an issue with the element name, which is fixed in SVN.

Something must have changed at some point with how the name of the selected element for the value comparison is passed to these plugins, as the code was expecting table.element, and converting it to table___element ... but was getting `table`.`element`.

I removed the "do it by hand" code (string replace of . to ___) with a call to the safeColnameToArrayKey() string helper.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top