[Xerte] XOT code help

Rochford, Thomas t.rochford at rsc-eastern.ac.uk
Fri Aug 27 16:52:17 BST 2010


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.


More information about the Xerte mailing list