[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 <h3>{$result_number}. {"PHP option"|i18n("design/standard/setup/tests")} <i>Magic Quotes Runtime</i> {"is enabled"|i18n("design/standard/setup/tests")}</h3> 3 4 <p> 5 {"eZ publish will not work properly with this option on."|i18n("design/standard/setup/tests")} <i>{"normal"|i18n("design/standard/setup/tests")}</i>. 6 </p> 7 <p> 8 {"To turn it off edit your %phpini configuration and set %magic_quotes_runtime to %offtext." 9 |i18n( "design/standard/setup/tests",, 10 hash( '%phpini', "<i>php.ini</i>", 11 '%magic_quotes_runtime', "<i>magic_quotes_runtime</i>", 12 '%offtext', "<i>Off</i>" ) )} 13 {"More information on the subject can be found at %1."|i18n("design/standard/setup/tests",,array('<a href="http://www.php.net/manual/en/ref.info.php#ini.magic-quotes-runtime">php.net</a>'))} 14 </p> 15 <label>{"php.ini example"|i18n("design/standard/setup/tests")}:</label><br/> 16 <pre class="example"> 17 magic_quotes_runtime = 0 18 </pre> 19 <p> 20 {"Alternatively you may create a file called %1 in your eZ publish root folder and add the following"|i18n("design/standard/setup/tests",,array(concat("<i>",".htaccess","</i>")))}: 21 </p> 22 <label>{".htaccess example"|i18n("design/standard/setup/tests")}:</label><br/> 23 <pre class="example"> 24 php_value magic_quotes_runtime 0 25 </pre>
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 |