[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 {let db_results=$test_result[2]} 3 4 <h3>{$result_number}. {"Missing database handler"|i18n("design/standard/setup/tests")}</h3> 5 <p>{"No supported database handlers were found. eZ publish requires a database to store it's data, without one the system will fail."|i18n("design/standard/setup/tests")}</p> 6 <p> 7 {"To obtain database support you need to recompile PHP, the exact recompile options are specified below."|i18n("design/standard/setup/tests")} 8 </p> 9 <table width="100%" cellspacing="0" cellpadding="8"> 10 {section name=DB loop=$db_results.failed_extensions sequence=array(bglight,bgdark)} 11 <tr> 12 <td class="{$:sequence}">{include uri=concat('design:setup/db/',$:item,'_info.tpl')}</td> 13 </tr> 14 {/section} 15 </table> 16 17 {/let}
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 |