• Resolved cenay

    (@cenay)


    When I attempt to activate or use, I am getting an error (see below) which is on every page once it begins.

    (includes/functions.php): failed to open stream: No such file or directory in /home/taste/public_html/wp-content/plugins/l7-admin-help-videos/includes/options-page.php on line 16

    Warning: include_once(): Failed opening ‘includes/functions.php’ for inclusion (include_path=’.:/opt/php54/lib/php’) in /home/taste/public_html/wp-content/plugins/l7-admin-help-videos/includes/options-page.php on line 16

    Cannot send session cache limiter – headers already sent (output started at /home/taste/public_html/wp-content/plugins/l7-admin-help-videos/includes/options-page.php:16) in /home/taste/public_html/wp-content/plugins/paid-memberships-pro/paid-memberships-pro.php on line 27

    Since client needs the membership plugin, hoping you can suggest something.

    Thanks in advance for your help.

    Cenay’

    https://www.ads-software.com/plugins/l7-admin-help-videos/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter cenay

    (@cenay)

    Edited the files at line 16. Removed the includes/ from in front of the include_once to just read ‘functions.php’ and now appears to work. Or at least not throw up errors.

    So, new code for function should look like this:


    public function __construct() {
    include_once( 'functions.php' );
    if ( ! isset( $this->admin_help_video_functions) ){
    $this->admin_help_video_functions = new AdminHelpVideoFunctions;
    }

    Plugin Author Jeff

    (@jeffreysmattson)

    Thank you for bringing this to my attention. I am releasing the patch for this tonight. ??

    Plugin Author Jeff

    (@jeffreysmattson)

    I have released the update. Please let me know if you have any other problems. Thank you again for providing feedback.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Conflict with Paid Memberships Pro a known issue?’ is closed to new replies.