getCurrentPage()

Permalink
There is an error thrown from dispatcher.php from line 166 where it calls to getCurrentPage();
$req = Request::get();       $req->setCurrentPage($c)

and then another in the concrete/models/page.php at the last line when the getCurrentPage function is defined and calls itself. The error is: Call to undefined method Request::setCurrentPage()
This started because of an update jump from 4.1.1 to 4.2.1 without going to 4.2 first. Is there a way around this without a complete fresh install? I can remove the line from these pages but then the concrete5 edit mode bar is removed outside of the dashboard.
Thank you for any clues to this problem.

netclickMe
 
eOne replied on at Permalink Reply
did anyone meanwhile found any solution as I am having the same problem here.

this line also appear in internalisation add-on