Error after installation

Permalink
ReflectionException: Method Controller::view() does not exist

 
Serhy replied on at Permalink Reply
Sorry, message above was send uncompleted.

After installation concrete5.5.0 i get this message :
ReflectionException: Method Controller::view() does not exist in /var/www/concrete5/concrete/libraries/controller.php on line 97
Call Stack:
    0.0001     325212   1. {main}() /var/www/concrete5/index.php:0
    0.0002     325676   2. require('/var/www/concrete5/concrete/dispatcher.php') /var/www/concrete5/index.php:2
    0.0949    2260224   3. View->render($view = class Page { protected $blocksAliasedFromMasterCollection = NULL; public $cID = '1'; protected $attributes = array (); public $error = ''; public $pkgID = '0'; public $cPointerID = '0'; public $cPointerExternalLink = NULL; public $cIsActive = '1'; public $cIsSystemPage = '0'; public $cPointerExternalLinkNewWindow = '0'; public $cFilename = NULL; public $cDateAdded = '2012-01-13 10:53:36'; public $cDisplayOrder = '0'; public $cDateModified = '2012-01-13 10:53:47'; public $cInheritPermissionsFromCID = '1'; public $cInheritPermissionsFrom = 'OVERRIDE'; public $cOverrideTemplatePermissions = '1'; public $cPendingAction = NULL; public $cPendingActionUID = NULL; public $cPendingActionTargetCID = NULL; public $cPendingActionDatetime = '0000-00-00 00:00:00'; public $cCheckedOutUID = NULL; public $cIsTemplate = '0'; public $uID = '1'; public $cPath = NULL; public $ctID = '7'; public $ctHandle = 'right_sidebar'; public $ctIcon = 'right_sidebar.png'; public $ptID = '4'; public $cParentID = '0'; public $cChildren = '14'; public $ctName = 'Right Sidebar'; public $cCacheFullPageContent = '-1'; public $cCacheFullPageContentOverrideLifetime = '0'; public $cCacheFullPageContentLifetimeCustom = '0'; public $isMasterCollection = '0'; public $vObj = class CollectionVersion { public $cvIsApproved = '1'; public $cID = '1'; protected $attributes = class AttributeValueList { ... }; public $customAreaStyles = array (...); public $layoutStyles = array (...); public $error = ''; public $cvID = '1'; public $cvIsNew = '0'; public $cvHandle = 'home'; public $cvName = 'Home'; public $cvDescription = ''; public $cvDateCreated = '2012-01-13 10:53:36'; public $cvDatePublic = '2012-01-13 10:53:36'; public $cvAuthorUID = '1'; public $cvApproverUID = NULL; public $cvComments = 'Initial Version'; public $cvIsMostRecent = TRUE } }, $args = ???) /var/www/concrete5/concrete/dispatcher.php:273
    0.1030    2275312   4. Controller->setupAndRun() /var/www/concrete5/concrete/libraries/view.php:632
    0.1030    2275356   5. Controller->setupRequestTask() /var/www/concrete5/concrete/libraries/controller.php:181
    0.1031    2276824   6. ReflectionMethod->__construct('Controller', 'view') /var/www/concrete5/concrete/libraries/controller.php:97


All steps was default.
Mnkras replied on at Permalink Reply
Mnkras
Can you please remove all your current files and re-download, (you can also try the version from git, or wait till Monday when 5.5.1 may be released)
Serhy replied on at Permalink Reply
I did just as you say. The same error.
I had add empty function view() into /concrete/libraries/controller.php and message is gone, but imho its wrong way.