MyBB, dahili bir SQL hatası olduğunu tespit etti ve aşağıdaki nedenlerden dolayı devam edemiyor.
53.
54. $token_url = "https://graph.facebook.com/oauth/access_token?client_id=".$app_id."&redirect_uri=".urlencode($my_url)."&client_secret=".$app_secret."&code=".$code;
55.
56. $access_token = file_get_contents($token_url);
57.
58. $graph_url = "https://graph.facebook.com/me?".$access_token;
59.
| Dosya | Satır | Fonksiyon |
|---|---|---|
| /inc/class_error.php | 211 | errorHandler->output_error |
| [PHP] | errorHandler->error | |
| /fbconnect.php | 56 | file_get_contents |