Closed Bug 550006 Opened 14 years ago Closed 14 years ago

sign-up confirmation mail link gives "page not found"

Categories

(Websites :: plugins.mozilla.org, defect)

x86
macOS
defect
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: dveditz, Assigned: lorchard)

Details

I tried registering at plugins.mozilla.org and got an account verification link by email. This page redirected to
http://plugins.mozilla.org/en-us/en-us/verifyemail?success=true

Which gave me "Page Not Found" content with php errors:
- - - - - - - - - - - - - - - - -
The requested page was not found. It may have moved, been deleted, or archived.

/data/www/plugins.mozilla.org/system/core/Kohana.php [841]:

The page you requested, en-us/en-us/verifyemail?success=true, could not be found.
Stack Trace

    *

      Kohana::show_404(  )

    * /data/www/plugins.mozilla.org/system/core/Event.php [209]:

      call_user_func( Array
      (
          [0] => Kohana
          [1] => show_404
      )
       )

    * /data/www/plugins.mozilla.org/system/libraries/Router.php [163]:

      Event::run( system.404 )

    *

      Router_Core::setup(  )

    * /data/www/plugins.mozilla.org/system/core/Event.php [209]:

      call_user_func( Array
      (
          [0] => Router
          [1] => setup
      )
       )

    * /data/www/plugins.mozilla.org/system/core/Bootstrap.php [49]:

      Event::run( system.routing )

    * index.php [110]:

      require( /data/www/plugins.mozilla.org/system/core/Bootstrap.php )
Account creation did appear successful though -- I was able to log into the site with the newly created account.
Assignee: nobody → lorchard
Looks like this tickled a bug in the l10n code.  

Should be fixed with r63696, will file a bug to upgrade prod
And this also shows that the config needs tweaking - PHP errors like that shouldn't be showing up in prod.
This should be fixed now
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.