[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 {*?template charset=latin1?*} 3 {include uri='design:setup/setup_header.tpl' setup=$setup step_header=false()} 4 5 {section show=or(eq($test.result,2),$save_result|not)} 6 7 {section show=$save_result|not} 8 <div class="error"> 9 <p> 10 <h2>{"Failed writing"|i18n("design/standard/setup/init")} settings/site.ini</h2> 11 <ul> 12 <li>{"The setup could not write to the file."|i18n("design/standard/setup/init")}</li> 13 </ul> 14 </p> 15 </div> 16 {/section} 17 18 <p> 19 {"The setup could not get write access to the"|i18n("design/standard/setup/init")} <i>settings</i> {"directory. This is required to disable the initialization. Following the instructions found in"|i18n("design/standard/setup/init")} <i>Issues</i> {"to enable write access and click the"|i18n("design/standard/setup/init")} <i>{"Try Again"|i18n("design/standard/setup/init")}</i> {"button."|i18n("design/standard/setup/init")} 20 </p> 21 <p> 22 {"Optionally you may disable this manually, edit the <i>settings/site.ini</i> file and look for a line that says"|i18n("design/standard/setup/init")}: 23 </p> 24 <pre class="example">[SiteAccessSettings] 25 CheckValidity=true</pre> 26 <p> 27 {"Change the second line from"|i18n("design/standard/setup/init")} <i>true</i> {"to"|i18n("design/standard/setup/init")} <i>false</i>. 28 </p> 29 <pre class="example">[SiteAccessSettings] 30 CheckValidity=false</pre> 31 32 <h1>{"Issues"|i18n("design/standard/setup/init")}</h1> 33 <table width="100%" border="0" cellpadding="0" cellspacing="0"> 34 {section name=Result loop=$test.results} 35 {section-exclude match=$:item[0]|ne(2)} 36 <tr> 37 <td>{include uri=concat('design:setup/tests/',$:item[1],'_error.tpl') test_result=$:item result_number=$:number}</td> 38 </tr> 39 40 {delimiter} 41 <tr><td> </td></tr> 42 {/delimiter} 43 44 {/section} 45 </table> 46 47 <form method="post" action="{$script}"> 48 <div class="buttonblock"> 49 <input type="hidden" name="ChangeStepAction" value="" /> 50 <input type="hidden" name="DisableSetup" value="" /> 51 <input class="button" type="submit" name="StepButton_1" value="{'Try Again'|i18n('design/standard/setup/init')}" /> 52 </div> 53 {include uri='design:setup/persistence.tpl'} 54 </form> 55 56 {section-else} 57 58 <p> 59 {"The setup is now disabled, click"|i18n("design/standard/setup/init")} <a href={"/"|ezurl}>here</a> {"to get back to the site."|i18n("design/standard/setup/init")} 60 </p> 61 62 {/section}
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |