Minor correction: "White screen of death" occurs when there is nothing to write to the screen. This can occur in situations like you are seeing, but also when a function just doesn't write anything.
"common.inc" does not call gmap_draw_map(). It looks like you might have a core hack in place. But however it got there, you need to take that error message to the module's issue queue now. Nancy E. Wichmann, PMP Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr. ________________________________ From: Gustavo Cabral <[email protected]> To: [email protected] Sent: Mon, August 2, 2010 8:10:28 PM Subject: Re: [development] GMap and the White Screen Of Death 2010/7/30 Don <[email protected]> The best thing to do is enable error reporting in php.ini and see what error is occurring. The white screen of death is from having reporting turned off but apache is hitting an error. >Or try looking in the php logs, the location of which should be indicated in >the >php.ini > >-Don- > >Hi again, After learn how to enable error reporting, I get this error: Fatal error: Call to undefined function gmap_draw_map() in /var/www/sigrhi/includes/common.inc(1699) : eval()'d code on line 63 Can be posible that the function don't exists? Is there any replacement for this? Thanks a lot people, you guys really helped me -- Linux es Libertad
