Opened 14 years ago

Closed 14 years ago

#8632 closed defect (fixed)

WebDBSchemaVer

Reported by: tony@… Owned by: Rob Smith
Priority: minor Milestone: 0.24
Component: Plugin - MythWeb Version: 0.23-fixes
Severity: low Keywords: WebDBSchemaVer
Cc: Ticket locked: no

Description

My backend crashed and corrupted the database. Upon repair WebDBSchemaVer was missing from the settings table and MythWeb returned a completely blank page in the browser. No meaningful error message was logged.

db_update.php doesn't appear to test for the presence of the variable, nor log an error if it is missing.

Inserting a record back into the settings table with value=WebDBSchemaVer and data=2 restored functionality

Change History (3)

comment:1 Changed 14 years ago by robertm

Status: newassigned

comment:2 Changed 14 years ago by Rob Smith

Milestone: unknown0.24

comment:3 Changed 14 years ago by Rob Smith

Resolution: fixed
Status: assignedclosed

(In [26126]) Fixes #8632, this should prevent any settings table corruption from killing mythweb anymore

Note: See TracTickets for help on using tickets.