Hey , got a little problem when people are trying to register , they fill in everything thats needed and then submit , and then it gives the error , what could that be? Cheers.
I got the same problem, the problem occurs only in member.php page. all other pages load correctly but member.php does not. I have install dolphin 3 times with fresh databases but nothing changed.
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.
just post that part on the forumz and someone will read it out for you.
fix profile fields and join form I would presume
// 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.