Hi Lluis,<br><br>Just taking a shot in the dark here...obviously there are many possibilities. One is that the submit handler of your custom form (I am assuming this is the case) may be erroneously returning an invalid value (should be no return at all to continue on same page, or a valid Drupal path to go there after submit), or else doing something weird.<br>
<br>See Forms API reference: <a href="http://drupal.org/node/37775">http://drupal.org/node/37775</a><br><br>See (assuming Drupal 5) &quot;Redirecting users after submitting a form in Drupal 5: <a href="http://drupal.org/node/134000">http://drupal.org/node/134000</a><br>
<br>Victor Kane<br><a href="http://awebfactory.com.ar">http://awebfactory.com.ar</a><br><br><div class="gmail_quote">On Mon, Apr 7, 2008 at 7:28 AM, Lluís &lt;<a href="mailto:enboig@gmail.com">enboig@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">while developing a module, I have just started to recieve white screen<br>
every time I submit a form (besides form gets submited).<br>
<br>
In some cases I have been able to see this error:<br>
warning: Cannot modify header information - headers already sent by<br>
(output started at<br>
/var/www/ccc/sites/all/modules/comptacau/comptacau.module:1) in<br>
/var/www/ccc/includes/common.inc on line 141.<br>
<br>
but I file comptacau.module have no white spaces at start. Any hint of<br>
how to track this problem?<br>
<br>
thanks<br>
<br>
PS: memory limit is set to 256 just in case it was a memory problem,<br>
but apache reports no problem with memory.<br>
<font color="#888888"><br>
<br>
--<br>
*Envellim quan els records superen les esperances.<br>
*Als llocs desconeguts només s&#39;hi arriba per camins desconeguts.<br>
</font></blockquote></div><br>