I solve the problem temporately, when i look my mailbox for the error report i see member.php tries to read a table called "VKisses" which is not available on on the database I deleted that request
// new kisses attention
$new_kiss_arr = db_arr( "SELECT ID FROM `VKisses` WHERE Member = {$iChMemberID} AND New = '1' LIMIT 1" );
if ( $new_kiss_arr )
$vkiss = 1;
and the problem solved, but i dont know what does this array do. I just started to use dolphin.
// new kisses attention
$new_kiss_arr = db_arr( "SELECT ID FROM `VKisses` WHERE Member = {$iChMemberID} AND New = '1' LIMIT 1" );
if ( $new_kiss_arr )
$vkiss = 1;
and the problem solved, but i dont know what does this array do. I just started to use dolphin.