Community Forums › Forums › Archived Forums › General Discussion › FileZilla Error
- This topic has 22 replies, 4 voices, and was last updated 9 years, 11 months ago by
Ikuko Tanaka.
-
AuthorPosts
-
June 4, 2015 at 7:34 pm #154927
Ikuko Tanaka
MemberI am using Mac and FileZilla is not working.
How can I fix this problem.Kind regards,
Ikuko
June 4, 2015 at 7:54 pm #154932coralseait
MemberJune 4, 2015 at 7:57 pm #154933Ikuko Tanaka
MemberJust no message just nothing happen.
June 4, 2015 at 8:00 pm #154935coralseait
MemberAre you saying that FileZilla doesn't start? Or it does not connect to your server(s)?
Typically in the connection log you should have some indication of what is wrong. The connection log will echo underneath where you type host user and password areas.
June 4, 2015 at 8:04 pm #154937Ikuko Tanaka
MemberIt does not connect to my sever. I will try again.
June 4, 2015 at 8:05 pm #154938coralseait
MemberWhat appears under where you type your address and username and password. There should be a string of sentences that indicate the connection and any response from the server.
Have you ever connected successfully before?
June 4, 2015 at 8:10 pm #154940Ikuko Tanaka
MemberYes, I have connected successfully up to this morning.
When I click quick connect the sign comes up "Current transfer type is set to Automatic detection".June 4, 2015 at 8:14 pm #154941coralseait
MemberYou'll need to double check your FTP connection type, username and password then as it sounds like the server is rejecting your connection. You may also be having trouble with Active vs Passive modes; but not enough info to tell.
Did you update FileZilla recently or make any changes or other connections to other servers?
June 4, 2015 at 8:20 pm #154942Ikuko Tanaka
MemberI just downloaded FileZilla yesterday and edited to function,php this morning and all went wrong. I don't know what is active vs Passive modes. I am very new and beginner for web building. Maybe I should contact my host?
June 4, 2015 at 8:21 pm #154943Erik D. Slater
MemberIt's possible that your IP address may have been temporarily blacklisted ... not in a bad or permanent way ... just as a server security measure ... which would simply take an email or support ticket to your hosting provider to get it whitelisted again. This sort of thing can happen if you had too many failed connections. It happened to me the other week when I set up a new FTP account but couldn't connect properly ...
Erik D. Slater: Digital Platform Consultant • LinkedInJune 4, 2015 at 8:21 pm #154944coralseait
MemberYeah, contacting your host is best; changing functions.php shouldn't really impact your FTP account. Perhaps they have blocked it for some reason.
June 4, 2015 at 8:22 pm #154945Ikuko Tanaka
MemberThank you for your time and help. I will contact my host.
June 4, 2015 at 8:26 pm #154947coralseait
MemberJune 4, 2015 at 8:26 pm #154948Erik D. Slater
MemberAlso Ikuko - just to say ... your web site isn't currently down ...
Erik D. Slater: Digital Platform Consultant • LinkedInJune 4, 2015 at 8:29 pm #154949Ikuko Tanaka
MemberDoes it mean good, doesn't it?
Thank you for telling me.June 4, 2015 at 8:34 pm #154950Erik D. Slater
MemberOh ... sorry ... yes, it means whatever you did hasn't crashed your site ... as far as I can tell. You can still log into your WordPress admin area, right?
Erik D. Slater: Digital Platform Consultant • LinkedInJune 4, 2015 at 8:35 pm #154951Erik D. Slater
MemberOh ... it seems you can't.
Contact your host ASAP 🙂 Your home page is still displaying OK due to caching ... but other pages are not.
Erik D. Slater: Digital Platform Consultant • LinkedInJune 4, 2015 at 8:36 pm #154952Ikuko Tanaka
MemberNo, it is blackout! I think the code that I edit causing problems. I am contacting my host at a moment.
June 5, 2015 at 1:09 am #154962upthink
ParticipantCan you please copy the exact code you are putting in the function.php file here? Maybe after seeing what you are adding in there we can all see what is happening and advise accordingly
June 5, 2015 at 4:49 am #154968Ikuko Tanaka
MemberHi upthink,
I got my site back all right. However, I got really confused I I still don't know how to edit the code via ftp.
My host said to me my site was blacked out because I edited on function.php. I thought I edited the code through via ftp.I thought I followed the instructions through FileZilla but I still got black out which was the same reaction as I edited function.php on WP .
This is what I would like to do on my website as below.
I would like to put “Joint the conversation. Please read my comment policy” just above the name and email that the reader fill in.
Then I would like to link to my comment policy page from the message.
I got the reply from Genesis Developer on this forum as below and I copied and pasted on FileZilla. Then I got Blackout.
//* Remove comment form allowed tags
add_filter( 'comment_form_defaults', 'gd_add_text_in_comment_form' );
function gd_add_text_in_comment_form( $defaults ) {$defaults['comment_notes_before'] = 'Joint the conversation. Please read my comment policy';
return $defaults;}
I don't know what to do.
Kind regards,
Ikuko
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.