• Resolved jeffeotto

    (@jeffeotto)


    I’ve got this error
    Fatal error: require_once()

    I migrated a normal site to local and now i have this warning

    Warning: require_once(/Applications/XAMPP/xamppfiles/htdocs/membership/site/wp-content/plugins/boxed-membership/stripe-php/lib/Stripe.php): failed to open stream: No such file or directory in /Applications/XAMPP/xamppfiles/htdocs/membership/site/wp-content/plugins/boxed-membership/classes/bb.membership.api.php on line 32

    Fatal error: require_once(): Failed opening required ‘/Applications/XAMPP/xamppfiles/htdocs/membership/site/wp-content/plugins/boxed-membership/stripe-php/lib/Stripe.php’ (include_path=’.:/Applications/XAMPP/xamppfiles/lib/php’) in /Applications/XAMPP/xamppfiles/htdocs/membership/site/wp-content/plugins/boxed-membership/classes/bb.membership.api.php on line 32

    This is line 32

    require_once(sprintf(‘%sstripe-php/lib/Stripe.php’, BB_MEMBERSHIP_PATH));

    Any help?

    Thank you!

    Jeffe

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi jeffe,

    can you try to deactivate the boxed-membership plugin for a while and see if the error goes out?

    Try reactivating it and see if the error returns. Your boxed-membership plugin has a stripe-php director/folder inside it, can you confirm that the following path and file exists:

    stripe-php/lib/Stripe.php

    Also, what is the value of your BB_MEMBERSHIP_PATH? Let us know how it goes. Thank you!

    Thread Starter jeffeotto

    (@jeffeotto)

    Hey wpjopress, i have it, this is an API and required a reconfiguration!

    Thak you!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal error: require_once()’ is closed to new replies.