On numara facebook login eklentisi ancak siteyi çok yoruyor. debug'u aktif edince sitenin birçok yerinde hata verdiğini görüyorum. Error_log dosyasını da kontrol ettim hep hata vermiş.
Hata
[01-Feb-2014 23:06:47 Europe/Istanbul] PHP Notice: Trying to get property of non-object in /home/***/public_html/wp-content/plugins/nextend-facebook-connect/nextend-facebook-connect.php on line 380
//update_user_meta( $ID, 'new_fb_default_password', $user_info->user_pass);
do_action('nextend_fb_user_registered', $ID, $user_profile, $facebook);
/*/*/*/*380. satır burası yani boşluk*/*/*/
} else {
return;
}
}
if ($ID) {
$wpdb->insert($wpdb->prefix . 'social_users', array(
'ID' => $ID,
'type' => 'fb',
'identifier' => $user_profile['id']
) , array(
'%d',
'%s',
'%s'
));
}wp-config.php 'den debug'u aktif edince çıkış yapmak istediğimde şu hatalar geliyor.
Notice: Undefined index: loginFacebook in /home/***/public_html/wp-content/plugins/nextend-facebook-connect/nextend-facebook-connect.php on line 118
Warning: Cannot modify header information - headers already sent by (output started at /home/***/public_html/wp-content/plugins/nextend-facebook-connect/nextend-facebook-connect.php:118) in /home/***/public_html/wp-includes/pluggable.php on line 695
Warning: Cannot modify header information - headers already sent by (output started at /home/***/public_html/wp-content/plugins/nextend-facebook-connect/nextend-facebook-connect.php:118) in /home/***/public_html/wp-includes/pluggable.php on line 696
Warning: Cannot modify header information - headers already sent by (output started at /home/***/public_html/wp-content/plugins/nextend-facebook-connect/nextend-facebook-connect.php:118) in /home/***/public_html/wp-includes/pluggable.php on line 697
Warning: Cannot modify header information - headers already sent by (output started at /home/***/public_html/wp-content/plugins/nextend-facebook-connect/nextend-facebook-connect.php:118) in /home/***/public_html/wp-includes/pluggable.php on line 698
Warning: Cannot modify header information - headers already sent by (output started at /home/***/public_html/wp-content/plugins/nextend-facebook-connect/nextend-facebook-connect.php:118) in /home/***/public_html/wp-includes/pluggable.php on line 699
Warning: Cannot modify header information - headers already sent by (output started at /home/***/public_html/wp-content/plugins/nextend-facebook-connect/nextend-facebook-connect.php:118) in /home/***/public_html/wp-includes/pluggable.php on line 700
Warning: Cannot modify header information - headers already sent by (output started at /home/***/public_html/wp-content/plugins/nextend-facebook-connect/nextend-facebook-connect.php:118) in /home/***/public_html/wp-includes/pluggable.php on line 703
Warning: Cannot modify header information - headers already sent by (output started at /home/***/public_html/wp-content/plugins/nextend-facebook-connect/nextend-facebook-connect.php:118) in /home/***/public_html/wp-includes/pluggable.php on line 704
Warning: Cannot modify header information - headers already sent by (output started at /home/***/public_html/wp-content/plugins/nextend-facebook-connect/nextend-facebook-connect.php:118) in /home/***/public_html/wp-includes/pluggable.php on line 705
Warning: Cannot modify header information - headers already sent by (output started at /home/***/public_html/wp-content/plugins/nextend-facebook-connect/nextend-facebook-connect.php:118) in /home/***/public_html/wp-includes/pluggable.php on line 706
Warning: Cannot modify header information - headers already sent by (output started at /home/***/public_html/wp-content/plugins/nextend-facebook-connect/nextend-facebook-connect.php:118) in /home/***/public_html/wp-includes/pluggable.php on line 709
Warning: Cannot modify header information - headers already sent by (output started at /home/***/public_html/wp-content/plugins/nextend-facebook-connect/nextend-facebook-connect.php:118) in /home/***/public_html/wp-includes/pluggable.php on line 710
Warning: Cannot modify header information - headers already sent by (output started at /home/***/public_html/wp-content/plugins/nextend-facebook-connect/nextend-facebook-connect.php:118) in /home/***/public_html/wp-includes/pluggable.php on line 711
Warning: Cannot modify header information - headers already sent by (output started at /home/***/public_html/wp-content/plugins/nextend-facebook-connect/nextend-facebook-connect.php:118) in /home/***/public_html/wp-includes/pluggable.php on line 712
Warning: Cannot modify header information - headers already sent by (output started at /home/***/public_html/wp-content/plugins/nextend-facebook-connect/nextend-facebook-connect.php:118) in /home/***/public_html/wp-includes/pluggable.php on line 896
umarım yardımcı olacak birileri çıkar.