ErrorException:     file_put_contents(/var/www/updecor_ru/data/www/updecor.ru/storage/logs/test/1769592480.txt): failed to open stream: No such file or directory

Error with code 0 in '/yandex_market_api.php' around line 15:

   7	require_once __DIR__.'/vendor/bootstrap.php';
   8	
   9	error_reporting(E_ALL ^ E_NOTICE);
   10	
   11	$_SERVER['PATH_INFO'] = $_GET['path'];
   12	
   13	define('AUTH_TOKEN', '6600000168448D29');
   14	
 >>15	file_put_contents(__DIR__.'/storage/logs/test/'.time().'.txt', print_r($_REQUEST,true));
   16	
   17	\Product::$moysklad_api = $c->make('moysklad_api');
   18	
   19	$api = new \YMarket\apiServer($c);

Call stack

#0 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(2, 'file_put_conten...', '/var/www/updeco...', 15, Array)
#1 /var/www/updecor_ru/data/www/updecor.ru/yandex_market_api.php(15): file_put_contents('/var/www/updeco...', 'Array\n(\n)\n')
#2 {main}

Request

array (
)

Server

array (
  'REQUEST_URI' => '/yandex_market_api.php',
  'REQUEST_METHOD' => 'GET',
  'REMOTE_ADDR' => '216.73.216.174',
  'SERVER_NAME' => 'updecor.ru',
  'HTTP_REFERER' => 'http://www.updecor.ru/yandex_market_api.php',
  'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
  'REQUEST_TIME' => '28.01.2026 12:28',
)