Hello,

Just to inform you: The table "multi_formats" does not exist in the database,
PS: I don't really understand this SQL, I don't have multifield installed, remote ad did not work, I had to comment this test in order to use Remote ad.

RemoteAdverts.class.php line 172

if( $this -> getOne("SELECT `Key` FROM `".RL_DBPREFIX."plugins` WHERE `Status` = 'active' AND `Key` = 'multiField'") )
{
$sql = "SELECT * FROM `".RL_DBPREFIX."multi_formats` WHERE 1 ";
global $multi_formats;
$mf_tmp = $this -> getAll( $sql );
foreach( $mf_tmp as $key => $item )
{
$multi_formats[ $item['Key'] ] = $item;
}