[Xerte] XOT code help

dh shiroiishi66 at gmail.com
Sat Aug 28 00:23:49 BST 2010


I get:

Ini_set exists
30
ini_set success
200

on a local network test server.  With latest version 1.5.

David


On 08/27/2010 11:03 PM, Patrick Lockley wrote:
> 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
>
>
> _______________________________________________
> Xerte mailing list
> Xerte at lists.nottingham.ac.uk
> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it.   Please do not use, copy or disclose the information contained in this message or in any attachment.  Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.
>
> This message has been checked for viruses but the contents of an attachment
> may still contain software viruses which could damage your computer system:
> you are advised to perform your own checks. Email communications with the
> University of Nottingham may be monitored as permitted by UK legislation.
>   



More information about the Xerte mailing list