• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

FileZilla Error

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › General Discussion › FileZilla Error

This topic is: not resolved
  • This topic has 22 replies, 4 voices, and was last updated 9 years, 11 months ago by Ikuko Tanaka.
Viewing 20 posts - 1 through 20 (of 23 total)
1 2 →
  • Author
    Posts
  • June 4, 2015 at 7:34 pm #154927
    Ikuko Tanaka
    Member

    I am using Mac and FileZilla is not working.
    How can I fix this problem.

    Kind regards,

    Ikuko

    June 4, 2015 at 7:54 pm #154932
    coralseait
    Member

    We need more info to troubleshoot.

    What are the error(s) or message(s) you receive?


    Coral Sea IT

    June 4, 2015 at 7:57 pm #154933
    Ikuko Tanaka
    Member

    Just no message just nothing happen.

    June 4, 2015 at 8:00 pm #154935
    coralseait
    Member

    Are 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.


    Coral Sea IT

    June 4, 2015 at 8:04 pm #154937
    Ikuko Tanaka
    Member

    It does not connect to my sever. I will try again.

    June 4, 2015 at 8:05 pm #154938
    coralseait
    Member

    What 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?


    Coral Sea IT

    June 4, 2015 at 8:10 pm #154940
    Ikuko Tanaka
    Member

    Yes, 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 #154941
    coralseait
    Member

    You'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?


    Coral Sea IT

    June 4, 2015 at 8:20 pm #154942
    Ikuko Tanaka
    Member

    I 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 #154943
    Erik D. Slater
    Member

    It'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 • LinkedIn
    June 4, 2015 at 8:21 pm #154944
    coralseait
    Member

    Yeah, contacting your host is best; changing functions.php shouldn't really impact your FTP account. Perhaps they have blocked it for some reason.


    Coral Sea IT

    June 4, 2015 at 8:22 pm #154945
    Ikuko Tanaka
    Member

    Thank you for your time and help. I will contact my host.

    June 4, 2015 at 8:26 pm #154947
    coralseait
    Member

    Not a problem at all, good luck with the host!


    Coral Sea IT

    June 4, 2015 at 8:26 pm #154948
    Erik D. Slater
    Member

    Also Ikuko - just to say ... your web site isn't currently down ...


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 4, 2015 at 8:29 pm #154949
    Ikuko Tanaka
    Member

    Does it mean good, doesn't it?
    Thank you for telling me.

    June 4, 2015 at 8:34 pm #154950
    Erik D. Slater
    Member

    Oh ... 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 • LinkedIn
    June 4, 2015 at 8:35 pm #154951
    Erik D. Slater
    Member

    Oh ... 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 • LinkedIn
    June 4, 2015 at 8:36 pm #154952
    Ikuko Tanaka
    Member

    No, 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 #154962
    upthink
    Participant

    Can 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 #154968
    Ikuko Tanaka
    Member

    Hi 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

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 23 total)
1 2 →
  • The forum ‘General Discussion’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble