If this has already been posted I apologize, there's just too many pages to read through and I don't know if it's exhaustion or not but I can't find the search this thread feature (is there one?). This has been working great for us but we need to move our forums to a new server and we have issues with this mod. If I disable this mod everything works great but if I enable it I get something similar to this when trying to view posts:
Code:
query_first(" SELECT fbuid FROM " . TABLE_PREFIX . "fbuser WHERE userid = " . $userid . " LIMIT 1 "); return intval($user['fbuid']); } function fetch_fbuser_info($query) { require_once(DIR . '/includes/facebook/facebook.php'); global $vbulletin, $db; $fbusers = $db->query_read($query); $fbuids = ""; $vbuids = array(); while ($fbuser = $db->fetch_array($fbusers)) { if ($fbuser['fbuid']) { $fbuids .=
I only included a little bit but can enable the forums or PM for more code if desired. I created a new facebook app and updated the apikey and secret, tried both upgrade and reinstalling, double checked the fbuser table in the database, and double checked all template edits. I can't figure it out and was hoping someone else might be able to help. Also, apache/mysql/php versions are the same for both servers as this was mentioned for another issue.
Edit: forgot to include some links.
Current server fully functioning and
new server.