Edgewall Software
Modify

Opened 7 years ago

Closed 7 years ago

#12635 closed defect (cantfix)

Can't Access Pages

Reported by: anonymous Owned by:
Priority: highest Milestone:
Component: admin/web Version:
Severity: blocker Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Ryan J Ollos)

Can't access very many pages… Trying to access Install FFADO from source but keep getting this error

Traceback (most recent call last):
  File "/home/ffado/packages/lib/python2.3/site-packages/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/home/ffado/packages/lib/python2.3/site-packages/trac/web/main.py", line 184, in dispatch
    req.session = Session(self.env, req)
  File "/home/ffado/packages/lib/python2.3/site-packages/trac/web/session.py", line 48, in __init__
    self.get_session(sid)
  File "/home/ffado/packages/lib/python2.3/site-packages/trac/web/session.py", line 72, in get_session
    (sid, int(authenticated)))
  File "/home/ffado/packages/lib/python2.3/site-packages/trac/db/util.py", line 50, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "/home/ffado/packages/lib/python2.3/site-packages/trac/db/util.py", line 50, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "/home/ffado/packages/lib/python2.3/site-packages/MySQLdb/cursors.py", line 163, in execute
    self.errorhandler(self, exc, value)
  File "/home/ffado/packages/lib/python2.3/site-packages/MySQLdb/connections.py", line 35, in defaulterrorhandler
    raise errorclass, errorvalue
InternalError: (145, "Table './ffadotracdb/session' is marked as crashed and should be repaired")

Attachments (0)

Change History (2)

comment:1 by Ryan J Ollos, 7 years ago

Description: modified (diff)

comment:2 by Ryan J Ollos, 7 years ago

Resolution: cantfix
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.