Closed Bug 398459 Opened 18 years ago Closed 18 years ago

SVN update of patches and SQL execution

Categories

(support.mozilla.org :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: nkoth, Unassigned)

Details

(Whiteboard: sumo_only)

1. Require SVN push of revision 7216 from trunk to support.mozilla.com and support-stage.mozilla.org (Patches include double slash in URL after login fix, and blank page after save workaround) 2. Require execution of the following 2 SQL lines on support-stage.mozilla.org, to workaround the SSL not configured on the server problem. UPDATE `tiki_preferences` SET `value` = 'n' WHERE `tiki_preferences`.`name` = 'https_login_required' LIMIT 1 ; UPDATE `tiki_preferences` SET `value` = 'n' WHERE `tiki_preferences`.`name` = 'https_login' LIMIT 1 ;
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Whiteboard: sumo_only
You need to log in before you can comment on or make changes to this bug.