View Single Post
04-07-2012, 05:57 PM   #4
citizen
Junior Member
 
Join Date: Jan 2011
Posts: 3
Rep Power: 0
citizen is getting browny points
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
With WP 3.2.1 almost the same 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

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
Even if I switch between PHP 5.2.14 and 5.3.x. (5.3.x is not compatible with VB 3.5.2)
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
citizen is offline   Reply With Quote