2013-08-16 16:24:12 +02:00
|
|
|
<?= $this->tabs->render($this); ?>
|
2013-11-20 19:10:38 +01:00
|
|
|
|
|
|
|
|
2013-08-16 16:24:12 +02:00
|
|
|
<br/>
|
2014-03-04 16:07:52 +01:00
|
|
|
<div>
|
2013-08-22 17:17:58 +02:00
|
|
|
<h4><i>WARNING ICON</i>Saving "<?= $this->escape($this->file); ?>.ini" Failed</h4>
|
2013-08-21 16:12:06 +02:00
|
|
|
<br/>
|
|
|
|
<p>
|
|
|
|
Your <?= $this->escape($this->file); ?> configuration couldn't be stored (error: "<?= $this->exceptionMessage; ?>").<br/>
|
|
|
|
This could have one or more of the following reasons:
|
|
|
|
</p>
|
|
|
|
<ul>
|
|
|
|
<li>You don't have file-system permissions to write to the <?= $this->escape($this->file); ?>.ini 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-16 16:24:12 +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/<?= $this->escape($this->file); ?>.ini) by yourself, you can open it and
|
|
|
|
insert the config manually:
|
2013-08-16 16:24:12 +02:00
|
|
|
</p>
|
|
|
|
<p>
|
2013-08-21 16:12:06 +02:00
|
|
|
<pre>
|
|
|
|
<code>
|
2013-08-16 16:24:12 +02:00
|
|
|
<?= $this->escape($this->iniConfigurationString); ?>
|
2013-08-21 16:12:06 +02:00
|
|
|
</code>
|
|
|
|
</pre>
|
2013-08-16 16:24:12 +02:00
|
|
|
</p>
|