Closed
Bug 528020
Opened 16 years ago
Closed 16 years ago
stage socorro update config.php
Categories
(mozilla.org Graveyard :: Server Operations, task)
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',
);
| Reporter | ||
Comment 1•16 years ago
|
||
This file is in webapp-php/application/config/config.php
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
| Reporter | ||
Comment 3•16 years ago
|
||
This didn't have the expected effect.
Do we need to clear caches or anything?
| Reporter | ||
Comment 4•16 years ago
|
||
This is for http://crash-stats.mozilla.com/
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 ago → 16 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•