Blank page on posting data
patison - May 26, 2008 - 08:55
Hi all! I've developed my own theme. Now, on posting some data (e.g. on login, logout, save some modified blocks, etc.) I obtain an blank page, and i need to enter again the URL to access the page. What may cause that trouble?

Other theme
Try doing the same thing using another theme. If that works then the problem lies in your theme.
that's right. this problem
that's right. this problem appear only in my theme. but how can i fix it?
That theme may be having
That theme may be having some bugs...best way is change the theme.
Free Drupal Themes || www.TechHunt.org
You most likely have a
You most likely have a syntax error. If you cannot find it by eye, try some quick debugging.
First make sure all the expected template files are present and readable. If so, place something like
<?phpdie('<h1>debug</h1>');
?>
Wherever I put this code in
Wherever I put this code in my page.tpl.php, I see DEBUG on my page... :(