Viewing 4 replies - 1 through 4 (of 4 total)
  • I assume your site is using FTP to access the filesystem instead of using the PHp direct method, and I also assume you haven’t added your FTP credentials in your wp-config.php file.

    Check your wp-config.php file. If you see an entry for FS_METHOD, change it from ftp to direct. If you don’t have a line for FS_METHOD, add this:
    define( 'FS_METHOD', 'direct' );

    As a sidenote for future reference, please avoid posting screenshots of errors. Images are slow to load, they are on external sites that don’t necessarily respect the visitors privacy and they may not even exist in a few weeks or years.
    If instead of posting a screenshot you copy-paste the actual text error, then that text will be searchable, stored and we’ll be able to reference it in the future. The next person to have a similar issue will be able to find this ticket and hopefully a solution to their issues. There is no reason to post a screenshot when you can just copy-paste the error text here.

    Thread Starter mamionline

    (@mamionline)

    Thank you so much, the fix helped.
    Maybe the theme designers should put that in the settings?
    Just a SIDE not 🙂

    hello,)

    just curious …

    i dont have any error but i dont have a line for FS_METHOD in my wp-config

    should i add anyway :
    define( ‘FS_METHOD’, ‘direct’ );

    or no need ?

    Thx for the answer

    Ciju

    You’re all set then 🙂 No need to add it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Slow site’ is closed to new replies.