by axew3 » Wed Apr 23, 2025 9:44 pm
Definitively fix the long time db connection bug function get_results() on string
without the need to include a custom php config file.
The connection should work fine into any configuration.
The real problem was about the fact that many plugins runs initialized into the
'after_setup_theme'
while WP_w3all run mainly into the init hook which fire after.
There will be no more problems in the case that some integration plugin function will be invoked by plugins that loads before the init hook (where the connection is normally fired). It is definitively fixed now.
Fix the option
Deactivate phpBB user account until WP confirmation
Fix Wordfence compatibility for the 2fa authentication, while AIOS plugin already was working fine.
More minor fixes.
Standing on my tests it will work always fine now! Enjoy!
P:S has been reported that anyway somehow sometime the config file inclusion is still required!
Definitively fix the long time db connection bug [b]function get_results() on string[/b]
[b]without the need to include a custom php config file.[/b]
The connection should work fine into any configuration.
The real problem was about the fact that many plugins runs initialized into the
[i]'after_setup_theme'[/i]
while WP_w3all run mainly into the [i]init[/i] hook which fire after.
There will be no more problems in the case that some integration plugin function will be invoked by plugins that loads before the [i]init[/i] hook (where the connection is normally fired). It is definitively fixed now.
Fix the option
[b]Deactivate phpBB user account until WP confirmation[/b]
Fix Wordfence compatibility for the 2fa authentication, while AIOS plugin already was working fine.
More minor fixes.
Standing on my tests it will work always fine now! Enjoy!
P:S has been reported that anyway somehow sometime the config file inclusion is still required!