vavavr00m / noserub

Automatically exported from code.google.com/p/noserub
0 stars 0 forks source link

Changing servicetype causes fatal error #312

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add an account by proving an url
2. From the list of accounts (/<username>/settings/accounts/) select the
newly added account and click on "Edit Account"
3. Select a different servicetype and click on "Change"

What is the expected output? 

I expect to get returned to the overview of accounts

What do you see instead?

Notice (8): Undefined property: Account::$Feed
[APP/controllers/accounts_controller.php, line 293]

AccountsController::edit() - APP/controllers/accounts_controller.php, line 293
Object::dispatchMethod() - CORE/cake/libs/object.php, line 117
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 87

Fatal error: Call to a member function updateServiceType() on a non-object
in /home/dho/projects/noserub_trunk/app/controllers/accounts_controller.php
on line 293

Original issue reported on code.google.com by dhofs...@gmail.com on 22 May 2009 at 2:53

GoogleCodeExporter commented 9 years ago
Can't reproduce this issue anymore, hence closing this ticket.

Original comment by dhofs...@gmail.com on 29 Dec 2009 at 12:57