Categories > TinyButStrong general >

TinyButStrong Error when merging block [Array]: unsupported variable type : 'integer'

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: handoko
Date: 2010-12-05
Time: 14:46

TinyButStrong Error when merging block [Array]: unsupported variable type : 'integer'

Hi Skrol.

I got above error, pls explain me why?
I try to display a series of block in subtemplate

Rgds
By: Skrol29
Date: 2010-12-05
Time: 21:13

Re: TinyButStrong Error when merging block [Array]: unsupported variable type : 'integer'

Can you give some code that produces this error?
By: handoko
Date: 2010-12-06
Time: 00:00

Re: TinyButStrong Error when merging block [Array]: unsupported variable type : 'integer'

Dear Skrol,

i solve the problem by changing the code
$rs=$db->query($q);

by
$rs=$db->get_results($qkomen, ARRAY_A;



Thanks