[Xerte] XOT code help

Ron Mitchell ronm at mitchellmedia.co.uk
Fri Aug 27 20:07:05 BST 2010


tested on 4 different nix servers all same result:

Ini_set exists
30
ini_set success
200

HTH
Ron

-----Original Message-----
From: xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Patrick Lockley
Sent: 27 August 2010 16:54
To: Xerte discussion list
Subject: RE: [Xerte] XOT code help

Thanks (can't believe it's an hour - we get thirty seconds here to be
done and dusted).

-----Original Message-----
From: xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Rochford,
Thomas
Sent: 27 August 2010 16:52
To: Xerte discussion list
Subject: RE: [Xerte] XOT code help

I get the following using on a MAXOS stick.

Ini_set exists
3600
ini_set success
200

Kindest regards,
Thomas

-----Original Message-----
From: xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Patrick
Lockley
Sent: 27 August 2010 3:03 PM
To: Xerte discussion list
Subject: [Xerte] XOT code help

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.
_______________________________________________
Xerte mailing list
Xerte at lists.nottingham.ac.uk
http://lists.nottingham.ac.uk/mailman/listinfo/xerte
_______________________________________________
Xerte mailing list
Xerte at lists.nottingham.ac.uk
http://lists.nottingham.ac.uk/mailman/listinfo/xerte



More information about the Xerte mailing list