Thank you for the information.
One possible reason is wp-config.php file moving to other directory than WordPress site root. If it is not your case, then it is possible one known bug. I will publish update tomorrow possibly. Please let me know, if it will help then.
Thread Starter
nfocom
(@nfocom)
installed on new 3.4.1 with buddypress 1.6 on multisite subdomain. did not move wp-config.php and installed on root with no subfolder.
thanks again.
Bug I wrote about yesterday was found at unused piece of code, thus it could not be the reason of your problem. I removed that code.
Just tested PGC plugin with WordPress multi-site subdomain. It works fine at my test site, but I have news – PGC is not compatible with WordPress multi-site. It shows network sites tables as the garbage from plugins and it is critically wrong. Thus, if you use plugin with WordPress multi-site you should correct its output yourself: tables, e.g. wp_2_posts, wp_2_options, etc. are not garbage at all.
If you still have desire to try PGC, try to insert
define(‘WP_DEBUG’, true);
line into your wp-config.php file. May be some additional PHP output will add some light to the problem.