Closed Bug 465002 Opened 16 years ago Closed 16 years ago

Update Community Store stage

Categories

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

All
Other
task
Not set
blocker

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: abuchanan, Assigned: aravind)

References

()

Details

Hey,

Could you reload the DB schema from the install.sql file please? 

Thanks
Assignee: server-ops → justdave
Severity: major → critical
Sorry, forget about the config.php file.  I've made some changes to config.php-dist, while you're at it, could you merge in the changes on the config.php file please?  If you have any questions/concerns I'll be around in IRC (buchanae in #webdev)
Summary: Update Community Store stage DB schema → Update Community Store stage
Can this be done today? We're launching in a week and this is blocking multiple bugs and QA. Thanks!
Blocks: 461450, 461809, 463311
Assignee: justdave → aravind
Can I delete the previous contents in the db?

What are the new/changed config entries?
(In reply to comment #3)
> Can I delete the previous contents in the db?
Yeah, that is fine.

> What are the new/changed config entries?

Full diff here http://viewvc.svn.mozilla.org/vc/projects/community_store/trunk/config.php-dist?r1=19407&r2=19873


/**
 * Turn debugging output on/off
 *
 * 0 - production
 * 1 - development
 */
define ('DEBUG', 0);

/**
 * File system path to this web application
 *
 * Example:  /data/www/example/
 */
define ('BASE_DIR', '/var/www/community_store/');

/**
 * File system path to the file uploads directory
 *
 * Example:  /data/example/uploads/
 */
define ('UPLOADS_DIR', BASE_DIR .'/docroot/uploads/');

/**
 * URL to the file uploads directory
 *
 * Example:  http://www.example.com/uploads/
 */
define ('UPLOADS_DIR_URL', BASE_URL .'/uploads/');

/**
 * Zazzle API config
 */
define('ZAZZLE_URL', 'http://www.zazzle.com/api/create/at-238208263978450678?ax=Linkover');
define('DEFAULT_ZAZZLE_PID', '235355561005329691');
Should be all done now.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
We're seeing a blank page for http://community-store.stage.mozilla.com/

Is there anything in the error log? Thanks!
Still seeing a blank page. We need to QA this and it's blocking a bunch of other bugs. Quick response appreciated, thanks!
Severity: critical → blocker
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Please try now.  Missing a semi-colon in the config file.
Status: REOPENED → RESOLVED
Closed: 16 years ago16 years ago
Resolution: --- → FIXED
Verified, thanks!
Status: RESOLVED → VERIFIED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.