tc slider problem

Permalink
Hi all -
I purchased the tc slider ap, but am having issues with it. Can anyone shed any light on this for me?

Running Concrete 5.3.3.1
It seemed to download & install fine, didn't get any errors, but when I try to add something with it I get the following SQL error

"Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysql error: [1054: Unknown column 'Array' in 'field list'] in EXECUTE("UPDATE btTCSlider SET sliderHandle='ase-photos',sliderHeight='Array',sliderWidth='Array',sliderOrder='- slide -',sliderTransition='- slide -',sliderInDuration=Array,sliderShowDuration=Array,sliderPrevLink='Array',sliderNextLink='Array',sliderAjaxBlocks=false,sliderAjaxUrls=false,sliderEditMode=false WHERE bID=403") ' in /home/p142rqec/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 Stack trace: #0 /home/p142rqec/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1042): adodb_throw('mysql', 'EXECUTE', 1054, 'Unknown column ...', 'UPDATE btTCSlid...', false, Object(ADODB_mysql)) #1 /home/p142rqec/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1017): ADOConnection->_Execute('UPDATE btTCSlid...', false) #2 /home/p142rqec/public_html/concrete/libraries/3rdparty/adodb/adodb-lib.inc.php(174): ADOConnection->Execute('UPDATE btTCSlid...') #3 /home/p1 in /home/p142rqec/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php on line 78"

any thoughts on what is going on?

I'm not a programmer, although I am dangerous enough that I do know how to access my database and add rows, columns, etc. if there is something in there that needs to be added/ or some php run against it, let me know?

Any thoughts on this would be greatly appreciated!

 
nteaviation replied on at Permalink Reply
nteaviation
I think the way they do a MySQL execute changed in 5.4.x It now returns an associative array instead of a nornal array of values. Was the TC Slider App written for 5.4x and not 5.3x? That is something the TC Slider App developer will have to answer to. Just a thought.
chameleon replied on at Permalink Reply
The minimum C5 was supposed to be 5.3.3.1, so I’m not sure if something has been updated and it no longer is compatible…

I emailed the developer yesterday, but haven’t gotten a response back yet, so was throwing it out there to see if anyone else had used it and had the same problem…

I’m just confused because if I’m reading the error right, it’s as though the fields are not in the database, but I checked the DB yesterday and all the correct columns are there, titled correctly, etc.

Do you know what scenario generally causes that error?
nteaviation replied on at Permalink Reply
nteaviation
Maybe, I had helped with a post in regard to a custom block not pulling data from the database correctly after an upgrade to 5.4.x It turned out, c5 updated to the newest ADODB in which they changed the way MySQL execute returns values. I could be completely off base.
chameleon replied on at Permalink Reply
Upgraded the site to 5.4.0.5 and all seems to be working now.