You need to remember sessions are created at different times, so if you change code you might need to use a different browser.<div><br></div><div>It doesn't happen to me using XAMPP locally. </div><div><br></div><div>I would turn off moodle auth, set it to guest. Create a guest account that's brand new. Then test it</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Nov 28, 2012 at 9:36 PM, Ron Mitchell <span dir="ltr"><<a href="mailto:ronm@mitchellmedia.co.uk" target="_blank">ronm@mitchellmedia.co.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks for confirming John.<br>
<br>
I'm beginning to think this problem has existed since the recent merge but<br>
hasn't been noticed because we've all be testing locally on xampp. I could<br>
be wrong but I've just tried copying all the relevant files from my local<br>
working xampp install to the clean install I've been using on the techdis<br>
server and that same code now running on linux has the same problem of not<br>
properly creating new projects.<br>
<br>
Can anyone else test on a linux install?<br>
<br>
Pat - any new suggestions?<br>
<br>
-----Original Message-----<br>
From: <a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a><br>
[mailto:<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a>] On Behalf Of Smith, John<br>
Sent: 28 November 2012 21:24<br>
To: For Xerte technical developers<br>
Subject: [Xerte-dev] Re: HELP - can't create new projects on techdis install<br>
<br>
Cheers Ron.<br>
<br>
It's running fine for me under XAMPP... have been able to create a few new<br>
projects without issue...<br>
<br>
Regards,<br>
<br>
John Smith | Learning Technologist<br>
Room A251, Govan Mbeki Building | School of Health & Life Sciences | Glasgow<br>
Caledonian University Cowcaddens Road | Glasgow | G4 0BA<br>
________________________________________<br>
From: <a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a><br>
[<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a>] On Behalf Of Ron Mitchell<br>
[<a href="mailto:ronm@mitchellmedia.co.uk">ronm@mitchellmedia.co.uk</a>]<br>
Sent: 28 November 2012 20:46<br>
To: 'For Xerte technical developers'<br>
Subject: [Xerte-dev] Re: HELP - can't create new projects on techdis install<br>
<br>
Hi John<br>
that's my fault :-(<br>
in auth_config.php uncomment guest and comment static.<br>
If you wanted to use static to see how that works the accounts are in<br>
\library\Xerte\Authentication\static.php<br>
I'd be keen to know if you have any problems creating projects?<br>
Cheers<br>
Ron<br>
<br>
-----Original Message-----<br>
From: <a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a><br>
[mailto:<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a>] On Behalf Of Smith, John<br>
Sent: 28 November 2012 20:34<br>
To: For Xerte technical developers<br>
Subject: [Xerte-dev] Re: HELP - can't create new projects on techdis install<br>
<br>
Hi all,<br>
<br>
just did an update and running XOT off XAMMP and now i'm being prompted for<br>
a login. Never had to login before, can someone let me know what the details<br>
are for the USB XOT install?<br>
<br>
Regards,<br>
<br>
John Smith | Learning Technologist<br>
Room A251, Govan Mbeki Building | School of Health & Life Sciences | Glasgow<br>
Caledonian University Cowcaddens Road | Glasgow | G4 0BA<br>
________________________________________<br>
From: <a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a><br>
[<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a>] On Behalf Of Pat Lockley<br>
[<a href="mailto:patrick.lockley@googlemail.com">patrick.lockley@googlemail.com</a>]<br>
Sent: 28 November 2012 19:43<br>
To: For Xerte technical developers<br>
Subject: [Xerte-dev] Re: HELP - can't create new projects on techdis install<br>
<br>
i would guess one new file exists which is outputting whitespace before the<br>
session starts<br>
<br>
I would guess when you made auth_thingie it has either whitespace or is<br>
required before session start<br>
<br>
<br>
On Wed, Nov 28, 2012 at 5:50 PM, Ron Mitchell<br>
<<a href="mailto:ronm@mitchellmedia.co.uk">ronm@mitchellmedia.co.uk</a><mailto:<a href="mailto:ronm@mitchellmedia.co.uk">ronm@mitchellmedia.co.uk</a>>> wrote:<br>
I did a clean install from svn locally and all seems ok with that so I'm<br>
going to replace the whole directory apart from user-files and database.php<br>
etc and see whether that fixes it. Going to take a while though :-(<br>
<br>
From:<br>
<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a><mailto:<a href="mailto:xerte-dev-bounces@lists.nott">xerte-dev-bounces@lists.nott</a><br>
<a href="http://ingham.ac.uk" target="_blank">ingham.ac.uk</a>><br>
[mailto:<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a><mailto:<a href="mailto:xerte-dev-bounces@li">xerte-dev-bounces@li</a><br>
<a href="http://sts.nottingham.ac.uk" target="_blank">sts.nottingham.ac.uk</a>>] On Behalf Of Pat Lockley<br>
Sent: 28 November 2012 17:40<br>
To: For Xerte technical developers<br>
Subject: [Xerte-dev] Re: HELP - can't create new projects on techdis install<br>
<br>
The sessions are screwed.<br>
<br>
I can create new LOs fine, but they aren't created as me, so something is<br>
poorly in the session code somewhere.<br>
<br>
<br>
On Wed, Nov 28, 2012 at 5:36 PM, Pat Lockley<br>
<<a href="mailto:patrick.lockley@googlemail.com">patrick.lockley@googlemail.com</a><mailto:<a href="mailto:patrick.lockley@googlemail.com">patrick.lockley@googlemail.com</a>>><br>
wrote:<br>
remembered<br>
<br>
<br>
On Wed, Nov 28, 2012 at 5:35 PM, Pat Lockley<br>
<<a href="mailto:patrick.lockley@googlemail.com">patrick.lockley@googlemail.com</a><mailto:<a href="mailto:patrick.lockley@googlemail.com">patrick.lockley@googlemail.com</a>>><br>
wrote:<br>
how do i get my password?<br>
<br>
<br>
On Wed, Nov 28, 2012 at 5:28 PM, Ron Mitchell<br>
<<a href="mailto:ronm@mitchellmedia.co.uk">ronm@mitchellmedia.co.uk</a><mailto:<a href="mailto:ronm@mitchellmedia.co.uk">ronm@mitchellmedia.co.uk</a>>> wrote:<br>
Yes everything was ok at that point and is ok on my localhost install too.<br>
<br>
Have turned on error reporting on <a href="http://vle.jisctechdis.ac.uk/xot/" target="_blank">http://vle.jisctechdis.ac.uk/xot/</a> but not<br>
getting any errors messages.<br>
<br>
Not seeing anything wrong in fiddler either :-(<br>
<br>
From:<br>
<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a><mailto:<a href="mailto:xerte-dev-bounces@lists.nott">xerte-dev-bounces@lists.nott</a><br>
<a href="http://ingham.ac.uk" target="_blank">ingham.ac.uk</a>><br>
[mailto:<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a><mailto:<a href="mailto:xerte-dev-bounces@li">xerte-dev-bounces@li</a><br>
<a href="http://sts.nottingham.ac.uk" target="_blank">sts.nottingham.ac.uk</a>>] On Behalf Of Pat Lockley<br>
Sent: 28 November 2012 17:14<br>
<br>
To: For Xerte technical developers<br>
Subject: [Xerte-dev] Re: HELP - can't create new projects on techdis install<br>
<br>
turn on error reporting<br>
<br>
On Wed, Nov 28, 2012 at 5:02 PM, Julian Tenney<br>
<<a href="mailto:Julian.Tenney@nottingham.ac.uk">Julian.Tenney@nottingham.ac.uk</a><mailto:<a href="mailto:Julian.Tenney@nottingham.ac.uk">Julian.Tenney@nottingham.ac.uk</a>>><br>
wrote:<br>
Had you updated after Pat checked his stuff in last week? i.e. is that what<br>
broke it? I thought you had those issues that led to the config.php being<br>
split discussions, was everything OK at that point?<br>
<br>
From:<br>
<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a><mailto:<a href="mailto:xerte-dev-bounces@lists.nott">xerte-dev-bounces@lists.nott</a><br>
<a href="http://ingham.ac.uk" target="_blank">ingham.ac.uk</a>><br>
[mailto:<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a><mailto:<a href="mailto:xerte-dev-bounces@li">xerte-dev-bounces@li</a><br>
<a href="http://sts.nottingham.ac.uk" target="_blank">sts.nottingham.ac.uk</a>>] On Behalf Of Ron Mitchell<br>
Sent: 28 November 2012 17:03<br>
To: 'For Xerte technical developers'<br>
Subject: [Xerte-dev] HELP - can't create new projects on techdis install<br>
<br>
I've been wasting hours on this now :-(<br>
<br>
I updated the Techdis install with the latest svn code and now I can't<br>
create new projects.<br>
<br>
Clicking create pops up the editor window but refreshes the workspace and<br>
then shows an empty workspace.<br>
<br>
Seems like it's probably a session thing or something but I can't find what.<br>
Trouble is I tried reverting the code back to a previous version and still<br>
got the same problem. So now it's back to the latest code.<br>
<br>
I can edit existing projects and add to them just can't create anything new.<br>
<br>
Anyone else had this?<br>
Is it a consequence of recent changes?<br>
<br>
Cheers<br>
Ron<br>
<br>
<br>
_______________________________________________<br>
Xerte-dev mailing list<br>
<a href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a><mailto:<a href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a>><br>
<a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Xerte-dev mailing list<br>
<a href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a><mailto:<a href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a>><br>
<a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Xerte-dev mailing list<br>
<a href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a><mailto:<a href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a>><br>
<a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br>
<br>
<br>
<br>
Glasgow Caledonian University is a registered Scottish charity, number<br>
SC021474<br>
<br>
Winner: Times Higher Education's Widening Participation Initiative of the<br>
Year 2009 and Herald Society's Education Initiative of the Year 2009.<br>
<a href="http://www.gcu.ac.uk/newsevents/news/bycategory/theuniversity/1/name,6219,en
.html" target="_blank">http://www.gcu.ac.uk/newsevents/news/bycategory/theuniversity/1/name,6219,en<br>
.html</a><br>
<br>
Winner: Times Higher Education's Outstanding Support for Early Career<br>
Researchers of the Year 2010, GCU as a lead with Universities Scotland<br>
partners.<br>
<a href="http://www.gcu.ac.uk/newsevents/news/bycategory/theuniversity/1/name,15691,e
n.html" target="_blank">http://www.gcu.ac.uk/newsevents/news/bycategory/theuniversity/1/name,15691,e<br>
n.html</a><br>
_______________________________________________<br>
Xerte-dev mailing list<br>
<a href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a><br>
<a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br>
<br>
<br>
_______________________________________________<br>
Xerte-dev mailing list<br>
<a href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a><br>
<a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br>
<br>
Glasgow Caledonian University is a registered Scottish charity, number<br>
SC021474<br>
<br>
Winner: Times Higher Education's Widening Participation Initiative of the<br>
Year 2009 and Herald Society's Education Initiative of the Year 2009.<br>
<a href="http://www.gcu.ac.uk/newsevents/news/bycategory/theuniversity/1/name,6219,en
.html" target="_blank">http://www.gcu.ac.uk/newsevents/news/bycategory/theuniversity/1/name,6219,en<br>
.html</a><br>
<br>
Winner: Times Higher Education's Outstanding Support for Early Career<br>
Researchers of the Year 2010, GCU as a lead with Universities Scotland<br>
partners.<br>
<a href="http://www.gcu.ac.uk/newsevents/news/bycategory/theuniversity/1/name,15691,e
n.html" target="_blank">http://www.gcu.ac.uk/newsevents/news/bycategory/theuniversity/1/name,15691,e<br>
n.html</a><br>
<br>
_______________________________________________<br>
Xerte-dev mailing list<br>
<a href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a><br>
<a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br>
This message and any attachment are intended solely for the addressee and<br>
may contain confidential information. If you have received this message in<br>
error, please send it back to me, and immediately delete it.   Please do not<br>
use, copy or disclose the information contained in this message or in any<br>
attachment.  Any views or opinions expressed by the author of this email do<br>
not necessarily reflect the views of the University of Nottingham.<br>
<br>
This message has been checked for viruses but the contents of an attachment<br>
may still contain software viruses which could damage your computer system:<br>
you are advised to perform your own checks. Email communications with the<br>
University of Nottingham may be monitored as permitted by UK legislation.<br>
<br>
<br>
_______________________________________________<br>
Xerte-dev mailing list<br>
<a href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a><br>
<a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br>
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.<br>

<br>
This message has been checked for viruses but the contents of an attachment<br>
may still contain software viruses which could damage your computer system:<br>
you are advised to perform your own checks. Email communications with the<br>
University of Nottingham may be monitored as permitted by UK legislation.<br>
</blockquote></div><br></div>