Just over testing the WP mums for the imminent 2.9.0.
I am deleting users re-adding into a loop of tests times and times so to check new options, and as ever there is no problem on deleting users.
I delete users from the main site, and they are removed from WP correctly and deactivated in phpBB.
As said into another post, i noted the problem you report into a mums highly customized (gulliver.it) but as said, it was there resolved, manually setting up the db connections values, using a custom phpBB config.php file, included into the
class.wp.w3all-phpbb.php
functions
Code: Select all
private static function w3all_db_connect(){
so to pass missing values from
but in theory the problem has then been fixed, retrieving db connections values, when missed somewhere along the wp execution (i assume maybe due to some NON LEGIT reset of global vars?) by the added function
Code: Select all
# get the phpBB connections values using a direct wpdb call
private static function get_w3all_config_db_if_empty(){
the fact that you say it is still not working, mean probably that the
$wpdb default WP db connection instance, is empty? Very strange!
I really would like to reproduce so to see what's going on in your side.
And ok thank! Going to fix the text as you suggest!
Just over testing the WP mums for the imminent 2.9.0.
I am deleting users re-adding into a loop of tests times and times so to check new options, and as ever there is no problem on deleting users.
I delete users from the main site, and they are removed from WP correctly and deactivated in phpBB.
As said into another post, i noted the problem you report into a mums highly customized (gulliver.it) but as said, it was there resolved, manually setting up the db connections values, using a custom phpBB config.php file, included into the
[i]class.wp.w3all-phpbb.php[/i]
functions
[code]private static function w3all_db_connect(){[/code]
so to pass missing values from
but in theory the problem has then been fixed, retrieving db connections values, when missed somewhere along the wp execution (i assume maybe due to some NON LEGIT reset of global vars?) by the added function
[code]# get the phpBB connections values using a direct wpdb call
private static function get_w3all_config_db_if_empty(){[/code]
the fact that you say it is still not working, mean probably that the
[b]$wpdb[/b] default WP db connection instance, is empty? Very strange!
I really would like to reproduce so to see what's going on in your side.
And ok thank! Going to fix the text as you suggest!