WPIntell

Source evidence

Having problem to install

Infusionsoft SDK · support · 2014-03-07T02:46:00+00:00

mixedsentiment
highseverity
0.94relevance
4replies
Evidence onlycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 1 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Arko_BD resolved
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/ 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 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) Hi Jacob, can you give me link where I can get the new version so that I can use it. Thanks

Comments

4 shown
sissih 2014-03-07T18:40:00+00:00

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

Jacob Allred 2014-03-07T18:57:00+00:00

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.

sissih 2014-03-07T19:06:00+00:00

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)

Arko_BD 2014-03-11T12:15:00+00:00

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