Hello. Tried to upgrade to drupal 6.0, but got some problems and there for descided to roll back to 5.3.
Uploaded all the backup of the entire site, and uploaded the sqldump. Now I have this test on the top of my site
e_get($cid, 'cache'); if (!empty($cache->data) && $cache->expire > time()) { $projects = unserialize($cache->data); } } return $projects; }

Also i get this error message:


    * warning: Cannot modify header information - headers already sent by (output started at /customers/smrk.org/smrk.org/httpd.www/modules/update_status/update_status.module:8) in /customers/smrk.org/smrk.org/httpd.www/includes/common.inc on line 141.
    * warning: Cannot modify header information - headers already sent by (output started at /customers/smrk.org/smrk.org/httpd.www/modules/update_status/update_status.module:8) in /customers/smrk.org/smrk.org/httpd.www/includes/common.inc on line 141.
    * warning: Cannot modify header information - headers already sent by (output started at /customers/smrk.org/smrk.org/httpd.www/modules/update_status/update_status.module:8) in /customers/smrk.org/smrk.org/httpd.www/includes/common.inc on line 141.
    * warning: Cannot modify header information - headers already sent by (output started at /customers/smrk.org/smrk.org/httpd.www/modules/update_status/update_status.module:8) in /customers/smrk.org/smrk.org/httpd.www/includes/common.inc on line 141.
    * warning: Cannot modify header information - headers already sent by (output started at /customers/smrk.org/smrk.org/httpd.www/modules/update_status/update_status.module:8) in /customers/smrk.org/smrk.org/httpd.www/includes/common.inc on line 141.
    * warning: Cannot modify header information - headers already sent by (output started at /customers/smrk.org/smrk.org/httpd.www/modules/update_status/update_status.module:8) in /customers/smrk.org/smrk.org/httpd.www/includes/common.inc on line 141. 

Can anyone please try to help me out?

Comments

Southpaw’s picture

Try updating to 5.7 before the upgrade to 6.

oliveyrc’s picture

Hixx,

I had the same issue but on a 5.7 install. Not even an upgrade, I was bringing down a dev copy of my live site. Once I uninstalled the module and refreshed the page all was well.

From what I understand the update status module is now part of the 6 core, so I would try uninstalling it, remove from the FS and the try an upgrade.

Rich

edvanleeuwen’s picture

Same with me, just copying a production site to local. After turning off update_status every works fine.

Best regards,

Ed

rentex’s picture

Where did you turn this off? And what is causing this? Any way to fix this matter?

I also get this error as well
"Cannot modify header information - headers already sent by (output started at /path/to/drupal/modules/update_status/update_status.module:8) in /path/to/drupal/includes/common.inc on line 314"

sepeck’s picture

Have you checked the troubleshooting faq off the documentation page?
http://drupal.org/Troubleshooting-FAQ
http://drupal.org/node/1424

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

cgdigitaltreats’s picture

If you goto the system section, and look for modules, you can turn them off by changing the status from 1 to 0.
I would disable the update status module since there was an error there.
If you do get back to the admin page, use the devel module to reinstall the update status module.

Check your watchdog to see where errors are.

Since the info you provided said cache, you can select all the cache items, and use empty.

HOpe that helps.

Antonio