WP 3.2.1 and VB 3.8.6, same server different folders
My wordpress is installed on the domain root and my vbulletin is on a sub-folder /f/
The only way i can get the bridge to somewhat work is by moving wordpress files to the same directory as vbulletin. This creates a problem due to the permalinks and htaccess files conflicting. so im going back to having wp and vb in different folders however, When they are in different folders with wordpress being in the root, i keep getting the "Unable to add cookies, header already sent. File: /home/content/xxxxxx/xx/html/wp-content/plugins/vbbridge/vbbridge.php Line: 35" error when trying to map users or save the vbbridge settings. Help Jeff! am i missing something? |
Did you leave plugins disabled in the vbbridge settings?
|
Quote:
|
It sounds to me like you either did not get the proper path to vbulletin, or there is something different going on in your vb install than normal.. Not sure what the issue is.
|
this is the line thats causing the issue:
Code:
echo "<div class=\"updated\">\n" . "<p>" . "<strong>" . __('Options saved.', 'vbridge') . "</strong>" . "</p>\n" . "</div>\n"; ill keep looking around the code to see if there is something that isnt being parsed correctly by the browser. ill post back if i find the fix |
Quote:
In my php5.ini file, the output buffering was set to off. Since the code is trying to send info to the browser before the headers are sent, its kicking out that error. If anyone else has the problem make sure they turn on output buffering in their php.ini file, or you can use ob_start(); in the vbbridge.php file :) |
Quote:
|
Quote:
If you dont see anything regarding OUTPUT BUFFERING then you need to add the line Code:
output_buffering = On Code:
output_buffering = 4096 |
also:
be sure that you only have one instance of global.php from vbulletin being called whenever a wordpress page is rendered. I installed a vb login widget for wordpress and it called global.php 2x |
All times are GMT -4. The time now is 07:54 PM. |
Powered by vBulletin® Version 3.8.8 Beta 4
Copyright ©2000 - 2024, vBulletin Solutions, Inc.