My site shows this, I truncated the sessions data, but it is still marked as crashed. I'm not sure where to reset this. Also something about headers and the bootstrap.
Anybody ever run into this?
Antonio
Warning: Table './pojack1_nycDrup/sessions' is marked as crashed and should be repaired query: SELECT u.*, s.* FROM users u INNER JOIN sessions s ON u.uid = s.uid WHERE s.sid = '56880c41cdc0f9d56b26723b2cff46aa' in /home/pojack1/public_html/nyclightwave/includes/database.mysql.inc on line 135
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/pojack1/public_html/nyclightwave/includes/database.mysql.inc:135) in /home/pojack1/public_html/nyclightwave/includes/bootstrap.inc on line 1161
Warning: Cannot modify header information - headers already sent by (output started at /home/pojack1/public_html/nyclightwave/includes/database.mysql.inc:135) in /home/pojack1/public_html/nyclightwave/includes/bootstrap.inc on line 725
Warning: Cannot modify header information - headers already sent by (output started at /home/pojack1/public_html/nyclightwave/includes/database.mysql.inc:135) in /home/pojack1/public_html/nyclightwave/includes/bootstrap.inc on line 726
Warning: Cannot modify header information - headers already sent by (output started at /home/pojack1/public_html/nyclightwave/includes/database.mysql.inc:135) in /home/pojack1/public_html/nyclightwave/includes/bootstrap.inc on line 727
Warning: Cannot modify header information - headers already sent by (output started at /home/pojack1/public_html/nyclightwave/includes/database.mysql.inc:135) in /home/pojack1/public_html/nyclightwave/includes/bootstrap.inc on line 728
Fatal error: Call to undefined function filter_xss() in /home/pojack1/public_html/nyclightwave/includes/common.inc on line 655
Warning: Table './pojack1_nycDrup/sessions' is marked as crashed and should be repaired query: UPDATE sessions SET uid = 0, cache = 0, hostname = '108.6.169.171', session = '', timestamp = 1320860604 WHERE sid = '56880c41cdc0f9d56b26723b2cff46aa' in /home/pojack1/public_html/nyclightwave/includes/database.mysql.inc on line 135
Comments
stranger seems fine when your not logged in.
The site seems fine www.nyclightwave.com when you don't log in.
but gives you errors when you do. Also no new sessions have been made, even though it gives sid and ip etc. so where is that getting stored, or is the script just generating it, and it never made a mysql query, i'm not sure.
Antonio
Similar problem
I just started seeing errors like this:
warning: Cannot modify header information - headers already sent by (output started at /home/foolcrow/public_html/bikramyogadecatur.com/themes/garland/template.php:1) in /home/foolcrow/public_html/bikramyogadecatur.com/includes/session.inc on line 98.
warning: session_regenerate_id() [function.session-regenerate-id]: Cannot regenerate session id - headers already sent in /home/foolcrow/public_html/bikramyogadecatur.com/includes/session.inc on line 101.
Similar errors pop up occasionally on various pages but it's not consistent. Happens infrequently here and there but hasn't created any major problems.
Does anyone know where to start with this problem.
Hi,
I'm not even sure where to start fixing this problem. I reinstalled drupal 6.22, and that didn't seem to do anything. I reinstalled 6.21 and that didn't do anything. I cleared the sessions mysql table, it's empty yet I still get the above error when I log in as any user. I'm not sure where it's pulling that sessions info without it showing up on any database table. Pulling out modules doesn't seem to do anything either.
Not sure how to fix this, in a real bind because I can't log in at all.
Antonio