• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.

BUG issue with ftp url

duke

New member
Messages
2
Likes
0
Points
1
#1
currently getting this error

Warning: fopen(ftp://...@194.147.122.188:8821/194.147.122.188_2302/Tools/Bec/Config/WhiteList.txt): failed to open stream: Failed to set up data channel: Connection refused in /home/rabbmoij/tieanddie.com/wp-content/plugins/insert-php/includes/shortcodes/shortcode-universal.php(45) : eval()'d code on line 3
 

alexkovalev

Program developer
Staff member
Messages
267
Likes
19
Points
18
#4
Yes, it will hide forced errors. You need to check the url to your remote file to fix the bug in your code. You have an error because the function fopen can't open file.

Best regards, Alex