29 Mar 2008 at 19:49 #1 Ross1234 Ross1234 Soldato Joined 29 Apr 2007 Posts 4,841 Location London Error: ini_set() [function.ini-set]: A session is active. You cannot change the session module's ini settings at this time. I get this error with my script. Any ideas?
Error: ini_set() [function.ini-set]: A session is active. You cannot change the session module's ini settings at this time. I get this error with my script. Any ideas?
29 Mar 2008 at 19:56 #2 meghatronic meghatronic Soldato Joined 24 Nov 2002 Posts 16,378 Location 38.744281°N 104.846806°W Try turning session.autostart off in php.ini.
29 Mar 2008 at 19:59 #3 Ross1234 Ross1234 Soldato OP Joined 29 Apr 2007 Posts 4,841 Location London I do not have access to that
29 Mar 2008 at 20:16 #4 meghatronic meghatronic Soldato Joined 24 Nov 2002 Posts 16,378 Location 38.744281°N 104.846806°W Ross1234 said: I do not have access to that Click to expand... Oh. Sorry. Assumed it was local box. Post your offending code then.
Ross1234 said: I do not have access to that Click to expand... Oh. Sorry. Assumed it was local box. Post your offending code then.
31 Mar 2008 at 12:11 #5 Ross1234 Ross1234 Soldato OP Joined 29 Apr 2007 Posts 4,841 Location London I gave up and used something else. Thanks anyway.