By: Skrol29
Date: 2006-08-04
Time: 01:38
|
Re: TinyButStrong Error (MergeBlock [blk]): Unsupported variable type : 'resource'.
The variable $id you've given in a line like :
$TBS->MergeBlock('blk',$id,...)
is not supported in native. It looks like it is an ID of a connection for a database not supported in native by TBS.
|