• hei, i have a problem, <b>here</b>the screenshot..
    and the another problem is wordpress can’t make uploads directory.
    i’m using xampp OSX version 5.5.30-0..
    try to uninstall xampp and wordpress, but still have same problem,

Viewing 2 replies - 1 through 2 (of 2 total)
  • InterServer

    (@interservernet-web-hosting)

    Most probably, the issue with ownership and permission of the directories and files. So please check and update ownership and permission.

    You can refer the following WordPress documentation to set permission correctly.

    https://codex.www.ads-software.com/Changing_File_Permissions

    Hi,

    As per my understanding, your project is currently setup on localhost. And probably for plugin upload / update you are directed to a FTP configuration page.

    Considering this as your issue, an instant solution to your issue would be to define constant ‘FS_METHOD’ in wp-config.php

    Follow the following process:
    1) Open wp-config.php
    2) Add following code snippet at the bottom of the file;
    define(‘FS_METHOD’,’direct’);
    3) Save the file & check. The FTP page wont show up while upload / upgrading a plugin.

    However make sure the snipper in step 2 is removed, while your are uploading project on production server.

    Hope the solution works for you.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘need to sign in FTP server in localhost’ is closed to new replies.