[Xerte] XOT code help
Patrick Lockley
Patrick.Lockley at nottingham.ac.uk
Fri Aug 27 15:03:27 BST 2010
Hello all,
Could those of you running Xerte Online Toolkits please help me out.
Could you make a PHP file on your server, and paste this code into it.
<?PHP
if(function_exists("ini_set")){
echo "Ini_set exists<br>";
echo ini_get("max_execution_time") . "<br>";
if(ini_set("max_execution_time",200)){
echo "ini_set success<br>";
}else{
echo "ini_set failure<br>";
}
echo ini_get("max_execution_time") . "<br>";
}else{
echo "no ini_set<br>";
}
?>
Could you then run the code and let me know what you see?
Thanks in advance
Pat Lockley
IS Learning team, Kings Meadow Campus
ext 68882
More information about the Xerte
mailing list