07:55 14 Nov
PPWP Free to be released first
19:32 13 Nov
All PHP warnings fixed on version 3.1.2.5
The 2 warnings from our PDA Gold appearing on WordPress 5.3 are fixed on our Gold version 3.1.2.5. The rest of the UI conflict will be addressed soonest.
15:03 13 Nov
Disable WordPress “debug” mode
In case there are warnings appearing on your website, please disable WordPress debug mode. In fact, you should never enable debug mode on your production sites, which cause all non-fatal PHP errors, notices and warnings to be displayed.
Simply open wp-config.php file located at the root folder of your WordPress installation.
Find and replace this line
define('WP_DEBUG', false); OR define('WP_DEBUG', true);
with
define('WP_DEBUG', false); define('WP_DEBUG_DISPLAY', false); ini_set('error_reporting', E_ALL ); ini_set('display_errors','Off');
You may want to disable the display errors in your php.ini file as well if the warnings still display.
Otherwise, you don’t have to do anything at all.
13:55 13 Nov
Official warning displayed on our website
Existing customers are advised not to upgrade to WordPress 5.3 to avoid conflict with our plugin.
11:45 13 Nov
UI conflict & PHP warnings
On closer inspection, there are some broken UI, especial on the buttons and dropdown lists, together with a few PHP warnings. Our main features would still work properly.
11:08 13 Nov
More reports are coming
It looks like our plugin is not the only one affected. There are even fatal errors from other major plugins as well. Our team is on it!
22:45 12 Nov
First report about the conflict
We first discovered the conflict with WordPress 5.3 right after its release. Initial custom report regarding the conflict came soon after that.