Hi bobrik,
I am having trouble getting the plugins to communicate with each other. I am getting the "URL is incorrect or connection error, please verify it (full variant):" error for both WP & bbPress plugins. I've read all of the posts in the thread and am still stuck. Can you help?
My versions:
WordPress - 2.8.4, bbPress - 1.0.2, Synch Plugin - 0.8.0
I have the user table integrated for login, but not deep integration (yet).
The directory structure for both plugins has 755 folder permissions right up to the php files, which are 644 (I saw a comment on your blog stating that all should be 755 including the php files, however this is unusual and it didn't solve the problem so I changed the php files back to 644).
My WP install is in the root, and the bbPress install is in a folder called forum. I have my web server remove the www from all URLs:
http://thesmithfieldfc.co.uk/
http://thesmithfieldfc.co.uk/forum/
These should be correct, as the error in each case gives me a URL that points to the test page informing me the plugin has connected OK (I think you should rephrase the text to "If you can see this, the plugin has connected") however after the colon there is no test string. I think a previous post on this thread had the same problem but I don't think it was resolved.
My 'incorrect' URL's are as follows, please feel free to check yourself:
http://thesmithfieldfc.co.uk/?wpbb-listener
gives "If you see that, plugin must connect well. bbPress test response (must be a:1:{s:4:"test";i:1;}): " i.e. nothing after the last colon, where other people get the test string.
http://thesmithfieldfc.co.uk/forum/my-plugins/wordpress-bbpress-syncronization/bbwp-sync.php
returns "If you see that, plugin must connect well. WordPress test response (must be a:1:{s:4:"test";i:1;}): " - again no test string.
I also noticed a warning in my error logs:
PHP Warning: Invalid argument supplied for foreach() in /home/sites/thesmithfieldfc.co.uk/public_html/forum/my-plugins/wordpress-bbpress-syncronization/bbwp-sync.php on line 873, referer: http://thesmithfieldfc.co.uk/forum/bb-admin/admin-base.php?plugin=bbwp_options
I can't think of any more useful information at the moment. Many thanks for any help you can offer.
~Cyrix
\Edit - It seems I am having the same problem as TahoeKid was, however that didn't seem to get resolved as TahoeKid never re-activated the plugins.