This is a strange one... Do you think you could send me your header.php and footer.php too?
The error message on your page is typically one that appears when you're posting a chunk of code twice; someone further up in this post had that problem too. But when I check your func.php, get_logs() is only declared once...
A couple quick test solutions I can propose is removing include '/home/zerograd/public_html/miyu/func.php'; include('/home/zerograd/public_html/miyu/header.php');
wherever you see them in your code on pairings.php and see how badly that breaks things (if it does, just undo it and I'll keep trying to work this out).
no subject
The error message on your page is typically one that appears when you're posting a chunk of code twice; someone further up in this post had that problem too. But when I check your func.php, get_logs() is only declared once...
A couple quick test solutions I can propose is removing
include '/home/zerograd/public_html/miyu/func.php';
include('/home/zerograd/public_html/miyu/header.php');
wherever you see them in your code on pairings.php and see how badly that breaks things (if it does, just undo it and I'll keep trying to work this out).