Viewing 2 replies - 1 through 2 (of 2 total)
  • @jimmyjames321, Try the following:

    (1) Make sure the wp-content/plugins/ directory and all the files in it are writable for the web server.
    (2) Make sure the wp-content/upgrade/ directory exists, and is writable by the web server.

    You can also add the following lines in your wp-config.php

    define('FS_METHOD', 'ftpsockets');
    define('FTP_BASE', '/path/to/wordpress/');
    define('FTP_CONTENT_DIR', '/path/to/wordpress/wp-content/');
    define('FTP_PLUGIN_DIR ', '/path/to/wordpress/wp-content/plugins/');
    define('FTP_USER', 'username');
    define('FTP_PASS', 'password');
    define('FTP_HOST', 'ftp.example.org');

    *Don’t forget to change the values in the above lines.

    Let me know how it goes!

    Thread Starter Jimmyjames321

    (@jimmyjames321)

    Where do i edit the html? How do i get to the wp-config.php

    Sorry if that was a stupid question.

    My brother works a lot with computers and ill copy and paste your message and send him it in an email. Hopefully either you or my brother can help me understand.

    Thanks,

    James

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin's wont update or delete’ is closed to new replies.