You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I try and delete an entry from any section on any site in a Craft 3 multisite installation I get the error Calling unknown method: craft\web\Request::getEntryById(). Being called in /craftcms/cms/src/controllers/EntriesController.php (608: $entry = $request->getEntryById($entryId, $siteId);)
Steps to reproduce
Trying to delete an entry from any site within a multisite installation
Description
If I try and delete an entry from any section on any site in a Craft 3 multisite installation I get the error
Calling unknown method: craft\web\Request::getEntryById()
. Being called in/craftcms/cms/src/controllers/EntriesController.php
(608:$entry = $request->getEntryById($entryId, $siteId);
)Steps to reproduce
Additional info
Stack trace
The text was updated successfully, but these errors were encountered: