Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter blastframe

    (@blastframe)

    Hi,
    Thank you for the reply. I have sent the requested information to WPExperts Support.

    @lucadiba
    I’ve had the same issue today. I think it is broken. Here is a fix that worked for me:

    Go into wp-content > plugins > contact-form-7 > includes > form-tags-manager.php [line 311] and replace the conditional with this. Make sure you are also commenting out or deleting the $scanned_tag[‘labels’] line after the conditional.

    if ( WPCF7_USE_PIPE ) {
      $pipes = new WPCF7_Pipes( $scanned_tag['raw_values'] );
      //$scanned_tag['values'] = $pipes->collect_befores();
      $scanned_tag['values'] = $pipes->collect_afters();
      $scanned_tag['pipes'] = $pipes;
      $scanned_tag['labels'] = $pipes->collect_befores();
    } else {
      $scanned_tag['values'] = $scanned_tag['raw_values'];
      $scanned_tag['labels'] = $scanned_tag['values'];
    }
    //$scanned_tag['labels'] = $scanned_tag['values'];
    • This reply was modified 3 years, 11 months ago by blastframe.
    Thread Starter blastframe

    (@blastframe)

    Call Stack
    #	Time	Memory	Function	Location
    1	0.0006	413176	{main}( )	...\index.php:0
    2	0.0008	413848	require_once( 'C:\wamp64\www\blastframe\wp-admin\admin.php' )	...\index.php:10
    3	1.2049	10590352	do_action( )	...\admin.php:175
    4	1.2049	10590728	WP_Hook->do_action( )	...\plugin.php:484
    5	1.2049	10590728	WP_Hook->apply_filters( )	...\class-wp-hook.php:316
    6	1.2133	10661432	AS_Admin_Setup_Wizard->setup_wizard( )	...\class-wp-hook.php:292
    7	1.2135	10687496	AS_Admin_Setup_Wizard->setup_wizard_header( )	...\class-as-admin-setup-wizard.php:113
    8	1.2166	10695664	do_action( )	...\class-as-admin-setup-wizard.php:133
    9	1.2166	10696040	WP_Hook->do_action( )	...\plugin.php:484
    10	1.2166	10696040	WP_Hook->apply_filters( )	...\class-wp-hook.php:316
    11	1.2191	10697328	Automattic\WooCommerce\Admin\Loader::remove_notices( )	...\class-wp-hook.php:292
    12	1.2191	10697328	Automattic\WooCommerce\Admin\Loader::is_admin_or_embed_page( )	...\Loader.php:928
    13	1.2191	10697328	Automattic\WooCommerce\Admin\Loader::is_admin_page( )	...\Loader.php:814
    14	1.2191	10697328	wc_admin_is_registered_page( )	...\Loader.php:821
    15	1.2191	10697328	Automattic\WooCommerce\Admin\PageController->is_registered_page( )	...\page-controller-functions.php:51
    16	1.2191	10697328	Automattic\WooCommerce\Admin\PageController->get_current_page( )	...\PageController.php:380
    17	1.2191	10697328	_doing_it_wrong( )	...\PageController.php:205
    18	1.2192	10698416	trigger_error ( )	...\functions.php:5313

    @kevinburgess I totally agree. And the WC version has a major security issue: you can reset activations without any kind of authorization (meaning one license could be shared and reset infinitely). License Manager for WooCommerce is better, safer, and unbelievably free! We owe a lot to Dra?en Bebi?!

    • This reply was modified 3 years, 11 months ago by blastframe.
    Thread Starter blastframe

    (@blastframe)

    That’s excellent, I’ll give it a try! If I get it working I’ll post the Python code. Thank you, Drazen.

    Thread Starter blastframe

    (@blastframe)

    Hi,
    I would be happy to share if I develop such a library. Could you please direct me to a simple GET request in any language (PHP perhaps?) and I will do my best to replicate it in Python?

    I’m not sure what the REST URL would be for my site with your plugin installed.

    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)