Closed
Bug 434907
Opened 16 years ago
Closed 16 years ago
Not able to log in to QMO
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: cbook, Unassigned)
Details
This is basically it seems the same problem as in bug 431137 again, the login into QMO is not possible and you get "page not found"
We need to Login into QMO because we need to post the Testday Announcement for the Firefox 3 RC1 Part 2 Testday !
Comment 1•16 years ago
|
||
delete from cache;
delete from cache_menu;
delete from cache_page;
Can you guys flush the cache?
Assignee: nobody → server-ops
Component: quality.mozilla.org → Server Operations: Web Content Push
Product: Websites → mozilla.org
QA Contact: quality-mozilla-org → justin
Version: unspecified → other
Comment 2•16 years ago
|
||
(the sql above needs to be run on the QMO database)
Comment 3•16 years ago
|
||
oremj: can you truncate the cache tables like we did in bug 431137?
I'll see if I can figure out why this is happening
Comment 4•16 years ago
|
||
If we can fix this in the next 24 hours, should be good -- not an IT blocker.
Severity: blocker → major
Comment 5•16 years ago
|
||
mysql>
mysql> delete from cache;
Query OK, 1402 rows affected (0.19 sec)
mysql> delete from cache_menu;
Query OK, 6 rows affected (0.39 sec)
mysql> delete from cache_page;
Query OK, 17118 rows affected (3.10 sec)
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 7•16 years ago
|
||
mrz/morgamic: Is there a way to know when this type of problem is about to happen? Can we setup a cron job to delete the cache at some regular interval (or when needed)? If so, can we look into doing that?
Comment 8•16 years ago
|
||
I don't know what caused the problem, but likely incompatibility between different modules or just Drupal being dumb. Looking at the internets, it's a recurring problem for Drupal... Alex looked at it already and didn't see why it was happening...
Filed bug 434980 for the cron job...
Updated•11 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•