Posted by rotnme on March 22, 2011 at 3:24am
Notice: Trying to get property of non-object in /home/content/73/4427873/html/includes/common.inc on line 906 Notice: Trying to get property of non-object in /home/content/73/4427873/html/includes/common.inc on line 906 Notice: Trying to get property of non-object in /home/content/73/4427873/html/includes/common.inc on line 906 Warning: Cannot modify header information - headers already sent by (output started at /home/content/73/4427873/html/includes/common.inc:906) in /home/content/73/4427873/html/includes/bootstrap.inc on line 726 Warning: Cannot modify header information - headers already sent by (output started at /home/content/73/4427873/html/includes/common.inc:906) in /home/content/73/4427873/html/includes/bootstrap.inc on line 727 Warning: Cannot modify header information - headers already sent by (output started at /home/content/73/4427873/html/includes/common.inc:906) in /home/content/73/4427873/html/includes/bootstrap.inc on line 728 Warning: Cannot modify header information - headers already sent by (output started at /home/content/73/4427873/html/includes/common.inc:906) in /home/content/73/4427873/html/includes/bootstrap.inc on line 729
This is what I'm getting after I enable php error log. I updated two modules, ckeditor and drupal tweaks, when I try to run update.php I just get a blank white screen. This happened previously, I could not resolve it and ended up dumping and doing a re-install because everything got so screwed up. Finally got things working and now this..... before I go thru that again I am asking if anyone can help me nip this in the bud.
Thanks

Comments
What Drupal version are you
What Drupal version are you using?
6.2
6.2
Did you mean 6.20?
Did you mean 6.20?
Yes sorry 6.20
Yes sorry 6.20
http://drupal.org/node/158043
http://drupal.org/node/158043
came across this, anyone familiar?
Still trying to resolve this,
Still trying to resolve this, have been searching everywhere trying anything that sounds reasonable, still no luck. Error reporting enabled and this is what I get:
before I really mess things up I was hoping for some input as to these errors. I relatively new to drupal and would appreciate any help. Thanks
line 906: $langcode =
line 906:
line 726 thru 729:
Pretty much everything in
Pretty much everything in Drupal runs through bootstrap.inc and/or common.inc at some point. There really is no way to help troubleshoot based on these error messages.
Disable (non-core) modules and themes one at a time until the error goes away. If that doesn't help, back up your DB and try installing drupal fresh using this existing code base. If the issue goes away, something in your DB is corrupt, if it doesn't go away, something in your code base is corrupt.