I mean a subfolder MU mode, not Network.
These the result:
on main Admin site, the integration work.
but if you activate also for subsites the plugin, this happen
Code: Select all
WordPress database error Table 'w3test.wp_2_users' doesn't exist for query UPDATE
on a WP MU install, wordpress clone/create all wp tables, for each new site which run using these separated tables, EXCEPT the wp users table, which remain the default one i see. Queries are performed into correct tables except for this that lead to a mysql error of course.
So, a switch for the code about this table, when the code is executed on a subsite MU, is necessary to not lead to this behavior, just searching for user table with main prefix and not MU prefix.
Another thing that had me lead on test to a loop, is the fact that i have test to create a new test subsite, and i see in this case, that a default admin user for this site, named as the site created (like i have create site subsite1, and an user subsite1 also, admin of this site has been created). I've try to access admin of the subsite with admin on the main and a loop start. This until i have not add admin user to the subsite manually.
These two problems i've found, i need little time more to check all and fix. I guess that the joke about wp user table prefix will get all working fine at once. We will see. By the way, it will result impossible to link different forums on subsites, if you let users register also in phpBB. I think (but i need to check) that will be impossible to link a phpBB into main, and another phpBB install into another sub, because if the WP db users table is one only, this lead to a not correct users additions into the same WP users main db table by two different phpBB
Sorry for some delay in these (for me) bad days due to some health problem that i need to resolve before the summer come! Of course, together maybe with a working WP MU integration working on sub sites!