'jsonlog: The log file is not writable for the webserver user...'

CommentFileSizeAuthor
#1 jsonlog-writable-2360577.patch527 bytesjacobfriis

Comments

jacobfriis’s picture

Status: Active » Reviewed & tested by the community
StatusFileSize
new527 bytes

Patch created (jsonlog-writable-2360577.patch).

Applying the patch

Method 1 - the module is placed in sites/all

  1. upload the patch to the site's document root dir
  2. in console, place yourself in the document root dir
  3. git apply -v jsonlog-writable-2360577.patch

Method 2 - the module is placed elsewhere

  1. upload the patch to the jsonlog module dir
  2. in console, place yourself in the jsonlog module dir
  3. patch < jsonlog-writable-2360577.patch

  • jacobfriis committed fb4ca6a on 7.x-1.x
    * Fix negation of writable in filing test (issue #2360577).
    * Moved...
jacobfriis’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.