11-25-2011, 06:06 PM | #1 |
Junior Member
Join Date: Nov 2011
Posts: 2
Rep Power: 0 |
"Unable to add cookies, header already sent."
Hi,
I'm getting this error when i save any options, in the WP admin panel at Users and at Settings. Which option doesn't matter, all options that are related to the vbbridge doesn't work. Options saved. Unable to add cookies, header already sent. File: /home/duokgvsp/domains/hochstenbach-hellebrand.nl/public_html/wordpress/wp-content/plugins/vbbridge/vbbridge.php Line: 35 The options weren't saved when i go back to the admin panel. I use PHP 5.3.8 and vBulletin 4.1.5. Thanks for your support! Last edited by TomasH; 11-25-2011 at 06:08 PM. Reason: More information placed |
Reply With Quote |
11-26-2011, 04:09 PM | #2 |
Junior Member
Join Date: Nov 2011
Posts: 2
Rep Power: 0 |
I've PHP 5.3 installed after the installation of the plugin. Now i've re-installed the plugin and it works fantastic. This problem is solved. Thanks for the great plugin!
|
Reply With Quote |
12-22-2011, 02:50 PM | #3 |
Junior Member
Join Date: Jun 2011
Posts: 2
Rep Power: 0 |
I'm guessing the only way to fix this is to upgrade to PHP 5.3? I'm on a later version of 5.2.x and I'm having this problem.
|
Reply With Quote |
04-07-2012, 05:57 PM | #4 |
Junior Member
Join Date: Jan 2011
Posts: 3
Rep Power: 0 |
Hi all,
I'm having the same problem: On a fresh WP 3.3.1 in the root and VB 3.5.2 in /forum I get the following error: Code:
Notice: Use of undefined constant action - assumed 'action' in /home/www/web172/html/site/wp-content/plugins/vbbridge/vbbridge.php on line 20 Notice: Undefined index: action in /home/www/web172/html/site/wp-content/plugins/vbbridge/vbbridge.php on line 20 Notice: Undefined index: action in /home/www/web172/html/site/wp-content/plugins/vbbridge/vbbridge.php on line 28 Notice: Undefined variable: install in /home/www/web172/html/site/wp-content/plugins/vbbridge/vbbridge.php on line 38 Unable to add cookies, header already sent. File: /home/www/web172/html/site/wp-content/plugins/vbbridge/vbbridge.php Line: 20 Code:
Notice: Use of undefined constant action - assumed 'action' in /home/www/web172/html/site/wp-content/plugins/vbbridge/vbbridge.php on line 20 Notice: Undefined index: action in /home/www/web172/html/site/wp-content/plugins/vbbridge/vbbridge.php on line 20 Options saved. Notice: Undefined variable: install in /home/www/web172/html/site/wp-content/plugins/vbbridge/vbbridge.php on line 38 Unable to add cookies, header already sent. File: /home/www/web172/html/site/wp-content/plugins/vbbridge/vbbridge.php Line: 20 Could it be because of the php.ini output buffer option which is not switched on or some other fancy php option? Thank you in advance! Last edited by citizen; 04-07-2012 at 06:02 PM. Reason: add info |
Reply With Quote |
04-07-2012, 06:23 PM | #5 |
Junior Member
Join Date: Jan 2011
Posts: 3
Rep Power: 0 |
I figured out that this is because of the wp-config.php debug-option set to true –> define('WP_DEBUG', true);
Turning it off is the simplest, but actually the variables should be checked for existence before used, as far as I know. I think the function is ISSET($var) Anyway I'm not so deep into Jeff's code, if he has time some day he could fix this Happy Easter! |
Reply With Quote |
Reply |
Tags |
vbulletin wordpress bridge |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Add Prefix To Existing Vbulletin Tables | Jeff | vBulletin Talk | 7 | 11-13-2012 04:02 AM |
"Vbulletin has not been found" | rborge | vBulletin Wordpress Bridge | 3 | 06-03-2011 08:16 PM |
Unable to add cookies, header already sent. | kpmedia | vBulletin Wordpress Bridge | 19 | 03-22-2011 11:39 PM |
Not able to set Cookies, header already sent. | earthome | vBulletin Wordpress Bridge | 14 | 01-22-2011 10:42 AM |