I have finished a intranet in drupal 4.6 and after a month of intranet have been launched, a error sometime appears. The First Page sometimes shows a blank page and when i give some other urls, then it shows all the other pages except the home page.

ie. sitename/?q=admin
is fine but only the index page after logging in is blank and the page hangs.

Does anybody find the problem regarding this.
Its urgent for me.

Thank You

Comments

hazamonzo’s picture

but have you checked to see that you have enough ram assigned to PHP? I say this because some other people and myself have come across the "White screen of death" and this screen is usually because you havent assigned enough physical ram to the PHP engine. You can change the amount of ram assigned to PHP by editing the php.ini file on your server.

Worth a try =)

Haza

yubaraj’s picture

Thanx mate a lot,

Your guess worth a lot. I changed the memory_limit = 12M in php.ini file and all the problem is solved.

Note: if the page is not uploading more than 2MB of file then change it from the php.ini file.