Матриця ASUS F3JP-AP SERIES для ноутбука

481600
В наявності
1375 грн
0 відгуків

Тип деталі: матриця
Розмір: 15.4
Роздільна здатність: 1280x800
Конектор: 30pin CCFL
Кріплення: без
Поверхня: глянцева
Товщина матриці: NORMAL
Оптична технологія: без
Яскравість: 235 cd/m?
Контрастність: 400:1
Тачскрін: без
Частота: 60Hz
Кольори матриці: 262K 47% NTSC
Гарантія: 6 місяців
Состояние: нове

Чому варто купити у нас:

- зі всіх сумісних матриць ми закуповуємо оригінальні Клас А+ з максимальними характеристиками: яскравістю, контрастністю, кількістю кольорів тощо.
- Наші постачальники перевіряють матриці перед відправкою, так само у нас є можливість перевірити спеціальними тестерами на місці.
- можливість привезти під замовлення саме такий партномір, який ви би хотіли.

Гарантія на матриці 6 місяців. Повернення та обмін товару протягом 14 днів.
Для сервісних центрів та постійних покупців надаються оптові ціни та знижки.
Ми завжди йдемо назустріч покупцям та вирішуємо спірні питання максимально сприятливим для покупця способом.
 
Запитання, що Вас цікавлять, можна поставити нашим менеджерам.

Відгуки Матриця ASUS F3JP-AP SERIES для ноутбука

Залишити свій відгук

1. На умовах 100% передоплати на розрахунковий рахунок компанією Нова пошта, Укрпошта

2. На умовах післяплати тільки компанією Нова пошта

Плановий графік відправлення замовлень:

Нова пошта                                       

Відправлення замовлень, підтверджених та оплачених до 16:00 – здійснюється цього ж дня з понеділка по п'ятницю. Номери ТТН розсилаються автоматично після упаковки товару.

Укрпошта

Відправлення замовлень, підтверджених та оплачених до 15:00 – здійснюється цього ж дня з понеділка по п'ятницю. Номери ТТН розсилаються автоматично після упаковки товару.

 

file_put_contents(): Only -1 of 73 bytes written, possibly out of free disk space (500 Whoops, looks like something went wrong.)

file_put_contents(): Only -1 of 73 bytes written, possibly out of free disk space

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
  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.         }
  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.         //save list of keys to paths
  2.         if ($key !== 'ALL_KEYS' && empty($seconds)) {
  3.             $allKeys $this->get('ALL_KEYS') ?: [];
  4.             if (!isset($allKeys[$key])) {
  5.                 $allKeys[$key] = 1;
  6.                 $this->put('ALL_KEYS'$allKeys0);
  7.             }
  8.         }
  9.         $result $this->files->put(
  10.             $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
  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.         }
  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 60 5)
  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(), [
  1.                 while ($raw_listing tep_db_fetch_array($module_products_first)) {
  2.                     $all_pids[] = $raw_listing['products_id'];
  3.                 }
  4.                 return $all_pids;
  5.             },
  6.             null
  7.         );
  8.     }
  9.     return $all_pids;
  10. }
  1. function tep_get_query_products_info($listing_sql$row_by_page 20)
  2. {
  3.     global $languages_id$customer_price$listing_add_fields$spec_array$all_pids$sort_sql;
  4.     $all_pids tep_get_all_pids($listing_sql);
  5.     if (is_array($all_pids) and !empty($all_pids)) {
  6.         if (count($all_pids) > $row_by_page) {
  7.             $page getPage();
  8.             $start = ($page 1) * $row_by_page;
  1.                       AND p.products_id != " . (int)$_GET['products_id'] . "
  2.                       AND p2c.categories_id = '" . (int)$current_category_id "'
  3.                  ORDER BY  " . ($tpl_settings['orderby'] ?: 'p.products_quantity > 0 desc, p.products_sort_order') . "
  4.                            " 'LIMIT ' . ($tpl_settings['limit'] ? (int)$tpl_settings['limit'] : 10);
  5. $drugie_sql tep_get_query_products_info($listing_sql); // split query to 2 small queries: 1) find all products ids, 2) get info for each product
  6. $drugie FileCacheHelper::remember(
  7.     FileCacheHelper::PRODUCTS_KEY '_' md5($drugie_sql),
  8.     fn() => tep_db_query($drugie_sql)->fetch_all(MYSQLI_ASSOC) ?: [],
  9.     null
include('/home/dev_ltscreen/web/dev.ltscreen.com/public_html/includes/modules/drugie.php') in /home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/content/product_info.tpl.php (line 376)
  1.     require_once DIR_WS_EXT "last_viewed_products/last_viewed_products.php";
  2. ?>
  3. <!--P_DRUGIE-->
  4. <?php if ($template->show('P_DRUGIE')) {
  5.     include(DIR_WS_MODULES 'drugie.php');
  6. ?>
  7. <!--P_XSELL-->
  8. <?php if ($template->show('P_XSELL')) {
  9.     if (is_file(DIR_WS_EXT 'xsell_products_buynow/' FILENAME_XSELL_PRODUCTS)) {
require('/home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/content/product_info.tpl.php') in /home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/main_page.tpl.php (line 100)
  1.             <?php echo $breadcrumb->trail(' '); ?>
  2.             <!-- END BREADCRUMBS -->
  3.             <!-- CONTENT -->
  4.             <?php
  5.             if (file_exists(DIR_WS_TEMPLATES TEMPLATE_NAME '/content/' $content '.tpl.php')) {
  6.                 require(DIR_WS_TEMPLATES TEMPLATE_NAME '/content/' $content '.tpl.php'); // content from current template (if exists)
  7.             } else {
  8.                 require(DIR_WS_CONTENT $content '.tpl.php'); // content from default template
  9.             }
  10.             ?>
  11.             <!-- END CONTENT -->
require('/home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/main_page.tpl.php') in /home/dev_ltscreen/web/dev.ltscreen.com/public_html/product_info.php (line 252)
  1.     }
  2. } else {
  3.     http_response_code(404);
  4.     $content CONTENT_ERROR_404;
  5. }
  6. require(DIR_WS_TEMPLATES TEMPLATE_NAME '/' TEMPLATENAME_MAIN_PAGE);
  7. require(DIR_WS_INCLUDES 'application_bottom.php');

Stack Trace

ErrorException
ErrorException:
file_put_contents(): Only -1 of 73 bytes written, possibly out of free disk space

  at /home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Filesystem/Filesystem.php:140
  at Bootstrap\HandleExceptions->handleError()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
  at file_put_contents()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Filesystem/Filesystem.php:140)
  at App\Classes\Filesystem\Filesystem->put()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Cache/Store/FileStore.php:71)
  at App\Classes\Cache\Store\FileStore->put()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Cache/Store/FileStore.php:64)
  at App\Classes\Cache\Store\FileStore->put()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Cache/Store/FileStore.php:138)
  at App\Classes\Cache\Store\FileStore->forever()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Cache/Repository.php:301)
  at App\Classes\Cache\Repository->forever()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Cache/Repository.php:160)
  at App\Classes\Cache\Repository->put()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Cache/Repository.php:328)
  at App\Classes\Cache\Repository->remember()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Cache/Helpers/FileCacheHelper.php:282)
  at App\Classes\Cache\Helpers\FileCacheHelper::remember()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/includes/functions/general.php:120)
  at tep_get_all_pids()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/includes/functions/general.php:57)
  at tep_get_query_products_info()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/includes/modules/drugie.php:20)
  at include('/home/dev_ltscreen/web/dev.ltscreen.com/public_html/includes/modules/drugie.php')
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/content/product_info.tpl.php:376)
  at require('/home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/content/product_info.tpl.php')
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/main_page.tpl.php:100)
  at require('/home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/main_page.tpl.php')
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/product_info.php:252)                
file_put_contents(): Only -1 of 197 bytes written, possibly out of free disk space (500 Whoops, looks like something went wrong.)

file_put_contents(): Only -1 of 197 bytes written, possibly out of free disk space

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
  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.         }
  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
  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.         }
  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 60 5)
  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(), [
  1.                 while ($raw_listing tep_db_fetch_array($module_products_first)) {
  2.                     $all_pids[] = $raw_listing['products_id'];
  3.                 }
  4.                 return $all_pids;
  5.             },
  6.             null
  7.         );
  8.     }
  9.     return $all_pids;
  10. }
  1. function tep_get_query_products_info($listing_sql$row_by_page 20)
  2. {
  3.     global $languages_id$customer_price$listing_add_fields$spec_array$all_pids$sort_sql;
  4.     $all_pids tep_get_all_pids($listing_sql);
  5.     if (is_array($all_pids) and !empty($all_pids)) {
  6.         if (count($all_pids) > $row_by_page) {
  7.             $page getPage();
  8.             $start = ($page 1) * $row_by_page;
  1.                       AND p.products_id != " . (int)$_GET['products_id'] . "
  2.                       AND p2c.categories_id = '" . (int)$current_category_id "'
  3.                  ORDER BY  " . ($tpl_settings['orderby'] ?: 'p.products_quantity > 0 desc, p.products_sort_order') . "
  4.                            " 'LIMIT ' . ($tpl_settings['limit'] ? (int)$tpl_settings['limit'] : 10);
  5. $drugie_sql tep_get_query_products_info($listing_sql); // split query to 2 small queries: 1) find all products ids, 2) get info for each product
  6. $drugie FileCacheHelper::remember(
  7.     FileCacheHelper::PRODUCTS_KEY '_' md5($drugie_sql),
  8.     fn() => tep_db_query($drugie_sql)->fetch_all(MYSQLI_ASSOC) ?: [],
  9.     null
include('/home/dev_ltscreen/web/dev.ltscreen.com/public_html/includes/modules/drugie.php') in /home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/content/product_info.tpl.php (line 376)
  1.     require_once DIR_WS_EXT "last_viewed_products/last_viewed_products.php";
  2. ?>
  3. <!--P_DRUGIE-->
  4. <?php if ($template->show('P_DRUGIE')) {
  5.     include(DIR_WS_MODULES 'drugie.php');
  6. ?>
  7. <!--P_XSELL-->
  8. <?php if ($template->show('P_XSELL')) {
  9.     if (is_file(DIR_WS_EXT 'xsell_products_buynow/' FILENAME_XSELL_PRODUCTS)) {
require('/home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/content/product_info.tpl.php') in /home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/main_page.tpl.php (line 100)
  1.             <?php echo $breadcrumb->trail(' '); ?>
  2.             <!-- END BREADCRUMBS -->
  3.             <!-- CONTENT -->
  4.             <?php
  5.             if (file_exists(DIR_WS_TEMPLATES TEMPLATE_NAME '/content/' $content '.tpl.php')) {
  6.                 require(DIR_WS_TEMPLATES TEMPLATE_NAME '/content/' $content '.tpl.php'); // content from current template (if exists)
  7.             } else {
  8.                 require(DIR_WS_CONTENT $content '.tpl.php'); // content from default template
  9.             }
  10.             ?>
  11.             <!-- END CONTENT -->
require('/home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/main_page.tpl.php') in /home/dev_ltscreen/web/dev.ltscreen.com/public_html/product_info.php (line 252)
  1.     }
  2. } else {
  3.     http_response_code(404);
  4.     $content CONTENT_ERROR_404;
  5. }
  6. require(DIR_WS_TEMPLATES TEMPLATE_NAME '/' TEMPLATENAME_MAIN_PAGE);
  7. require(DIR_WS_INCLUDES 'application_bottom.php');

Stack Trace

ErrorException
ErrorException:
file_put_contents(): Only -1 of 197 bytes written, possibly out of free disk space

  at /home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Filesystem/Filesystem.php:140
  at Bootstrap\HandleExceptions->handleError()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
  at file_put_contents()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Filesystem/Filesystem.php:140)
  at App\Classes\Filesystem\Filesystem->put()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Cache/Store/FileStore.php:71)
  at App\Classes\Cache\Store\FileStore->put()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Cache/Store/FileStore.php:138)
  at App\Classes\Cache\Store\FileStore->forever()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Cache/Repository.php:301)
  at App\Classes\Cache\Repository->forever()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Cache/Repository.php:160)
  at App\Classes\Cache\Repository->put()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Cache/Repository.php:328)
  at App\Classes\Cache\Repository->remember()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Cache/Helpers/FileCacheHelper.php:282)
  at App\Classes\Cache\Helpers\FileCacheHelper::remember()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/includes/functions/general.php:120)
  at tep_get_all_pids()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/includes/functions/general.php:57)
  at tep_get_query_products_info()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/includes/modules/drugie.php:20)
  at include('/home/dev_ltscreen/web/dev.ltscreen.com/public_html/includes/modules/drugie.php')
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/content/product_info.tpl.php:376)
  at require('/home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/content/product_info.tpl.php')
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/main_page.tpl.php:100)
  at require('/home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/main_page.tpl.php')
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/product_info.php:252)                
file_put_contents(): Only -1 of 69 bytes written, possibly out of free disk space (500 Whoops, looks like something went wrong.)

file_put_contents(): Only -1 of 69 bytes written, possibly out of free disk space

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
  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.         }
  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.         //save list of keys to paths
  2.         if ($key !== 'ALL_KEYS' && empty($seconds)) {
  3.             $allKeys $this->get('ALL_KEYS') ?: [];
  4.             if (!isset($allKeys[$key])) {
  5.                 $allKeys[$key] = 1;
  6.                 $this->put('ALL_KEYS'$allKeys0);
  7.             }
  8.         }
  9.         $result $this->files->put(
  10.             $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
  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.         }
  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 60 5)
  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(), [
  1. $drugie_sql tep_get_query_products_info($listing_sql); // split query to 2 small queries: 1) find all products ids, 2) get info for each product
  2. $drugie FileCacheHelper::remember(
  3.     FileCacheHelper::PRODUCTS_KEY '_' md5($drugie_sql),
  4.     fn() => tep_db_query($drugie_sql)->fetch_all(MYSQLI_ASSOC) ?: [],
  5.     null
  6. );
  7. if (!empty($drugie)) {
  8.     $salemakers_array get_salemakers($drugie);
  9.     if (!empty($drugie)) {
include('/home/dev_ltscreen/web/dev.ltscreen.com/public_html/includes/modules/drugie.php') in /home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/content/product_info.tpl.php (line 376)
  1.     require_once DIR_WS_EXT "last_viewed_products/last_viewed_products.php";
  2. ?>
  3. <!--P_DRUGIE-->
  4. <?php if ($template->show('P_DRUGIE')) {
  5.     include(DIR_WS_MODULES 'drugie.php');
  6. ?>
  7. <!--P_XSELL-->
  8. <?php if ($template->show('P_XSELL')) {
  9.     if (is_file(DIR_WS_EXT 'xsell_products_buynow/' FILENAME_XSELL_PRODUCTS)) {
require('/home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/content/product_info.tpl.php') in /home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/main_page.tpl.php (line 100)
  1.             <?php echo $breadcrumb->trail(' '); ?>
  2.             <!-- END BREADCRUMBS -->
  3.             <!-- CONTENT -->
  4.             <?php
  5.             if (file_exists(DIR_WS_TEMPLATES TEMPLATE_NAME '/content/' $content '.tpl.php')) {
  6.                 require(DIR_WS_TEMPLATES TEMPLATE_NAME '/content/' $content '.tpl.php'); // content from current template (if exists)
  7.             } else {
  8.                 require(DIR_WS_CONTENT $content '.tpl.php'); // content from default template
  9.             }
  10.             ?>
  11.             <!-- END CONTENT -->
require('/home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/main_page.tpl.php') in /home/dev_ltscreen/web/dev.ltscreen.com/public_html/product_info.php (line 252)
  1.     }
  2. } else {
  3.     http_response_code(404);
  4.     $content CONTENT_ERROR_404;
  5. }
  6. require(DIR_WS_TEMPLATES TEMPLATE_NAME '/' TEMPLATENAME_MAIN_PAGE);
  7. require(DIR_WS_INCLUDES 'application_bottom.php');

Stack Trace

ErrorException
ErrorException:
file_put_contents(): Only -1 of 69 bytes written, possibly out of free disk space

  at /home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Filesystem/Filesystem.php:140
  at Bootstrap\HandleExceptions->handleError()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
  at file_put_contents()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Filesystem/Filesystem.php:140)
  at App\Classes\Filesystem\Filesystem->put()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Cache/Store/FileStore.php:71)
  at App\Classes\Cache\Store\FileStore->put()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Cache/Store/FileStore.php:64)
  at App\Classes\Cache\Store\FileStore->put()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Cache/Store/FileStore.php:138)
  at App\Classes\Cache\Store\FileStore->forever()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Cache/Repository.php:301)
  at App\Classes\Cache\Repository->forever()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Cache/Repository.php:160)
  at App\Classes\Cache\Repository->put()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Cache/Repository.php:328)
  at App\Classes\Cache\Repository->remember()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Cache/Helpers/FileCacheHelper.php:282)
  at App\Classes\Cache\Helpers\FileCacheHelper::remember()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/includes/modules/drugie.php:25)
  at include('/home/dev_ltscreen/web/dev.ltscreen.com/public_html/includes/modules/drugie.php')
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/content/product_info.tpl.php:376)
  at require('/home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/content/product_info.tpl.php')
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/main_page.tpl.php:100)
  at require('/home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/main_page.tpl.php')
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/product_info.php:252)                
file_put_contents(): Only -1 of 4850 bytes written, possibly out of free disk space (500 Whoops, looks like something went wrong.)

file_put_contents(): Only -1 of 4850 bytes written, possibly out of free disk space

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
  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.         }
  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
  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.         }
  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 60 5)
  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(), [
  1. $drugie_sql tep_get_query_products_info($listing_sql); // split query to 2 small queries: 1) find all products ids, 2) get info for each product
  2. $drugie FileCacheHelper::remember(
  3.     FileCacheHelper::PRODUCTS_KEY '_' md5($drugie_sql),
  4.     fn() => tep_db_query($drugie_sql)->fetch_all(MYSQLI_ASSOC) ?: [],
  5.     null
  6. );
  7. if (!empty($drugie)) {
  8.     $salemakers_array get_salemakers($drugie);
  9.     if (!empty($drugie)) {
include('/home/dev_ltscreen/web/dev.ltscreen.com/public_html/includes/modules/drugie.php') in /home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/content/product_info.tpl.php (line 376)
  1.     require_once DIR_WS_EXT "last_viewed_products/last_viewed_products.php";
  2. ?>
  3. <!--P_DRUGIE-->
  4. <?php if ($template->show('P_DRUGIE')) {
  5.     include(DIR_WS_MODULES 'drugie.php');
  6. ?>
  7. <!--P_XSELL-->
  8. <?php if ($template->show('P_XSELL')) {
  9.     if (is_file(DIR_WS_EXT 'xsell_products_buynow/' FILENAME_XSELL_PRODUCTS)) {
require('/home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/content/product_info.tpl.php') in /home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/main_page.tpl.php (line 100)
  1.             <?php echo $breadcrumb->trail(' '); ?>
  2.             <!-- END BREADCRUMBS -->
  3.             <!-- CONTENT -->
  4.             <?php
  5.             if (file_exists(DIR_WS_TEMPLATES TEMPLATE_NAME '/content/' $content '.tpl.php')) {
  6.                 require(DIR_WS_TEMPLATES TEMPLATE_NAME '/content/' $content '.tpl.php'); // content from current template (if exists)
  7.             } else {
  8.                 require(DIR_WS_CONTENT $content '.tpl.php'); // content from default template
  9.             }
  10.             ?>
  11.             <!-- END CONTENT -->
require('/home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/main_page.tpl.php') in /home/dev_ltscreen/web/dev.ltscreen.com/public_html/product_info.php (line 252)
  1.     }
  2. } else {
  3.     http_response_code(404);
  4.     $content CONTENT_ERROR_404;
  5. }
  6. require(DIR_WS_TEMPLATES TEMPLATE_NAME '/' TEMPLATENAME_MAIN_PAGE);
  7. require(DIR_WS_INCLUDES 'application_bottom.php');

Stack Trace

ErrorException
ErrorException:
file_put_contents(): Only -1 of 4850 bytes written, possibly out of free disk space

  at /home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Filesystem/Filesystem.php:140
  at Bootstrap\HandleExceptions->handleError()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
  at file_put_contents()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Filesystem/Filesystem.php:140)
  at App\Classes\Filesystem\Filesystem->put()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Cache/Store/FileStore.php:71)
  at App\Classes\Cache\Store\FileStore->put()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Cache/Store/FileStore.php:138)
  at App\Classes\Cache\Store\FileStore->forever()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Cache/Repository.php:301)
  at App\Classes\Cache\Repository->forever()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Cache/Repository.php:160)
  at App\Classes\Cache\Repository->put()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Cache/Repository.php:328)
  at App\Classes\Cache\Repository->remember()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/app/Classes/Cache/Helpers/FileCacheHelper.php:282)
  at App\Classes\Cache\Helpers\FileCacheHelper::remember()
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/includes/modules/drugie.php:25)
  at include('/home/dev_ltscreen/web/dev.ltscreen.com/public_html/includes/modules/drugie.php')
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/content/product_info.tpl.php:376)
  at require('/home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/content/product_info.tpl.php')
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/main_page.tpl.php:100)
  at require('/home/dev_ltscreen/web/dev.ltscreen.com/public_html/templates/default/main_page.tpl.php')
     (/home/dev_ltscreen/web/dev.ltscreen.com/public_html/product_info.php:252)                
Матриця HP PRESARIO V6615AU для ноутбука
#118798 В наявності

550 грн

Матриця HP PRESARIO V6615AU для ноутбука
Матриця HP PAVILION DV4182EA для ноутбука
#105146 В наявності

1375 грн

Матриця HP PAVILION DV4182EA для ноутбука
Матриця Toshiba EQUIUM A110-233 для ноутбука
#522195 В наявності

1375 грн

Матриця Toshiba EQUIUM A110-233 для ноутбука
Матриця Toshiba SATELLITE A100-796 для ноутбука
#626138 В наявності

1375 грн

Матриця Toshiba SATELLITE A100-796 для ноутбука
Матриця Toshiba PSAG8U-05CRL5 для ноутбука
#746987 В наявності

1375 грн

Матриця Toshiba PSAG8U-05CRL5 для ноутбука
Матриця MSI WIND U160MX для ноутбука
#602068 В наявності

820 грн

Матриця MSI WIND U160MX для ноутбука
Матриця Lenovo THINKPAD EDGE 13 0196-52U для ноутбука
#377059 В наявності

1275 грн

Матриця Lenovo THINKPAD EDGE 13 0196-52U для ноутбука
Матриця HP 17-AK015AX для ноутбука
#534693 В наявності

2575 грн

Матриця HP 17-AK015AX для ноутбука
Матриця HP 1E6X2EA для ноутбука
#783705 В наявності

2575 грн

Матриця HP 1E6X2EA для ноутбука
Матриця HP N2X33UP для ноутбука
#705957 В наявності

1895 грн

Матриця HP N2X33UP для ноутбука