phpBB WordPress integration extension v2 - fixes

User avatar
axew3
w3all User
w3all User
Posts: 2713
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

phpBB WordPress integration extension v2 - fixes

Post by axew3 »

The phpBB WordPress integration extension v2 will be soon patched (and you should maybe manually patch it in the while) to correctly execute a specified part of the code (db query) only when required.
To do this, open the phpbbwordpress extension file
/ext/w3all/phpbbwordpress/common/functions_common.php

change this code:

Code: Select all

if(!empty($wdp))
into this:

Code: Select all

if(!empty($mode) && !empty($wdp))
It is not required to do anything else to update/fix the extension.