Closed Bug 611065 Opened 14 years ago Closed 14 years ago

Unable to register new user on master.support

Categories

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

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: rbillings, Assigned: oremj)

Details

Attachments

(2 files)

Unable to register new users on master.support- using either internal or external email addresses. All submissions result in error 'user already exists'.
Assignee: nobody → james
OS: Mac OS X → All
Hardware: x86 → All
Target Milestone: 2.3 → 1.5.7
Comment on attachment 489571 [details] [diff] [review]
let's be explicit about what's wrong

Should help.
Attachment #489571 - Flags: feedback?(paulc) → feedback+
With the debug code in place, getting:

exception 'PDOException' with message 'SQLSTATE[28000] [1045] Access denied for user 'sumowiki'@'10.2.74.53' (using password: YES)' in /data/www/master.support.mozilla.com/webroot/tiki-register.php:196

That's thrown from a PDO::_connect() happening when we try to talk to the OpenFire database.
Assignee: james → server-ops
Component: General → Server Operations
Product: support.mozilla.com → mozilla.org
QA Contact: general → mrz
Target Milestone: 1.5.7 → ---
Version: unspecified → other
Assignee: server-ops → jeremy.orem+bugs
I've (re)?granted permissions to that db. Should be fixed now.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
This builds on the previous patch by making the error handling less explicit but nicer-looking again. Make sure to svn update before applying.
Attachment #489911 - Flags: review?(paulc)
Comment on attachment 489911 [details] [diff] [review]
final, less ugly, patch for this

Any chance we could log $e somewhere in case of future failage?

Otherwise WFM.
Attachment #489911 - Flags: review?(paulc) → review+
(In reply to comment #6)
> Any chance we could log $e somewhere in case of future failage?

We don't have any nice syslog stuff set up within Tiki. Sadly it's not as easy in PHP as just calling syslog() :(
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: