Page 1 of 1

Form not being processed...

Posted: Tue Apr 05, 2005 10:12 pm
by phice
http://movies26.enwhore.com/yahoo/index.php < It shows everything in $GLOBAL, including the _GET variable. If you do ?this=that it sets $_GET['this'] = "that", but if you try the form at the very bottom, nothing is set in the _GET. It works perfectly on my localhost machine but nothing on that server.

I recently upgraded php through cpanel so that may have an effect on it. Also, you can find the phpinfo() here: http://movies26.enwhore.com/yahoo/phpinfo.php

Thanks in advance.

Posted: Tue Apr 05, 2005 10:37 pm
by feyd
tried it without the giant amount of debug stuffs? Seems like that's mundging it.. for instance, if I have Firefox display form details, I can submit successfully..

Posted: Tue Apr 05, 2005 11:39 pm
by phice
The debug stuff should have no effect, it's merely a print_r($GLOBAL);. I'm not sure what you mean by form details?

Posted: Tue Apr 05, 2005 11:50 pm
by feyd
using the Developer Tools extension, right-click, select "Web Developer" (near the bottom), Select "Forms", then "Display Form Details."

submission will now work.. at least it does on my machine.

Posted: Wed Apr 06, 2005 12:06 am
by phice
It's still doing nothing. I click the submit button and it acts like it refreshes; I've also tried it in Internet Explorer and I get the message "The page cannot be displayed".

Posted: Wed Apr 06, 2005 12:15 am
by feyd
dunno man, it works when I do the form details thing.. highlighted code doesn't show anything out of the ordinary. Don't know what to say.

Posted: Wed Apr 06, 2005 12:36 am
by phice
It's got to be server related since it works on localhost and bonks out on the server, which is why I posted it in the web servers forum. No clue why it's doing it tho. Take a look at the phpinfo and see if you notice anything out of the ordinary (safe mode, etc)

Posted: Wed Apr 06, 2005 12:52 am
by feyd
nothing jumps out at me, but if it were mine, I'd maybe do a diff between my info and theirs.. maybe check a few other servers (if you have access to them and they have php 5.0.3)

dunno mang.

Posted: Wed Apr 06, 2005 3:41 am
by n00b Saibot
I tried it out and then I realised that it bonks only when i put cmd=mixed in the url else it works just fine. can you post the related code :?: