Plugin Directory

Changeset 2888043


Ignore:
Timestamp:
03/28/2023 06:21:21 AM (3 years ago)
Author:
tomlister
Message:

Resolved Uncaught Error: Failed opening required 'config/config.php'

Location:
payflex-payment-gateway/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • payflex-payment-gateway/trunk/partpay.php

    r2879544 r2888043  
    33Plugin Name: Payflex Payment Gateway
    44Description: Use Payflex as a credit card processor for WooCommerce.
    5 Version: 2.4.2
     5Version: 2.4.3
    66Author: Payflex
    77*/
     
    276276                {
    277277                    //config separated for ease of editing
    278                     require ('config/config.php');
     278                    require (__DIR__.'/config/config.php');
    279279                    $this->environments = $environments;
    280280                }
  • payflex-payment-gateway/trunk/readme.txt

    r2883990 r2888043  
    55Tested up to: 6.2
    66Requires PHP: 7.0
    7 Stable tag: 2.4.2
     7Stable tag: 2.4.3
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    8181= 2.4.2 =
    8282     * Added wp_get_active_network_plugins function if not found
     83= 2.4.3 =
     84     * Resolved Uncaught Error: Failed opening required 'config/config.php'
Note: See TracChangeset for help on using the changeset viewer.