[wp-trac] [WordPress Trac] #42345: file_put_contents: failed to open stream

WordPress Trac noreply at wordpress.org
Wed Nov 8 11:49:19 UTC 2017


#42345: file_put_contents: failed to open stream
--------------------------+------------------------------
 Reporter:  eduardbosch   |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Plugins       |     Version:  4.8.2
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:
--------------------------+------------------------------

Comment (by eduardbosch):

 So, how can Wordpress can be configured to use ssh2 keys without this
 extension?

 If I disable this extension, my Wordpress will lose its security, right?

 My Wordpress configuration uses public and private keys. I think this are
 used by this extension, right?

 {{{
 ...

 define('FTP_PUBKEY','/home/wp-user/wp_rsa.pub');
 define('FTP_PRIKEY','/home/wp-user/wp_rsa');
 define('FTP_USER','user');
 define('FTP_PASS','');
 define('FTP_HOST','127.0.0.1:22');

 ...
 }}}

 I'm a little bit confused on how to fix my admin problems.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/42345#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list