Logout Error

Post about any bugs you find in the phpBB3 version of WP-United here.
Forum rules
Posts reporting bugs, or requesting help with installation errors, MUST carry the following information:

-- Information copy/pasted from the "Debug Info To Post" section of the WP-United ACP tab. Just paste this information in directly, it does not need to be in "code" tags.
-- A detailed description / exact copy of the error. If you are getting blank pages, turn on error reporting or look in your error log to get this.
-- A list of any other active WordPress plugins, themes, and phpBB mods you are using.

You are encouraged to hide/obfuscate path and URL information to prevent third parties from using this information to compromise your site. However, please do not post the 'real' information by Private Message unless specifically requested. It is recommended that you leave path and URL information in the same format (same number of '/'), just change some alphanumeric characters to obfuscate it.

Please ensure you have also read the included README_FIRST file, and the relevant install.xml DIY Instructions before posting.

Logout Error

Postby Squirrelgrunt » Sun 13 Dec, 2009 3:20 pm

Hello, when i log out of either Wordpress or Phpbb i get this error

I am using the prosilver style,
Code: Select all
[phpBB Debug] PHP Notice: in file /home/conkerzo/public_html/wp-content/plugins/similar-posts/similar-posts.php on line 572: array_flip() [function.array-flip]: The argument should be an array
[phpBB Debug] PHP Notice: in file /home/conkerzo/public_html/wp-content/plugins/si-contact-form/si-contact-form.php on line 1966: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /includes/functions.php:3478)
[phpBB Debug] PHP Notice: in file /home/conkerzo/public_html/wp-includes/pluggable.php on line 689: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3478)
[phpBB Debug] PHP Notice: in file /home/conkerzo/public_html/wp-includes/pluggable.php on line 690: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3478)
[phpBB Debug] PHP Notice: in file /home/conkerzo/public_html/wp-includes/pluggable.php on line 691: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3478)
[phpBB Debug] PHP Notice: in file /home/conkerzo/public_html/wp-includes/pluggable.php on line 692: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3478)
[phpBB Debug] PHP Notice: in file /home/conkerzo/public_html/wp-includes/pluggable.php on line 693: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3478)
[phpBB Debug] PHP Notice: in file /home/conkerzo/public_html/wp-includes/pluggable.php on line 694: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3478)
[phpBB Debug] PHP Notice: in file /home/conkerzo/public_html/wp-includes/pluggable.php on line 697: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3478)
[phpBB Debug] PHP Notice: in file /home/conkerzo/public_html/wp-includes/pluggable.php on line 698: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3478)
[phpBB Debug] PHP Notice: in file /home/conkerzo/public_html/wp-includes/pluggable.php on line 699: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3478)
[phpBB Debug] PHP Notice: in file /home/conkerzo/public_html/wp-includes/pluggable.php on line 700: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3478)
[phpBB Debug] PHP Notice: in file /home/conkerzo/public_html/wp-includes/pluggable.php on line 703: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3478)
[phpBB Debug] PHP Notice: in file /home/conkerzo/public_html/wp-includes/pluggable.php on line 704: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3478)
[phpBB Debug] PHP Notice: in file /home/conkerzo/public_html/wp-includes/pluggable.php on line 705: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3478)
[phpBB Debug] PHP Notice: in file /home/conkerzo/public_html/wp-includes/pluggable.php on line 706: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3478)

Warning: Cannot modify header information - headers already sent by (output started at /home/conkerzo/public_html/forum/includes/functions.php:3478) in /home/conkerzo/public_html/forum
Squirrelgrunt
Groupie
 
Posts: 30
Joined: Sun 13 Dec, 2009 2:42 pm

Re: Logout Error

Postby Jhong » Mon 14 Dec, 2009 12:39 am

Hello,

Is similar-posts/ a plugin? What is the plugin name? With any luck it will work in v0.8 with the plugin workarounds enabled.
Please don't ask questions by PM :-)

Did WP-United help you with your site? Click here to make a donation!
User avatar
Jhong
Site Admin
 
Posts: 2584
Joined: Sat 06 Jan, 2007 8:15 pm
Location: A place with no bugs

Re: Logout Error

Postby Squirrelgrunt » Mon 14 Dec, 2009 4:07 am

Thanks for the reply!

Yes i have that plugin, how can i get the "workarounds"

Also! i cannot read the Subsilver2.xml, i tried opening it in IE and Firefox, non work.

Thanks
Squirrelgrunt
Groupie
 
Posts: 30
Joined: Sun 13 Dec, 2009 2:42 pm

Re: Logout Error

Postby Jhong » Mon 14 Dec, 2009 10:03 am

The best bet right now is to wait for v0.8, and disable that plugin in the meantime. Alternatively, you can help test v0.8 and post youer experiences in the new v0.8 testing forum.

Note that the plugin work-arounds option in v0.8 is now currently having a mahor rework, and won't be working again properly until tonight.
Please don't ask questions by PM :-)

Did WP-United help you with your site? Click here to make a donation!
User avatar
Jhong
Site Admin
 
Posts: 2584
Joined: Sat 06 Jan, 2007 8:15 pm
Location: A place with no bugs

Re: Logout Error

Postby Vertical » Fri 19 Mar, 2010 1:36 am

I've cathed the similar problem after installing this plugin.
Error was:

Code: Select all
Error activating similar-posts/similar-posts.php for blog id=xxxxxx:
Warning: array_flip() [function.array-flip]: The argument should be an array in /home/your-domain/public_html/my/wp-content/plugins/similar-posts/similar-posts.php on line 572


The solution is: find line 572 in similar-posts.php plugin

Code: Select all
$overusedwords = array_flip($overusedwords);


and replace it with

Code: Select all
$overusedwords = array_flip((array)$overusedwords);
Vertical
Groupie
 
Posts: 41
Joined: Mon 22 Feb, 2010 10:00 pm


Return to Bug Report

Who is online

Users browsing this forum: No registered users and 1 guest