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.

1and1 Fatal Error - Could not find a 'configure' view for the 'setup' controller in the 'dashboard'*

edited November 2012 in Vanilla 2.0 - 2.8

I'm trying to install Vanilla on a 1and1 server and get the following error. There were a couple of other users that posted similar issues (or, rather, the same issue), but no solution is mentioned.

Could not find a 'configure' view for the 'setup' controller in the 'dashboard' application.
The error occurred on or near: /homepages/41/d212344443/htdocs/forums/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:
/homepages/41/d212344443/htdocs/forums/library/core/class.controller.phpPHP::Gdn_ErrorHandler();
[/homepages/41/d212344443/htdocs/forums/library/core/class.controller.php:780] PHP::trigger_error();
[/homepages/41/d212344443/htdocs/forums/library/core/class.controller.php:650] Gdn_Controller->FetchViewLocation();
[/homepages/41/d212344443/htdocs/forums/library/core/class.controller.php:1073] Gdn_Controller->FetchView();
[/homepages/41/d212344443/htdocs/forums/library/core/class.pluggable.php:193] Gdn_Controller->xRender();
[/homepages/41/d212344443/htdocs/forums/applications/dashboard/controllers/class.setupcontroller.php:96] Gdn_Pluggable->__call();
[/homepages/41/d212344443/htdocs/forums/applications/dashboard/controllers/class.setupcontroller.php:96] SetupController->Render();
[/homepages/41/d212344443/htdocs/forums/applications/dashboard/controllers/class.setupcontroller.php:96] SetupController->Index();
[/homepages/41/d212344443/htdocs/forums/library/core/class.dispatcher.php:322] PHP::call_user_func_array();
[/homepages/41/d212344443/htdocs/forums/index.php:53] Gdn_Dispatcher->Dispatch();
Variables in local scope:
[View] 'configure'
[ControllerName] 'setup'
[ApplicationFolder] 'dashboard'
[ThrowError] true
[LocationName] 'dashboard/setup/configure'
[ViewPath] false
[BasePath] '/homepages/41/d212344443/htdocs/forums/applications'
[SubPaths] array (
  0 => 'views/setup/configure',
)
[ViewPaths] array (
  0 => '/homepages/41/d212344443/htdocs/forums/themes/default/dashboard/views/setup/configure.*',
  1 => '/homepages/41/d212344443/htdocs/forums/themes/default/views/setup/configure.*',
  2 => '/homepages/41/d212344443/htdocs/forums/applications/dashboard/views/setup/configure.*',
)
[SubPath] 'views/setup/configure'
[Glob] '/homepages/41/d212344443/htdocs/forums/applications/dashboard/views/setup/configure.*'
[Paths] array (
)
*snip*
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11
Request Uri: /forums/index.php?p=/dashboard/setup
Controller: SetupController
Method: FetchViewLocation

Comments

Sign In or Register to comment.