FIX - Cartweaver on Lucee - ArrayToList Error

Just a quick tip for anyone who wants to run Cartweaver on Lucee.

(I’m currently running Lucee 4.5.1.003 final and Cartweaver 4.03.01)

You need to add some code so that Cartweaver detects you are running Lucee
so that Cartweaver uses the correct List functions.

/site/cw4/admin/cwadminapp/func/cw-func-admin.cfm : Line 64

Looks like this:

Change to this:

Regards,

Daniel Jansen

Just a quick tip for anyone who wants to run Cartweaver on Lucee.

A more long-term fix might be to use getMetadata() (the function, not the
method) on the recordset and get the columns that way? I’ve not checked,
but presume this’d yield the same results on all platforms, given it’s a
native CFML function, not simply leveraging the undocumented behaviour of
the recordset class’s methods.On Tuesday, 14 April 2015 18:11:54 UTC+1, Daniel Jansen wrote:


Adam