Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

error trying to edit user account settings

bobthemanbobtheman
edited March 2011 in Vanilla 2.0 - 2.8
im trying to edit accounts, i click on the users name/handle and click on edit account and i get this error

"Could not find a 'edit' view for the 'user' controller in the 'dashboard' application." LOCATION: /home/content/35/6109435/html/guayadeque/forums/library/core/class.controller.php > 701: $this->_ViewLocations[$LocationName] = $ViewPath; > 702: } > 703: // echo ' ['.$LocationName.'] RETURNS ['.$ViewPath.'] '; > 704: if ($ViewPath === FALSE && $ThrowError) >>> 705: trigger_error(ErrorMessage("Could not find a '$View' view for the '$ControllerName' controller in the '$ApplicationFolder' application.", $this->ClassName, 'FetchViewLocation'), E_USER_ERROR); > 706: > 707: return $ViewPath; > 708: } > 709: BACKTRACE: [/home/content/35/6109435/html/guayadeque/forums/library/core/class.controller.php] PHP::Gdn_ErrorHandler(); [/home/content/35/6109435/html/guayadeque/forums/library/core/class.controller.php 705] PHP::trigger_error(); [/home/content/35/6109435/html/guayadeque/forums/library/core/class.controller.php 579] Gdn_Controller->FetchViewLocation(); [/home/content/35/6109435/html/guayadeque/forums/library/core/class.controller.php 953] Gdn_Controller->FetchView(); [/home/content/35/6109435/html/guayadeque/forums/library/core/class.pluggable.php 188] Gdn_Controller->xRender(); [/home/content/35/6109435/html/guayadeque/forums/applications/dashboard/controllers/class.usercontroller.php 205] Gdn_Pluggable->__call(); [/home/content/35/6109435/html/guayadeque/forums/applications/dashboard/controllers/class.usercontroller.php 205] UserController->Render(); [/home/content/35/6109435/html/guayadeque/forums/applications/dashboard/controllers/class.usercontroller.php 205] UserController->Edit(); [/home/content/35/6109435/html/guayadeque/forums/library/core/class.dispatcher.php 299] PHP::call_user_func_array(); [/home/content/35/6109435/html/guayadeque/forums/index.php 38] Gdn_Dispatcher->Dispatch();

i have disabled most of all plugins, no luck. im on 2.0.18

any ideas?

Comments

  • Options
    "Could not find a 'edit' view for the 'user' controller in the 'dashboard' application." LOCATION: /home/content/35/6109435/html/guayadeque/forums/library/core/class.controller.php > 701: $this->_ViewLocations[$LocationName] = $ViewPath; > 702: } > 703: // echo '
    ['.$LocationName.'] RETURNS ['.$ViewPath.']
    '; > 704: if ($ViewPath === FALSE && $ThrowError) >>> 705: trigger_error(ErrorMessage("Could not find a '$View' view for the '$ControllerName' controller in the '$ApplicationFolder' application.", $this->ClassName, 'FetchViewLocation'), E_USER_ERROR); > 706: > 707: return $ViewPath; > 708: } > 709: BACKTRACE: [/home/content/35/6109435/html/guayadeque/forums/library/core/class.controller.php] PHP::Gdn_ErrorHandler(); [/home/content/35/6109435/html/guayadeque/forums/library/core/class.controller.php 705] PHP::trigger_error(); [/home/content/35/6109435/html/guayadeque/forums/library/core/class.controller.php 579] Gdn_Controller->FetchViewLocation(); [/home/content/35/6109435/html/guayadeque/forums/library/core/class.controller.php 953] Gdn_Controller->FetchView(); [/home/content/35/6109435/html/guayadeque/forums/library/core/class.pluggable.php 188] Gdn_Controller->xRender(); [/home/content/35/6109435/html/guayadeque/forums/applications/dashboard/controllers/class.usercontroller.php 205] Gdn_Pluggable->__call(); [/home/content/35/6109435/html/guayadeque/forums/applications/dashboard/controllers/class.usercontroller.php 205] UserController->Render(); [/home/content/35/6109435/html/guayadeque/forums/applications/dashboard/controllers/class.usercontroller.php 205] UserController->Edit(); [/home/content/35/6109435/html/guayadeque/forums/library/core/class.dispatcher.php 299] PHP::call_user_func_array(); [/home/content/35/6109435/html/guayadeque/forums/index.php 38] Gdn_Dispatcher->Dispatch();
  • Options
    i cant get it to post any prettier than that, the <//code> isnt working
  • Options
    trying to edit user accounts from the admin dashboard gives me this error

    Fatal error: Call to a member function Factory() on a non-object in /home/content/35/6109435/html/guayadeque/forums/library/core/class.gdn.php on line 119
  • Options
    Fatal error: Call to a member function Factory() on a non-object in /home/content/35/6109435/html/guayadeque/forums/library/core/class.gdn.php on line 119
  • Options
    updating to .19 fixed this
  • Options
    LincLinc Detroit Admin
    The current stable is 2.0.17.9 and unstable is 2.0.18a so I have no idea how you're running .18 and .19.
  • Options
    i mean .9 sorry
Sign In or Register to comment.