Closed
Bug 595029
Opened 15 years ago
Closed 15 years ago
Prod service week website is busted for '/'
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ozten, Assigned: jabba)
References
()
Details
Something is causing the homepage of Mozilla Service Week http://mozillaservice.org/
to give the error:
Warning: require(/data/www/mozillaservice.org/web/application/config/config.php) [function.require]: failed to open stream: No such file or directory in /data/www/mozillaservice.org/web/system/core/Kohana.php on line 413
Fatal error: require() [function.require]: Failed opening required '/data/www/mozillaservice.org/web/application/config/config.php' (include_path='.:/usr/share/pear:/usr/share/php') in /data/www/mozillaservice.org/web/system/core/Kohana.php on line 413
This is not an issue on other pages. Example:
http://mozillaservice.org/activity/stories/en_US/10
Has something changed recently?
Please confirm that /data/www/mozillaservice.org/web/application/config/config.php exists and is readable by apache.
| Assignee | ||
Comment 1•15 years ago
|
||
Looks like it is missing on pm-app-generic03. Jeremy, do you know the correct way to put it back there? I'm assuming that dir is managed by git?
Assignee: server-ops → jeremy.orem+bugs
| Assignee | ||
Comment 2•15 years ago
|
||
fox2mike figured it out: config.php was in .gitignore, so i manually copied it over and the site is back up.
Assignee: jeremy.orem+bugs → jdow
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•15 years ago
|
||
Thanks @jabba @fox2mike !!!
Comment 4•15 years ago
|
||
Is this even an active site that we need to keep online?
| Reporter | ||
Comment 5•15 years ago
|
||
(In reply to comment #4)
MJary Colvig said in IRC that David Boswell is working on an archival process, but until then it should remain active.
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•7 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
•