Closed Bug 528020 Opened 16 years ago Closed 16 years ago

stage socorro update config.php

Categories

(mozilla.org Graveyard :: Server Operations, task)

All
Other
task
Not set
critical

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ozten, Assigned: chizu)

Details

Please add a line to the config.php file... MODPATH . 'moz_pagination', so you should have something like $config['modules'] = array ( MODPATH . 'auth', MODPATH . 'ezcomponents', MODPATH . 'moz_pagination', );
This file is in webapp-php/application/config/config.php
Assignee: server-ops → thardcastle
diff --git a/crash-reports-php.mozilla.com/webapp-php/application/config/config.php b/crash-reports-php.mozilla.com/webapp-php/application/config/config.php index 15aeadf..030855e 100644 --- a/crash-reports-php.mozilla.com/webapp-php/application/config/config.php +++ b/crash-reports-php.mozilla.com/webapp-php/application/config/config.php @@ -107,4 +107,5 @@ $config['modules'] = array // MODPATH.'unit_test', // Unit testing // MODPATH.'object_db', // New OOP Database library (testing only!) MODPATH . 'ezcomponents', + MODPATH . 'moz_pagination', );
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
This didn't have the expected effect. Do we need to clear caches or anything?
Didn't push that out, missed the stage part. @@ -108,4 +108,5 @@ // MODPATH.'object_db', // New OOP Database library (testing only!) MODPATH . 'ezcomponents', MODPATH . 'auth', + MODPATH . 'moz_pagination', );
Status: REOPENED → RESOLVED
Closed: 16 years ago16 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.