In the process of moving my site from a windows environment to hosted on linux at just host
the site runs but i get a blank page on login and the errors
* warning: Cannot modify header information - headers already sent by (output started at /home/bonneyp1/public_html/halinasplace/drupal/modules/webform/webform.module:1) in /home/bonneyp1/public_html/halinasplace/drupal/includes/session.inc on line 97.
* warning: session_regenerate_id() [function.session-regenerate-id]: Cannot regenerate session id - headers already sent in /home/bonneyp1/public_html/halinasplace/drupal/includes/session.inc on line 100.
i've looked through the support wikis but have no idea what files might have changed since it was developed of this site and in a windows enviornment?
What else can i check
Comments
=-=
You've tagged this thread with Drupal 7.x, which isn't ready for production and none of the modules are ready for production.
If you've mistagged this thread and meant Drupal 6.x or 5.x see below:
headers already sent = http://drupal.org/node/1424
All files that were modified would likely have to be checked.
As a test disable the webform module. any errors? if not, some modifcation done to webforms is likely the issue. Ensure you are using the lastest available stable release and any modifications made to the module or it's tpl.php files need to be rechecked.
thanks
it was the webform module!