[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/design/standard/templates/setup/tests/ -> database_all_extensions_error.tpl (source)

   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 handlers"|i18n("design/standard/setup/tests")}</h3>
   5  <p>
   6   {"Your PHP does not have support for all databases that eZ publish support."|i18n("design/standard/setup/tests")}
   7   {"Although eZ publish will work without it, it might be that you want to have support for this database."|i18n("design/standard/setup/tests")}
   8   {"Also some databases has more advanced features, such as charset, than others."|i18n("design/standard/setup/tests")}
   9  </p>
  10  <p>
  11  {"To obtain more database support you need to recompile PHP, the exact recompile options are specified below."|i18n("design/standard/setup/tests")}
  12  </p>
  13  <table width="100%" cellspacing="0" cellpadding="8">
  14  {section name=DB loop=$db_results.failed_extensions sequence=array(bglight,bgdark)}
  15  <tr>
  16    <td class="{$:sequence}">{include uri=concat('design:setup/db/',$:item,'_info.tpl')}</td>
  17  </tr>
  18  {/section}
  19  </table>
  20  
  21  {/let}


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7