OK, but that shouldn't prevent form values from being submitted/POSTed ...? All the Best, Matt Chapman Ninjitsu Web Development -- The contents of this message should be assumed to be Confidential, and may not be disclosed without permission of the sender. On Tue, Apr 13, 2010 at 10:40 AM, Adam Gregory <arcaneadam@gmail.com> wrote:
I've discovered the issue. The sites are run on Pressflow, which unkown to me untill a minute ago does not store session info for user 0.
----- Adam A. Gregory Drupal Developer & Consultant Web: AdamAGregory.com Twitter: twitter.com/adamgregory Phone: 910.808.1717 Cell: 919.306.6138
On Tue, Apr 13, 2010 at 11:08 AM, Eric Aspegren <easpegre@nebrwesleyan.edu
wrote:
Do you have the cookie_domain set in your settings.php file? I had a similar issue where the session.
$cookie_domain = 'somedomain.com';
Eric
On Apr 13, 2010, at 9:57 AM, John Fiala wrote:
Wow, that is pretty freaky.
I'd ask for a copy of the php.ini and do a diff between it and what you've got. if $_POST isn't working, then I've got to wonder if it's a php setting in there. Actually, you can look at the phpinfo dump by going into the status report in the admin, scrolling down to see the version of php the site has, and clicking on the version info - that's probably a better idea, because it's the settings that are actually live. Save it as a file, save the one from dev as a file, diff away.
-- John Fiala www.jcfiala.net