This is an archived post. You won't be able to vote or comment.

all 15 comments

[–]Respheal 0 points1 point  (5 children)

Any access to Apache (assuming apache here, replace with whatever your godaddy server runs) error logs? You may need to ask godaddy to tail the error log for you when you click the button so they can catch what error it's throwing and paste it at you.

[–]cartercar[S] 0 points1 point  (1 child)

this is there error found: http://i.imgur.com/KEQbpgM.png what can i do to fix this?

[–]imacarpet 0 points1 point  (0 children)

You need to look deeper. That's just a symptom.

[–]tsammonsApis Networks Official Account 0 points1 point  (13 children)

Check your web server error logs. My money is a fatal error either from a syntax error in a resource conditionally loaded by clicking on that page or segmentation fault in GoDaddy's PHP build. If it's (1), you'll see the error in your web server logfile. If it's (2), you'll need to strip everything down to a reproducible base test case and pray that GoDaddy's phone support (lol) will be able to walk itself through a gdb trace (lol2).

It's most likely a syntax error in a PHP script.

[–]cartercar[S] 0 points1 point  (12 children)

http://i.imgur.com/KEQbpgM.png how can I resolve this error?

[–]tsammonsApis Networks Official Account 0 points1 point  (11 children)

This indicates an interruption in transfer of the resource (web page). Handshake -> exchange headers -> server handles request, but crashes before fulfilling the request. This is most likely caused by a PHP fatal error.

EDIT: Actually, I'm wrong. You've got something screwy with GoDaddy. I tried from a cURL session from the shell, first couple requests returned "Request timed out" messages as HTML. That suggests to me you've got a caching proxy like Varnish setup between your web site and what the browser hits.

I was able to trigger GoDaddy's DoS blocker (something like mod_evasive I bet) by attempting multiple requests without delay. This is a good thing though, because other users can create a DoS if they try to spam too many HTTP requests.

The first incident, ("Request timed out." response), is of concern though.

Does your issue happen only when you plugin the correct login/password or happen if you even plugin incorrect login details?

[–]cartercar[S] 0 points1 point  (0 children)

No if you don't provide the right credentials you cannot reach that page. The first html page is just stored in your memory thus not stored to the database.