Ticket #1153 (closed Bug: fixed)

Opened 2 years ago

Last modified 19 months ago

when config file is not writable, display a warning message

Reported by: matt Owned by:
Priority: major Milestone: Piwik 0.6.2
Component: Core Keywords:
Cc: Sensitive: no

Description

When the config file is not writable, and the config file is written to disk, it currently silently fails. All writes to the config file are done on _destruct which means we can't display an error message to the screen when it fails.

Instead, on the screens that require a writable config file, we should display a warning message that the config file is not writable.

The screens affected are:

  • Plugins management: plugin enable/disable
  • Super user password reset
  • Super user email change

Change History

Changed 21 months ago by matt

  • milestone changed from 4 - Piwik 1.0 - Stable release to 0 - Piwik 0.6.2

Changed 21 months ago by matt

  • status changed from new to closed
  • resolution set to fixed

(In [2183]) Fixes #1153 Adding warning message in UI if config file not writable for the super user "Settings" screen, and in the "Plugins" screen

Changed 19 months ago by matt

(In [2664]) Refs #1153 adding warnign for general settings screen as SMTP config requires config file writable

Note: See TracTickets for help on using tickets.