• Resolved dashingwebtech

    (@dashingwebtech)


    Hi,
    I really Need help on urgent basis.

    I am getting error with woocommerce when activating plugin of WP ERP Attendance module. It is giving following error repeatedly. I am trying this with XAMPP v3.2.4 localhost server.

    Warning: preg_match(): Compilation failed: invalid range in character class at offset 52 in \Portal\wp-includes\rest-api.php on line 623

    Can anybody help me out to resolve this issue.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter dashingwebtech

    (@dashingwebtech)

    Please help me out on urgent basis.
    Code on “rest-api.php on line 623” is,

    622 foreach ( $handler->get_routes() as $route => $endpoints ) {
    623 $match = preg_match( ‘@^’ . $route . ‘$@i’, $request->get_route(), $matches );
    624
    625 if ( ! $match ) {
    626 continue;
    627 }

    Please help.

    Hello @dashingwebtech

    This forum is meant to discuss with anything related to the core version only. The forum policy doesn’t allow us to discuss any paid features or extensions.

    As you are using the paid extension(s), please contact our support directly.

    Thanks

    Thread Starter dashingwebtech

    (@dashingwebtech)

    Ok thank you. Issue resolved by myself.

    i am also getting the same error can you guide me

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WP ERP with Woocommerce “Warning: preg_match()”’ is closed to new replies.