Closed
Bug 427707
Opened 18 years ago
Closed 18 years ago
Fix up stage server for party tool 2.0
Categories
(Webtools Graveyard :: Party Tool, defect, P1)
Webtools Graveyard
Party Tool
Tracking
(Not tracked)
RESOLVED
FIXED
2.0
People
(Reporter: morgamic, Assigned: abuchanan)
References
Details
Need to set up a stage server running the new code hosted on MoCo servers, probably behind LDAP.
https://firefoxparty.stage.mozilla.com/ is pretty hosed, so we'll have to fix that and make sure it's pulling from the most recent trunk.
A part of this might be getting the code into SVN so it's easier to tag/deploy.
Comment 1•18 years ago
|
||
It's in SVN. Last I heard we were waiting on schema updates.
Severity: normal → critical
Priority: -- → P1
| Reporter | ||
Comment 2•18 years ago
|
||
Ryan - can we get the updated schema so we can stage the current code?
Comment 3•18 years ago
|
||
I'll have the new schema landed tonight along with a batch of other fixes for your staging pleasure. :)
Comment 4•18 years ago
|
||
Over to IT for staging.
Code lives at: http://svn.mozilla.org/projects/mozparty/
Old site lives at (find to reuse): https://firefoxparty.stage.mozilla.com/
I think there were a bunch of schema changes, so just starting with a fresh db is fine.
Assignee: nobody → server-ops
Severity: critical → major
Component: Party Tool → Server Operations
Priority: P1 → --
Product: Webtools → mozilla.org
QA Contact: partytool → justin
Target Milestone: 2.0 → ---
Version: Trunk → other
Comment 5•18 years ago
|
||
Also, we'll need HTTP auth (moz ldap if possible). Woot.
Updated•18 years ago
|
Assignee: server-ops → oremj
Comment 6•18 years ago
|
||
Can we get a production acceptance section for this before it's staged?
Comment 7•18 years ago
|
||
Never done one of those before, could you point me in the right direction?
It's currently in prod here: http://firefoxparty.com/
Assignee: oremj → server-ops
Comment 8•18 years ago
|
||
whoops, didn't mean to re-assign.
Comment 10•18 years ago
|
||
(In reply to comment #7)
> Never done one of those before, could you point me in the right direction?
http://wiki.mozilla.org/IT/Production_Acceptance
Comment 11•18 years ago
|
||
thanks Reed.
How is this for a first swing?
http://wiki.mozilla.org/IT/Production_Acceptance/mozilla-party
Comment 12•18 years ago
|
||
I'm getting:
2008-04-29 14:58:47 Warning: Warning (512): Cache not configured properly. Please check Cache::config(); in APP/config/core.php in [CORE/cake/libs/configure.php, line 621]
App is staged at https://firefoxparty.authstage.mozilla.com/
Comment 13•18 years ago
|
||
Thanks oremj, over to buchanae to start work'n out the kinks.
buchanae, the svn repo can be found at: http://svn.mozilla.org/projects/mozparty/
Probably want to setup your own stage, but oremj has setup stage to pull svn periodically.
Main issues now are:
* Cake caching errors
* Google API key(s)
* Debugging statements
Other bugs - to be figured out later (probably in a new bug)
* Register page seems hosed: https://firefoxparty.authstage.mozilla.com/users/register
* Create a party hosed: https://firefoxparty.authstage.mozilla.com/events/add/
Assignee: oremj → buchanae
Component: Server Operations → Party Tool
Product: mozilla.org → Webtools
Target Milestone: --- → 2.0
Updated•18 years ago
|
Severity: major → critical
Priority: -- → P1
QA Contact: justin → partytool
Comment 14•18 years ago
|
||
(In reply to comment #12)
> 2008-04-29 14:58:47 Warning: Warning (512): Cache not configured properly.
> Please check Cache::config(); in APP/config/core.php in
> [CORE/cake/libs/configure.php, line 621]
Should be taken care of with r12661 - I forgot that SVN doesn't track empty directories. app/tmp/cache/* will also need to be writable if it isn't already.
(In reply to comment #13)
> Main issues now are:
>
> * Cake caching errors
> * Google API key(s)
> * Debugging statements
Already on these.
> Other bugs - to be figured out later (probably in a new bug)
> * Register page seems hosed:
> https://firefoxparty.authstage.mozilla.com/users/register
> * Create a party hosed: https://firefoxparty.authstage.mozilla.com/events/add/
Oremj: what version of PHP is this running with?
Comment 15•18 years ago
|
||
PHP 5.1.6
Comment 16•18 years ago
|
||
(In reply to comment #14)
> > Other bugs - to be figured out later (probably in a new bug)
> > * Register page seems hosed:
> > https://firefoxparty.authstage.mozilla.com/users/register
> > * Create a party hosed: https://firefoxparty.authstage.mozilla.com/events/add/
> Oremj: what version of PHP is this running with?
Create a party is at least looking better. Registration is still hosed. Ryan, are you done with your changes so we can have webdev take over?
Comment 17•18 years ago
|
||
now broken on OID errors... any ideas?
Comment 18•18 years ago
|
||
(In reply to comment #17)
> now broken on OID errors... any ideas?
>
It's waiting on me to file a request to have the database re-imported and there's no point in doing so until 431794 is fixed.
| Assignee | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•