سلام..

برای رفع عیب
کد:
Fatal error: Cannot redeclare quoted_printable_encode() in /home/***/public_html/includes/vcard.class.php on line 36
باید در خط 36 قبل از

کد:
// taken from PHP documentation comments
function quoted_printable_encode($input, $line_max = 76) {
از دستور زیر استفاده میکنیم..

کد:
if(!function_exists('quoted_printable_encode'))
{
 function quoted_printable_encode($input, $line_max=76, $space_conv=false)
 {
  /* ... */
 }
}
در ضمن باید کمی دقت شد که شروع دستور در کجا به پایان برسد و با
{
پایان دستور اعلام شود