Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #33480, comment 9


Ignore:
Timestamp:
08/21/2015 10:51:04 AM (9 years ago)
Author:
jobst
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33480, comment 9

    v2 v3  
    11I first edited this and then deleted it in a hurry, I was correct.
    22
    3  It still is a permission problem:
     3It still is a permission problem:
    44
    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)
     5I 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)
    88
    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') );
    1311  global $wp_filesystem;
    1412  error_log(WP_PLUGIN_DIR . '/index.php');
     
    1917 }}}
    2018
    21  Gotta play some hockey, back in a couple of hours.
     19Gotta play some hockey, back in a couple of hours.