ErrorException

HTTP 500 Whoops, looks like something went wrong.

file_put_contents(/var/www/astina/storage/cache/category/category$_id(2249)_language(25)): failed to open stream: No such file or directory

Exception

ErrorException

  1.      * @param bool $lock
  2.      * @return int
  3.      */
  4.     public function put(string $path$contents$lock false)
  5.     {
  6.         return file_put_contents($path$contents$lock LOCK_EX 0);
  7.     }
  8.     /**
  9.      * Write the contents of a file, replacing it atomically if it already exists.
  10.      * @param string $path
HandleExceptions->handleError() in /var/www/astina/bootstrap/HandleExceptions.php (line 32)
  1.         //ini_set('error_log' , '/home/solomono/web/solomono.net/sites/dev/php.log');
  2.         error_reporting(E_ALL);
  3.         set_error_handler(function ($level$message$file ''$line 0) {
  4.             $this->handleError($level$message$file$line);
  5.         });
  6.         set_exception_handler(function ($e) {
  7.             $this->handleException($e);
  8.         });
HandleExceptions->Bootstrap\{closure}()
  1.      * @param bool $lock
  2.      * @return int
  3.      */
  4.     public function put(string $path$contents$lock false)
  5.     {
  6.         return file_put_contents($path$contents$lock LOCK_EX 0);
  7.     }
  8.     /**
  9.      * Write the contents of a file, replacing it atomically if it already exists.
  10.      * @param string $path
  1.         $this->ensureCacheDirectoryExists($path $this->path($key));
  2.         $result $this->files->put(
  3.             $path,
  4.             $this->expiration($seconds) . serialize($value),
  5.             true
  6.         );
  7.         if ($result !== false && $result 0) {
  8.             $this->ensureFileHasCorrectPermissions($path);
  1.      * @param mixed $value
  2.      * @return bool
  3.      */
  4.     public function forever($key$value): bool
  5.     {
  6.         return $this->put($key$value0);
  7.     }
  8.     /**
  9.      * Remove an item from the cache.
  10.      * @param string $key
FileStore->forever() in /var/www/astina/app/Classes/Cache/Repository.php (line 301)
  1.      * @param mixed $value
  2.      * @return bool
  3.      */
  4.     public function forever($key$value)
  5.     {
  6.         $result $this->store->forever($this->itemKey($key), $value);
  7.         if ($result) {
  8.             event(new CacheWritten($key$value));
  9.         }
Repository->forever() in /var/www/astina/app/Classes/Cache/Repository.php (line 160)
  1.         if (is_array($key)) {
  2.             return $this->putMany($key$value);
  3.         }
  4.         if ($ttl === null) {
  5.             return $this->forever($key$value);
  6.         }
  7.         $seconds $this->getSeconds($ttl);
  8.         if ($seconds <= 0) {
  1.         // given number of seconds so it's available for all subsequent requests.
  2.         if (!is_null($value)) {
  3.             return $value;
  4.         }
  5.         $this->put($key$value $callback(), $ttl);
  6.         return $value;
  7.     }
  8.     /**
  1.     public static function remember(string $key, \Closure $closure$ttl null)
  2.     {
  3.         try {
  4.             return self::getRepository()
  5.                 ->remember(
  6.                     $key,
  7.                     $ttl,
  8.                     $closure
  9.                 );
  10.         } catch (\Exception $exception) {
  11.             Log::critical($exception->getMessage(), [
FileCacheHelper::remember() in /var/www/astina/index.php (line 114)
  1.                     function () use ($current_category_id$languages_id) {
  2.                         return tep_db_query(
  3.                             "select cd.categories_name, cd.categories_heading_title, cd.categories_description, c.categories_image, c.display_products from " TABLE_CATEGORIES " c, " TABLE_CATEGORIES_DESCRIPTION " cd where c.categories_id = '" $current_category_id "' and cd.categories_id = c.categories_id and cd.language_id = '" $languages_id "'"
  4.                         )->fetch_array(MYSQLI_ASSOC);
  5.                     },
  6.                     null
  7.                 );
  8. //                $current_category_query = tep_db_query("select cd.categories_name, cd.categories_heading_title, cd.categories_description, c.categories_image, c.display_products from " . TABLE_CATEGORIES . " c, " . TABLE_CATEGORIES_DESCRIPTION . " cd where c.categories_id = '" . $current_category_id . "' and cd.categories_id = c.categories_id and cd.language_id = '" . $languages_id . "'");
  9. //                $current_category = tep_db_fetch_array($current_category_query);
  10.                 //New category title based on breadcrumbs
  11.                 $heading_text_box "";

Stack Trace

ErrorException
ErrorException:
file_put_contents(/var/www/astina/storage/cache/category/category$_id(2249)_language(25)): failed to open stream: No such file or directory

  at /var/www/astina/app/Classes/Filesystem/Filesystem.php:140
  at Bootstrap\HandleExceptions->handleError()
     (/var/www/astina/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
  at file_put_contents()
     (/var/www/astina/app/Classes/Filesystem/Filesystem.php:140)
  at App\Classes\Filesystem\Filesystem->put()
     (/var/www/astina/app/Classes/Cache/Store/FileStore.php:64)
  at App\Classes\Cache\Store\FileStore->put()
     (/var/www/astina/app/Classes/Cache/Store/FileStore.php:131)
  at App\Classes\Cache\Store\FileStore->forever()
     (/var/www/astina/app/Classes/Cache/Repository.php:301)
  at App\Classes\Cache\Repository->forever()
     (/var/www/astina/app/Classes/Cache/Repository.php:160)
  at App\Classes\Cache\Repository->put()
     (/var/www/astina/app/Classes/Cache/Repository.php:328)
  at App\Classes\Cache\Repository->remember()
     (/var/www/astina/app/Classes/Cache/Helpers/FileCacheHelper.php:179)
  at App\Classes\Cache\Helpers\FileCacheHelper::remember()
     (/var/www/astina/index.php:114)                
Ford Fiesta MK4 MK5 95-02 Undervogn - Astina.dk

Velkommen til vores nye hjemmeside - ring 70900800 eller skriv på salg@astina.dk ved problemer

Ford Fiesta MK4 MK5 95-02 Undervogn

Produkter

View
Viser 1 - 6 (af 6 produkter)
Filter
Nulstil filtre

EBC Yellowstuff Bremseklodser - For - ATE - DP4415R
#60386
EBC Yellowstuff Bremseklodser - For - ATE - DP4415R
Varenummer: 60386
Forventet leveringstid 3-5 dage

879 kr.

Ford Fiesta JAS JBS KW Gevindundervogn Variant 1 -98
#31888
Ford Fiesta JAS JBS KW Gevindundervogn Variant 1 -98
Varenummer: 31888
Forventet leveringstid 3-5 dage

7.359 kr.

Ford Fiesta JAS JBS KW Gevindundervogn Variant 1 98-
#31889
Ford Fiesta JAS JBS KW Gevindundervogn Variant 1 98-
Varenummer: 31889
Forventet leveringstid 3-5 dage

7.359 kr.

Ford Fiesta Mk4/5 ST Gevindundervogn ST-X
#33355
Ford Fiesta Mk4/5 ST Gevindundervogn ST-X
Varenummer: 33355
Forventet leveringstid 3-5 dage

6.659 kr.

Ford Fiesta MK5 Puma 121 Gevindundervogn Value Red - Gaffel
#35313
På lager
Ford Fiesta MK5 Puma 121 Gevindundervogn Value Red - Gaffel
Varenummer: 35313
På lager
På lager (Antal: 1) - leveringstid: 1-2 dage

3.192 kr.

Ford Fiesta MK5 Puma 121 Gevindundervogn Value Red - Øje
#35312
Ford Fiesta MK5 Puma 121 Gevindundervogn Value Red - Øje
Varenummer: 35312
Forventet leveringstid 3-5 dage

3.192 kr.

Viser 1 - 6 (af 6 produkter)