2013-08-07 17:44:18 +02:00
|
|
|
<br/>
|
|
|
|
<div class="alert alert-error">
|
2013-08-22 17:17:58 +02:00
|
|
|
<h4><i>{{WARNING_ICON}}</i>Saving Dashboard Failed</h4>
|
2013-08-21 16:12:06 +02:00
|
|
|
<br/>
|
|
|
|
<p>
|
|
|
|
Your dashboard couldn't be stored (error: "<?= $this->exceptionMessage; ?>"). This could have one or more
|
|
|
|
of the following reasons:
|
|
|
|
</p>
|
|
|
|
<ul>
|
|
|
|
<li>You don't have permissions to write to the dashboard file</li>
|
|
|
|
<li>Something went wrong while writing the file</li>
|
|
|
|
<li>There's an application error preventing you from persisting the configuration</li>
|
|
|
|
</ul>
|
2013-08-07 17:44:18 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<p>
|
2013-08-21 16:12:06 +02:00
|
|
|
Details can be seen in your application log (if you don't have access to this file, call your administrator in this case).
|
|
|
|
<br/>
|
|
|
|
In case you can access the configuration file (config/dashboard/dashboard.ini) by yourself, you can open it and
|
|
|
|
insert the config manually:
|
2013-08-07 17:44:18 +02:00
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<pre>
|
|
|
|
<code>
|
2013-08-08 17:42:34 +02:00
|
|
|
<?= $this->escape($this->iniConfigurationString); ?>
|
2013-08-07 17:44:18 +02:00
|
|
|
</code>
|
|
|
|
</pre>
|
|
|
|
</p>
|