RuntimeException [ 0 ]: SplFileInfo::openFile(/var/www/html/cache/8f/8f98ddbbab2a38b394ee99c01b2f80f899151eb4.cache): failed to open stream: Adresár alebo súbor neexistuje

APP_PATH/core/modules/cache/classes/Cache/File.php [ 203 ]

198             $this->_make_directory($directory, 0777, true);
199         }
200 
201         // Open file to inspect
202         $resouce = new SplFileInfo($directory . $filename);
203         $file = $resouce->openFile('w');
204 
205         try {
206             $data = $lifetime . "\n" . serialize($data);
207             $file->fwrite($data, strlen($data));
208             return (bool) $file->fflush();
  1. APP_PATH/core/modules/cache/classes/Cache/File.php [ 203 ] » SplFileInfo->openFile(arguments)

  2. APP_PATH/classes/Precache.php [ 76 ] » Cache_File->set(arguments)

  3. APP_PATH/classes/Controller/Search.php [ 127 ] » Precache::filter_count()

  4. APP_PATH/classes/Controller/Search.php [ 42 ] » Controller_Search->get_pagination()

  5. APP_PATH/core/classes/Adv/Controller.php [ 85 ] » Controller_Search->index()

  6. {PHP internal call} » Adv_Controller->execute()

  7. APP_PATH/core/classes/Adv/RequestClientInternal.php [ 88 ] » ReflectionMethod->invoke(arguments)

  8. APP_PATH/core/classes/Adv/RequestClient.php [ 116 ] » Adv_RequestClientInternal->execute_request(arguments)

  9. APP_PATH/core/classes/Request.php [ 899 ] » Adv_RequestClient->execute(arguments)

  10. APP_PATH/core/bootstrap.php [ 112 ] » Request->execute()

  11. APP_PATH/index.php [ 14 ] » include(arguments)

Environment