views:

42

answers:

3

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.

A: 

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.

Darkerstar
A: 

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.

Roberto Aloi
A: 

I have rebooted my server a few times. Can you please be more specific on the empty line being appended to the php files.

Anubhav Chopra