Hello, I’m hoping this turns out to be really simple. As the title says I’m getting 2 errors after updating, followed instructions to the point. I’m seeing the following error when going to the admin page:
An Error Was Encountered
Unable to load the requested file: _shared/menu/item_parent.php
I can view my index.php file, but when I go to my blog which is what EE controls mainly, I get this:
A PHP Error was encountered
Severity: Notice
Message: Undefined property: EE_Loader::$_ci_view_path
Filename: api/Api_channel_fields.php
Line Number: 340
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at path/to/system/codeigniter/system/core/Exceptions.php:170)
Filename: core/Common.php
Line Number: 405
Fatal error: ob_start() [ref.outcontrol]: Cannot use output buffering in output buffering display handlers in path/to/system/codeigniter/system/core/Exceptions.php on line 166
(note I’ve changed the path at the start just for caution). I hope I’ve explained well enough, thanks for your help in advance.