OK...I'm also a bit of a Drupal newbie. I decided to upgrade from 4.3.2 to 4.4. I finally got it to work ... sort of.

The URL is http://www.pennywit.com/drupal/

I'm getting this error message at the top of the main page:

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/editorja/public_html/pennywit/drupal/includes/conf.php:67) in /home/editorja/public_html/pennywit/drupal/includes/session.inc on line 5

warning: Cannot modify header information - headers already sent by (output started at /home/editorja/public_html/pennywit/drupal/includes/conf.php:67) in /home/editorja/public_html/pennywit/drupal/includes/common.inc on line 1233.
user error: Table 'editorja_drpl2.filters' doesn't exist
query: SELECT * FROM filters ORDER BY weight ASC in /home/editorja/public_html/pennywit/drupal/includes/database.mysql.inc on line 97.

When I try to login with my admin username, I get this:

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/editorja/public_html/pennywit/drupal/includes/conf.php:67) in /home/editorja/public_html/pennywit/drupal/includes/session.inc on line 5

warning: Cannot modify header information - headers already sent by (output started at /home/editorja/public_html/pennywit/drupal/includes/conf.php:67) in /home/editorja/public_html/pennywit/drupal/includes/common.inc on line 1233.
warning: Cannot modify header information - headers already sent by (output started at /home/editorja/public_html/pennywit/drupal/includes/conf.php:67) in /home/editorja/public_html/pennywit/drupal/includes/common.inc on line 239.

No content under it.
Any idea what I'm supposed to do?

Comments

killes@www.drop.org’s picture

You added white space (tabs, blanks, returns) after the ?> tag of conf.php. Remove that.

Please search drupal.org before posting new topics.

robertDouglass’s picture

Sometimes it's hard to find the info you need, even after searching. This is exactly the info I was looking for, so if it on the site twice, I'm glad since I didn't find it elsewhere.

-RD