Form not being processed...

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
phice
Moderator
Posts: 1416
Joined: Sat Apr 20, 2002 3:14 pm
Location: Dallas, TX
Contact:

Form not being processed...

Post 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.
Image Image
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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..
User avatar
phice
Moderator
Posts: 1416
Joined: Sat Apr 20, 2002 3:14 pm
Location: Dallas, TX
Contact:

Post 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?
Image Image
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
User avatar
phice
Moderator
Posts: 1416
Joined: Sat Apr 20, 2002 3:14 pm
Location: Dallas, TX
Contact:

Post 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".
Image Image
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
User avatar
phice
Moderator
Posts: 1416
Joined: Sat Apr 20, 2002 3:14 pm
Location: Dallas, TX
Contact:

Post 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)
Image Image
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
User avatar
n00b Saibot
DevNet Resident
Posts: 1452
Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:

Post 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 :?:
Post Reply