Warning (2): filemtime(): stat failed for /opt/bebsy/prd-egypte/webapp/Cache/airports/departure_list.cache [APP/Core/Cache.php, line 49]Code Context
if (time() - filemtime(CACHE_DIR . DS . $cacheId) > $cacheDuration) {
unlink(CACHE_DIR . DS . $cacheId);
filemtime - [internal], line ??
App\Core\Cache::read() - APP/Core/Cache.php, line 49
App\Models\AirportModel::getDepartureAirports() - APP/Models/AirportModel.php, line 117
[main] - ROOT/webroot/index.php, line 89
Warning (2): unlink(/opt/bebsy/prd-egypte/webapp/Cache/airports/departure_list.cache) [<a href='https://secure.php.net/function.unlink'>function.unlink</a>]: No such file or directory [APP/Core/Cache.php, line 50]Code Context if (time() - filemtime(CACHE_DIR . DS . $cacheId) > $cacheDuration) {
unlink(CACHE_DIR . DS . $cacheId);
unlink - [internal], line ??
App\Core\Cache::read() - APP/Core/Cache.php, line 50
App\Models\AirportModel::getDepartureAirports() - APP/Models/AirportModel.php, line 117
[main] - ROOT/webroot/index.php, line 89
Warning (2): Cannot modify header information - headers already sent by (output started at /opt/bebsy/prd-egypte/webapp/vendor/cakephp/cakephp/src/Error/Debugger.php:988) [ROOT/webroot/index.php, line 123]Code Context }
header("location: {$url}", true, 301);
exit;
header - [internal], line ??
[main] - ROOT/webroot/index.php, line 123