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.
Change Profile Picture Spits Error : "Could not find a 'picture' view for the 'profile' controller*
"Could not find a 'picture' view for the 'profile' controller in the 'dashboard' application." LOCATION: /public_html/forum/library/core/class.controller.php
776: $this->_ViewLocations[$LocationName] = $ViewPath;
777: }
778: // echo '
['.$LocationName.'] RETURNS ['.$ViewPath.'] ';
779: if ($ViewPath === FALSE && $ThrowError)
780: trigger_error(ErrorMessage("Could not find a '$View' view for the '$ControllerName' controller in the '$ApplicationFolder' application.", $this->ClassName, 'FetchViewLocation'), E_USER_ERROR);
781:
782: return $ViewPath;
783: }
784:
BACKTRACE: [/home/public_html/forum/library/core/class.controller.php 780] PHP::Gdn_ErrorHandler(); [/home/public_html/forum/library/core/class.controller.php 650] Gdn_Controller->FetchViewLocation(); [/home/public_html/forum/library/core/class.controller.php 1073] Gdn_Controller->FetchView(); [/home/public_html/forum/library/core/class.pluggable.php 193] Gdn_Controller->xRender(); [/home/public_html/forum/applications/dashboard/controllers/class.profilecontroller.php 547] Gdn_Pluggable->__call(); [/home/public_html/forum/applications/dashboard/controllers/class.profilecontroller.php 547] ProfileController->Render(); [/home/public_html/forum/library/core/class.dispatcher.php 322] ProfileController->Picture(); [/home/public_html/forum/index.php 53] Gdn_Dispatcher->Dispatch();
Tagged:
0
Answers
I get error when I try to change my profile pic
Are you using the default theme or a custom theme?
If you are using a custom theme, compare the files (view files) of the default theme with your custom theme. Maybe some file is missing from your custom theme (picture view file)
There was an error rendering this rich post.