another bug found on db handler
-
on file wp-content\plugins\multibanco-e-ou-payshop-by-lusopay\includes\class-wc-lusopaygateway.php
instead of
if ( get_site_option( 'jal_db_version' ) !== $this->database_version ) { $this->handle_database(); }
should be
if ( get_site_option( 'mag_db_version' ) !== $this->database_version ) { $this->handle_database(); }
this error is making processing the DB handler in all requests…
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘another bug found on db handler’ is closed to new replies.