{"Option"|alang} |
{"Setting"|alang} |
{"Requirement"|alang} |
{if $phpProb}
{"PHP Version"|alang} |
{$systeminfo.phpversion} |
{$requirements.php} |
{/if}
{if $sessionProb}
{"Sessions"|alang} |
{"Do not work"|alang} |
{"Sessions need to be enabled in order for this application to work."|help} |
{/if}
{if $disabledFunctions != ''}
{"Disabled Functions"|alang} |
{$disabledFunctions|replace:',':' '} |
{"Please check if any vital function is listed here."|help} |
{/if}
{if !$uploadAllowed}
{"File Uploads"|alang} |
{"Disabled"|alang} |
{"Attachments will be disabled."|help} |
{/if}
{if !$gdLib}
{"GD Library"|alang} |
{"Not Found"|alang} |
{"GD Library is needed to generate images from the application. Most common (and useful) use are CAPTCHA images."|help} |
{/if}
{if $safeMode}
{"Safe Mode"|alang} |
{"ON"|alang} |
{"Recommended: OFF"|alang}
{"With safe mode on, the script will not be able to adjust the server configuration for optimal performance."|help}
|
{if $execProb}
{"Maximum Execution Time"|alang} |
{$executionLimit} |
{"Needed: at least 30"|alang}
{"Some scripts might not finish the execution within the allowed timeframe, which is set to a value lower than a default PHP value (30 seconds)."|help}
|
{/if}
{if $memProb}
{"Memory Limit"|alang} |
{$memoryLimit} |
{"Needed: at least 64MB"|alang}
{"Your server is set to allow less memory than this script requires."|help}
|
{/if}
{/if}
{if $postProb}
{"Maximum POST Size"|alang} |
{$postLimit} |
{"This value is too low, and this server imposed limit cannot be changed."|help} |
{/if}
{if $uploadProb}
{"Maximum Upload File Size"|alang} |
{$uploadLimit} |
{"This value is too low, and this server imposed limit cannot be changed."|help} |
{/if}
{if $requirementsMet}
{if $phpProb}
{"Your PHP version does not meet the minimum requirements."|alang}
{/if}
{if $sessionProb}
{"Your server does not appear to be handling sessions properly."|alang}
{/if}
{if $execProb}
{"Your server does not appear to be handling sessions properly."|alang}
{/if}
{/if}