user188161
user188161

Reputation:

Data content not rendering on the webpage: Server not replying back

My page is made in php, I have qcodo which is layered on top of my database for the website. Occasionally, the webpage does not render and instead of the content it should display it displays the website URL in the body. This problem started occurring after I added few fields in the database. At first I thought this might be a qcodo problem, so I tried qcube on a test page but the problem was not fixed.

Can anyone point me to right direction, I think it is the server that is not sending a sent content message to the client.

Upvotes: 0

Views: 96

Answers (2)

Roberto Aloi
Roberto Aloi

Reputation: 30995

Uhm, something very similar happened to me long time ago. It ended up it was due to an empty line that was somehow appended to one of my .php files.

Upvotes: 0

Darkerstar
Darkerstar

Reputation: 932

No errors? Try to turn on error and warnings.

If the error is not consistent then it could be your web/db server is busy.

Upvotes: 0

Related Questions