Re: LiveCode Server: start session problem

2014-06-26 Thread John Craig
Thanks, Simon. Knowing that it worked elsewhere was enough to start me poking around again. Issue was resolved by specifying an alternative sessionSavePath. The original path '/tmp' is writable, etc. (and PHP uses it), but changing it worked for LC. :D On 26/06/2014 12:20, Simon Smith wr

Re: LiveCode Server: start session problem

2014-06-26 Thread Simon Smith
Hi John Might be easier for to email the script to me and I can take a look. What you can try though is: Ensure that start session is at the very top of your script (e.g. line 1 ) and that you also have end session at the very end of the script. If you output anything before calling start sessio

Re: LiveCode Server: start session problem

2014-06-26 Thread John Craig
Hi, Simon. It's encouraging that it's working on your system - hopefully there's just some misconfiguration on my machine. I get the following error when I add the start session line; file "/var/www/vhosts/8up.uk/httpdocs/index.lc" row 16, col 1: Row 16 is the line in question. Column 1 is

Re: LiveCode Server: start session problem

2014-06-26 Thread Simon Smith
Hi John I am running the latest version - linux and windows and sessions are working fine for me. whats happening when you use start session ? Simon On Thu, Jun 26, 2014 at 1:12 PM, John Craig wrote: > I decided to add some session code to my server project, but the following > command cause

Re: LiveCode Server: start session problem

2014-06-26 Thread John Craig
took a punt on 6.7.0 DP4 - same problem . On 26/06/2014 12:12, John Craig wrote: I decided to add some session code to my server project, but the following command causes an error on 6.6.1 on Linux (community and commercial); start session LC 6.6.2 had another problem, which is why I ro