Closed Bug 435257 Opened 16 years ago Closed 16 years ago

password recovery is broken

Categories

(Webtools Graveyard :: Party Tool, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: abuchanan, Assigned: abuchanan)

Details

Use of undefined constant APP_EMAIL

Undefined property:  UsersController::$Mail

Fatal error: Call to a member function mail() on a non-object in /data/www/firefoxparty.authstage.mozilla.com/app/controllers/users_controller.php on line 411
Assignee: nobody → rflint
Assignee: rflint → buchanae
M    app/controllers/users_controller.php
AM   app/views/elements/email/text/activation_recover.ctp
AM   app/views/elements/email/text/password_recover.ctp

r13555
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
when I hit: https://firefoxparty.authstage.mozilla.com/en-US/recover/password

I get missing controller errors: 


Missing Controller

Error: RecoverController could not be found.

Error: Create the class RecoverController below in file: app/controllers/recover_controller.php

<?php
class RecoverController extends AppController {

	var $name = 'Recover';
}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
The form URL is pointing to /recover/ instead of /users/recover - on it.
r13878
Status: REOPENED → RESOLVED
Closed: 16 years ago16 years ago
Resolution: --- → FIXED
Product: Webtools → Webtools Graveyard
You need to log in before you can comment on or make changes to this bug.