/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/src/Core/Configure
NameSizeModeActions
Engine/-0755rm
ConfigEngineInterface.php15230644editdlrm
FileConfigTrait.php21420644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/src/Core/Configure/FileConfigTrait.php (2142B)
_path . $key; } $file .= $this->_extension; if (!$checkExists || is_file($file)) { return $file; } $realPath = realpath($file); if ($realPath !== false && is_file($realPath)) { return $realPath; } throw new CakeException(sprintf('Could not load configuration file: %s', $file)); } }