• Resolved Arko_BD

    (@arko_bd)


    I tried installing this plugin and had this issue

    Warning: require_once(__DIR__/xmlrpc.inc) [function.require-once]: failed to open stream: No such file or directory in /home/adrianda/public_html/wp-content/plugins/infusionsoft-sdk/Infusionsoft/infusionsoft.php on line 12
    
    Fatal error: require_once() [function.require]: Failed opening required '__DIR__/xmlrpc.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/adrianda/public_html/wp-content/plugins/infusionsoft-sdk/Infusionsoft/infusionsoft.php on line 12

    How can I resolve this issue.

    https://wordpress.org/plugins/infusionsoft-sdk/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Getting similar error message:

    Warning: require_once(__DIR__/xmlrpc.inc) [function.require-once]: failed to open stream: No such file or directory in /homepages/36/d159787675/htdocs/reviews/wp-content/plugins/infusionsoft-sdk/Infusionsoft/infusionsoft.php on line 12

    Plugin Author Jacob Allred

    (@zulugrid)

    SissiH, it looks like you are using PHP 5.2.17. The PHP 5.2.x branch reached end of life over 3 years ago. You really should upgrade to a version of PHP that is actively supported.

    Arko_BD, you likely have the same issue.

    __DIR__ was introduced in PHP 5.3, so won’t work in your version of PHP. I’ve released a new version of the plugin that uses a different method that will work in your deprecated version of PHP.

    Worked like a charm! Thanks. Logged into my host provider and found an easy way to update to PHP 5.4. (5.3 wasn’t available)

    Thread Starter Arko_BD

    (@arko_bd)

    Hi Jacob,

    can you give me link where I can get the new version so that I can use it.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Having problem to install’ is closed to new replies.