Changes between Version 2 and Version 3 of Ticket #33480, comment 9
- Timestamp:
- 08/21/2015 10:51:04 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33480, comment 9
v2 v3 1 1 I first edited this and then deleted it in a hurry, I was correct. 2 2 3 3 It still is a permission problem: 4 4 5 6 7 5 I have a file /SOMEPATH/wp-content/plugins/index.php 6 - If I chmod that to 0640 I cannot write (below false) 7 - If I chmod that to 0660 I CAN write (below true) 8 8 9 {{{ 10 WP_Filesystem( array( 'hostname' => '127.0.0.1', 'username' => 11 'SOMEUSER', 'public_key' => '/PATH_TO_SOME_KEY.pub', 12 'private_key'=>'/PATH_TO_SOME_KEY.priv') ); 9 {{{ 10 WP_Filesystem( array( 'hostname' => '127.0.0.1', 'username' => 'SOMEUSER', 'public_key' => '/PATH_TO_SOME_KEY.pub', 'private_key'=>'/PATH_TO_SOME_KEY.priv') ); 13 11 global $wp_filesystem; 14 12 error_log(WP_PLUGIN_DIR . '/index.php'); … … 19 17 }}} 20 18 21 19 Gotta play some hockey, back in a couple of hours.