• Hi,
    i’ve installed the plugin and verified that settings are all OK, but when i Try to create a new Pipe o retrive the sample pipe the sistem give me the following errors:

    Warning: opendir(/home/sitename/public_html/wp-content/plugins/) [function.opendir]: failed to open dir: No such file or directory in /home/sitename/public_html/cont/plugins/wp-pipes/helpers/filesystem.php on line 19

    Warning: readdir() expects parameter 1 to be resource, boolean given in /home/sitename/public_html/cont/plugins/wp-pipes/helpers/filesystem.php on line 20

    Fatal error: Maximum execution time of 60 seconds exceeded in /home/sitename/public_html/cont/plugins/wp-pipes/helpers/filesystem.php on line 25

    Can you tell me please, what can i Do?

    Thanks

    https://wordpress.org/plugins/wp-pipes/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Dear giulorg,

    I think we have problem with a wrong plugin path here. Your path for Pipes is: ~/home/sitename/public_html/cont/plugins
    while it should have been: ~/home/sitename/public_html/wp-content/plugins
    This has made Pipes unable to work.

    Please check your WordPress to see if there is anything in the setting that could have made plugins installed in the wrong folder.

    With best regards.

    Hello. I had the same problem here. Solved it by replacing every instance of string ‘wp-content’ with my content folder name which was ‘stuff’. I had changed my content folder when installing ithemes better security plugin and that is what caused the issue. The wp-content string though should be dynamically fetched by the pipe plugin!

    Thread Starter giuliogr

    (@giuliogr)

    Coven,
    Thank You for contesting me.
    I was in the same situation of 297mxq(changing name of wp-content folder with plugin ithemes); but i’ve re-changed my content folder into wp-content, removed and re-installed wp-pipes but continue with the same errors:
    Warning: opendir(/home/cridania/public_html/wp-content/plugins/) [function.opendir]: failed to open dir: No such file or directory in /home/sitename/public_html/wp-config/plugins/wp-pipes/helpers/filesystem.php on line 19

    Warning: readdir() expects parameter 1 to be resource, boolean given in /home/sitename/public_html/wp-config/plugins/wp-pipes/helpers/filesystem.php on line 20

    Fatal error: Maximum execution time of 60 seconds exceeded in /home/sitename/public_html/wp-config/plugins/wp-pipes/helpers/filesystem.php on line 25

    Thread Starter giuliogr

    (@giuliogr)

    It’s all OK, the problem was with wp-content folder that WP-Pipes need to exist.
    Thanks

    Dear giuliogr,

    It’s good to hear that it works for you now :”)

    Thanks for your reporting. I’ve also notified our developers about this problem, and next version we would be able to make Pipes automatically register the changed WordPress folder during installation.

    Please keep supporting us and follow us on our social network channels to be notified about new awesome functions that will arrive with our future release :”)

    With best regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Errors on New Pipe creation’ is closed to new replies.