ErrorException

HTTP 500 Whoops, looks like something went wrong.

mysqli::query(): (HY000/1021): Disk full (/tmp/#sql-temptable-38c-150c9-2b07.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")

Exception

ErrorException

  1.     $queryHash md5($query);
  2.     if (isset($queries[$queryHash]) && $queries[$queryHash] instanceof mysqli_result) {
  3.         $result $queries[$queryHash];
  4.         $result->data_seek(0);
  5.     } else {
  6.         $queries[$queryHash] = $result DB()->query($query);
  7.     }
  8.     $end round((microtime(true) - $start), 2);
  9.     if ($end 2) {
  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.     $queryHash md5($query);
  2.     if (isset($queries[$queryHash]) && $queries[$queryHash] instanceof mysqli_result) {
  3.         $result $queries[$queryHash];
  4.         $result->data_seek(0);
  5.     } else {
  6.         $queries[$queryHash] = $result DB()->query($query);
  7.     }
  8.     $end round((microtime(true) - $start), 2);
  9.     if ($end 2) {
  1.             std.meta_description
  2.         FROM ' TABLE_SEO_TEMLATES ' st LEFT JOIN ' TABLE_SEO_TEMLATES_DESCRIPTION ' std ON st.id = std.seo_templates_id AND std.language_id = ' . (int)$languages_id '
  3.         WHERE 
  4.             st.`include_ids` like "%' $current_category_id '%" AND 
  5.             st.`type` = "' self::PRODUCT '" AND 
  6.             st.status = ' self::STATUS_ENABLE ' ORDER BY st.`sort_order` DESC limit 1');
  7.         $seoTemplate tep_db_fetch_array($seoTemplateQuery);
  8.         return $seoTemplate;
  9.     }
  10.     public static function getManufacturer($current_category_id$languages_id)
  1.     require_once __DIR__ '/class/SeoTemplates.php';
  2.     $seoTemplate = [];
  3.     if (isset($languages_id) && !empty($languages_id)) {
  4.         if (isset($current_category_id) && !empty($current_category_id)) {
  5.             if ($_GET['products_id']) {
  6.                 $seoTemplate SeoTemplates::getProduct($current_category_id$languages_id);
  7.             } else {
  8.                 $seoTemplate SeoTemplates::getCategory($current_category_id$languages_id);
  9.             }
  10.         } elseif ($_GET['keywords']) {
  11.             $seoTemplate SeoTemplates::getSearch($languages_id);
require_once('/home/sintek/web/9000.com.ua/public_html/ext/seo_templates/SeoTemplates.php') in /home/sintek/web/9000.com.ua/public_html/includes/header_tags.php (line 213)
  1.             } else {
  2.                 $the_title clean_html_comments($the_product_info['products_head_title_tag']);
  3.             }
  4.         }
  5.         if (is_file(__DIR__ '/../ext/seo_templates/SeoTemplates.php')) {
  6.             require_once __DIR__ '/../ext/seo_templates/SeoTemplates.php';
  7.         }
  8.         break;
  9.     // ARTICLES.PHP
  10.     case ((strstr($_SERVER['PHP_SELF'], 'articles.php') or strstr($PHP_SELF'articles.php')) & ! strstr($PHP_SELF'new_articles.php')):
require('/home/sintek/web/9000.com.ua/public_html/includes/header_tags.php') in /home/sintek/web/9000.com.ua/public_html/templates/default/main_page.tpl.php (line 11)
  1.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  2.     <meta name="theme-color" content="<?= $template->getMainconf('MC_COLOR_1'?>">
  3.     <meta name="msapplication-navbutton-color" content="<?= $template->getMainconf('MC_COLOR_1'?>">
  4.     <?php     
  5.     echo "\n\t" '<base href="' HTTP_SERVER DIR_WS_CATALOG '">';
  6.     require DIR_WS_INCLUDES 'header_tags.php';  // <title> , <meta name="Description", Keywords, Reply-to
  7.     echo get_noindex_nofollow(); //returns <meta name="robots" content="noindex, nofollow" /> for the specified list of pages
  8.     echo get_canonical(); //returns canonical tags depending on the page type
  9.     echo outputGoogleVerificationMetaTag(); // returns google-site-verification code if exist
  10.     echo get_custom_favicon(); // custom favicon
  11.     echo get_rel_prevnext(); // <link rel="next" and "prev"
require('/home/sintek/web/9000.com.ua/public_html/templates/default/main_page.tpl.php') in /home/sintek/web/9000.com.ua/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:
mysqli::query(): (HY000/1021): Disk full (/tmp/#sql-temptable-38c-150c9-2b07.MAI); waiting for someone to free some space... (errno: 28 &quot;No space left on device&quot;)

  at /home/sintek/web/9000.com.ua/public_html/includes/functions/database.php:73
  at Bootstrap\HandleExceptions->handleError()
     (/home/sintek/web/9000.com.ua/public_html/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
  at mysqli->query()
     (/home/sintek/web/9000.com.ua/public_html/includes/functions/database.php:73)
  at tep_db_query()
     (/home/sintek/web/9000.com.ua/public_html/ext/seo_templates/class/SeoTemplates.php:23)
  at SeoTemplates::getProduct()
     (/home/sintek/web/9000.com.ua/public_html/ext/seo_templates/SeoTemplates.php:9)
  at require_once('/home/sintek/web/9000.com.ua/public_html/ext/seo_templates/SeoTemplates.php')
     (/home/sintek/web/9000.com.ua/public_html/includes/header_tags.php:213)
  at require('/home/sintek/web/9000.com.ua/public_html/includes/header_tags.php')
     (/home/sintek/web/9000.com.ua/public_html/templates/default/main_page.tpl.php:11)
  at require('/home/sintek/web/9000.com.ua/public_html/templates/default/main_page.tpl.php')
     (/home/sintek/web/9000.com.ua/public_html/product_info.php:252)                
{"errno":1021,"error":"Disk full (\/tmp\/#sql-temptable-38c-150c9-2b07.MAI); waiting for someone to free some space... (errno: 28 \"No space left on device\")","query":"\r\n SELECT \r\n std.meta_title,\r\n std.meta_description\r\n FROM seo_templates st LEFT JOIN seo_templates_description std ON st.id = std.seo_templates_id AND std.language_id = 5\r\n WHERE \r\n st.`include_ids` like \"%19%\" AND \r\n st.`type` = \"product\" AND \r\n st.status = 1 ORDER BY st.`sort_order` DESC limit 1","SERVER_NAME":"9000.com.ua","REMOTE_ADDR":"18.191.55.171","HTTP_REFERER":null,"REQUEST_URI":"\/dell-noutbuk-xps-13-plus-9320-13-4-uhd-touch-intel-i7-1260p-16gb-f1024gb-uma-win11-sirii\/p-1105734.html"}