by axew3 » Tue Jan 11, 2022 1:34 am
NOTE:
just after released, the plugin file
wp_w3all.php has been patched because returning error when on admin (and only in admin) accessing to widgets main screen (not via customize) if widget Last Posts active and with post text active.
To fix it, if you experience the error having activated the widget with post text, download the file here:
https://plugins.trac.wordpress.org/expo ... _w3all.php
and replace the file
wp_w3all.php into folder
/wp-content/plugins/wp-w3all-phpbb-integration/
Or just replace the entire plugin.
Or another way:
open file
wp_w3all.php
and where these lines:
Code: Select all
// 2nd not in admin
if ( defined('W3PHPBBDBCONN') && !isset($w3deactivate_wp_w3all_plugin) && !defined( 'WP_ADMIN' ) )
replace with
Code: Select all
// 2nd not in admin
if ( defined('W3PHPBBDBCONN') && !isset($w3deactivate_wp_w3all_plugin) )
[size=150][b]NOTE:[/b][/size]
just after released, the plugin file
[i]wp_w3all.php[/i] has been patched because returning error when on admin (and only in admin) accessing to widgets main screen (not via customize) if widget Last Posts active and with post text active.
To fix it, if you experience the error having activated the widget with post text, download the file here:
[url]https://plugins.trac.wordpress.org/export/HEAD/wp-w3all-phpbb-integration/trunk/wp_w3all.php[/url]
and replace the file [i]wp_w3all.php[/i] into folder
[i][b]/wp-content/plugins/wp-w3all-phpbb-integration/[/b][/i]
Or just replace the entire plugin.
Or another way:
open file [i]wp_w3all.php[/i]
and where these lines:
[code]// 2nd not in admin
if ( defined('W3PHPBBDBCONN') && !isset($w3deactivate_wp_w3all_plugin) && !defined( 'WP_ADMIN' ) )[/code]
replace with
[code]// 2nd not in admin
if ( defined('W3PHPBBDBCONN') && !isset($w3deactivate_wp_w3all_plugin) )[/code]