WP_w3all 2.9.4 logs

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: WP_w3all 2.9.4 logs

WP_w3all 2.9.4 logs

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!

Top