Giter Site home page Giter Site logo

Comments (6)

srinisubramanian avatar srinisubramanian commented on June 21, 2024 1

The error I have is as follows:

Warning: require_once(/var/www/site/wp-content/plugins/cf7-to-api-basic-auth/includes/class.cf7-api.php): failed to open stream: No such file or directory in /var/www/site/wp-content/plugins/cf7-to-api-basic-auth/contact-form-7-api.php on line 49

Fatal error: require_once(): Failed opening required '/var/www/site/wp-content/plugins/cf7-to-api-basic-auth/includes/class.cf7-api.php' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/site/wp-content/plugins/cf7-to-api-basic-auth/contact-form-7-api.php on line 49

from cf7-to-api.

kennym avatar kennym commented on June 21, 2024

I cannot fix this right now, but when I get a chance I will.

PRs welcome.

from cf7-to-api.

kennym avatar kennym commented on June 21, 2024

I currently cannot fix these issues, but I'm happy to accept a PR and deploy those changes.

from cf7-to-api.

sven09 avatar sven09 commented on June 21, 2024

Change
QS_CF7_API_INCLUDES_PATH
in https://github.com/kennym/cf7-to-api/blob/master/contact-form-7-api.php in line 29
to
define( 'QS_CF7_API_INCLUDES_PATH' , plugin_dir_path( __FILE__ ));

Will fix it, because the plugin downloaded via WP Plugin install has no "includes" directory.

from cf7-to-api.

kennym avatar kennym commented on June 21, 2024

@sven09 thank you! Fixed.

from cf7-to-api.

daniebker avatar daniebker commented on June 21, 2024

I'm getting this error on activation for wordpress 5.3.2.

Warning: require_once(/var/www/site/wp-content/plugins/cf7-to-api-basic-auth/includes/class.cf7-api.php): failed to open stream: No such file or directory in /var/www/site/wp-content/plugins/cf7-to-api-basic-auth/contact-form-7-api.php on line 49

Fatal error: require_once(): Failed opening required '/var/www/site/wp-content/plugins/cf7-to-api-basic-auth/includes/class.cf7-api.php' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/site/wp-content/plugins/cf7-to-api-basic-auth/contact-form-7-api.php on line 49

I tried downloading source and zipping and installing from wordpress plugin directly from my wordpress site. In the plugin folder I see an includes folder so reverting this commit (7ef8dcd#diff-0dc95e3202da0f75d99561268150ad64) fixed the issue for me and I was able to activate

from cf7-to-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.