When updating with the auto update, some include paths become invalid; I noticed two instances:
- in manager/media/style/default/ajax.php
include_once("./../../../index.php"); gets renamed to include_once("./../../../../manager/index.php");
- in manager/processors/login.processor.php
include_once(DIR . '/../index.php'); gets also renamed to ../../../manager/
these include paths invalid if the "manager" folder is renamed.