• Resolved miguelfspinto

    (@miguelfspinto)


    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)
  • Plugin Author lusopay

    (@lusopay)

    Hi,

    We will look into this bug and fix it.

    Thank so much.

    Best regards,

    LUSOPAY

Viewing 1 replies (of 1 total)
  • The topic ‘another bug found on db handler’ is closed to new replies.