ErrorException

HTTP 500 Whoops, looks like something went wrong.

Use of undefined constant SESSION_WRITE_DIRECTORY - assumed 'SESSION_WRITE_DIRECTORY' (this will throw an Error in a future version of PHP)

Exception

ErrorException

  1. require_once DIR_WS_MODULES 'user_redirects.php';
  2. // set the session name and save path
  3. tep_session_name('osCsid');
  4. tep_session_save_path(SESSION_WRITE_DIRECTORY);
  5. // set the session cookie parameters
  6. if (function_exists('session_set_cookie_params')) {
  7.     $secure getConstantValue('SET_HTTPS') === 'true' true false;
  8.     session_set_cookie_params(time() - 3600$cookie_path ';SameSite=Lax'$cookie_domain$securetrue);
  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}() in /home/sintek/web/9000.com.ua/public_html/includes/application_top.php (line 104)
  1. require_once DIR_WS_MODULES 'user_redirects.php';
  2. // set the session name and save path
  3. tep_session_name('osCsid');
  4. tep_session_save_path(SESSION_WRITE_DIRECTORY);
  5. // set the session cookie parameters
  6. if (function_exists('session_set_cookie_params')) {
  7.     $secure getConstantValue('SET_HTTPS') === 'true' true false;
  8.     session_set_cookie_params(time() - 3600$cookie_path ';SameSite=Lax'$cookie_domain$securetrue);
require('/home/sintek/web/9000.com.ua/public_html/includes/application_top.php') in /home/sintek/web/9000.com.ua/public_html/product_info.php (line 3)
  1. <?php
  2. require('includes/application_top.php');
  3. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  4. // define current template constants:
  5. $productAvailable false;
  6. $product_info_query tep_db_query("

Stack Trace

ErrorException
ErrorException:
Use of undefined constant SESSION_WRITE_DIRECTORY - assumed 'SESSION_WRITE_DIRECTORY' (this will throw an Error in a future version of PHP)

  at /home/sintek/web/9000.com.ua/public_html/includes/application_top.php:104
  at Bootstrap\HandleExceptions->handleError()
     (/home/sintek/web/9000.com.ua/public_html/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/home/sintek/web/9000.com.ua/public_html/includes/application_top.php:104)
  at require('/home/sintek/web/9000.com.ua/public_html/includes/application_top.php')
     (/home/sintek/web/9000.com.ua/public_html/product_info.php:3)                
session_set_cookie_params(): Cannot change session cookie parameters when headers already sent (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

session_set_cookie_params(): Cannot change session cookie parameters when headers already sent

Exception

ErrorException

  1. tep_session_save_path(SESSION_WRITE_DIRECTORY);
  2. // set the session cookie parameters
  3. if (function_exists('session_set_cookie_params')) {
  4.     $secure getConstantValue('SET_HTTPS') === 'true' true false;
  5.     session_set_cookie_params(time() - 3600$cookie_path ';SameSite=Lax'$cookie_domain$securetrue);
  6. } elseif (function_exists('ini_set')) {
  7.     ini_set('session.cookie_lifetime''0');
  8.     ini_set('session.cookie_path'$cookie_path);
  9.     ini_set('session.cookie_domain'$cookie_domain);
  10. }
  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. tep_session_save_path(SESSION_WRITE_DIRECTORY);
  2. // set the session cookie parameters
  3. if (function_exists('session_set_cookie_params')) {
  4.     $secure getConstantValue('SET_HTTPS') === 'true' true false;
  5.     session_set_cookie_params(time() - 3600$cookie_path ';SameSite=Lax'$cookie_domain$securetrue);
  6. } elseif (function_exists('ini_set')) {
  7.     ini_set('session.cookie_lifetime''0');
  8.     ini_set('session.cookie_path'$cookie_path);
  9.     ini_set('session.cookie_domain'$cookie_domain);
  10. }
require('/home/sintek/web/9000.com.ua/public_html/includes/application_top.php') in /home/sintek/web/9000.com.ua/public_html/product_info.php (line 3)
  1. <?php
  2. require('includes/application_top.php');
  3. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  4. // define current template constants:
  5. $productAvailable false;
  6. $product_info_query tep_db_query("

Stack Trace

ErrorException
ErrorException:
session_set_cookie_params(): Cannot change session cookie parameters when headers already sent

  at /home/sintek/web/9000.com.ua/public_html/includes/application_top.php:109
  at Bootstrap\HandleExceptions->handleError()
     (/home/sintek/web/9000.com.ua/public_html/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
  at session_set_cookie_params()
     (/home/sintek/web/9000.com.ua/public_html/includes/application_top.php:109)
  at require('/home/sintek/web/9000.com.ua/public_html/includes/application_top.php')
     (/home/sintek/web/9000.com.ua/public_html/product_info.php:3)                
ini_set(): Headers already sent. You cannot change the session module's ini settings at this time (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

ini_set(): Headers already sent. You cannot change the session module's ini settings at this time

Exception

ErrorException

  1. }
  2. function tep_session_start()
  3. {
  4.     global $SESS_LIFE$_GET$_POST$_COOKIE;
  5.     ini_set('session.gc_probability''1');
  6.     ini_set('session.gc_divisor''100');
  7.     ini_set('session.gc_maxlifetime'$SESS_LIFE);
  8.     $sane_session_id true;
  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. }
  2. function tep_session_start()
  3. {
  4.     global $SESS_LIFE$_GET$_POST$_COOKIE;
  5.     ini_set('session.gc_probability''1');
  6.     ini_set('session.gc_divisor''100');
  7.     ini_set('session.gc_maxlifetime'$SESS_LIFE);
  8.     $sane_session_id true;
  1.         die;  // Don't send any more output.
  2.     }
  3.     // END HACK
  4.     if ($spider_flag == false) {
  5.         tep_session_start();
  6.         $session_started true;
  7.     }
  8. } else {
  9.     tep_session_start();
  10.     $session_started true;
require('/home/sintek/web/9000.com.ua/public_html/includes/application_top.php') in /home/sintek/web/9000.com.ua/public_html/product_info.php (line 3)
  1. <?php
  2. require('includes/application_top.php');
  3. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  4. // define current template constants:
  5. $productAvailable false;
  6. $product_info_query tep_db_query("

Stack Trace

ErrorException
ErrorException:
ini_set(): Headers already sent. You cannot change the session module's ini settings at this time

  at /home/sintek/web/9000.com.ua/public_html/includes/functions/sessions.php:81
  at Bootstrap\HandleExceptions->handleError()
     (/home/sintek/web/9000.com.ua/public_html/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
  at ini_set()
     (/home/sintek/web/9000.com.ua/public_html/includes/functions/sessions.php:81)
  at tep_session_start()
     (/home/sintek/web/9000.com.ua/public_html/includes/application_top.php:165)
  at require('/home/sintek/web/9000.com.ua/public_html/includes/application_top.php')
     (/home/sintek/web/9000.com.ua/public_html/product_info.php:3)                
ini_set(): Headers already sent. You cannot change the session module's ini settings at this time (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

ini_set(): Headers already sent. You cannot change the session module's ini settings at this time

Exception

ErrorException

  1. function tep_session_start()
  2. {
  3.     global $SESS_LIFE$_GET$_POST$_COOKIE;
  4.     ini_set('session.gc_probability''1');
  5.     ini_set('session.gc_divisor''100');
  6.     ini_set('session.gc_maxlifetime'$SESS_LIFE);
  7.     $sane_session_id true;
  8.     if (isset($_GET[tep_session_name()])) {
  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. function tep_session_start()
  2. {
  3.     global $SESS_LIFE$_GET$_POST$_COOKIE;
  4.     ini_set('session.gc_probability''1');
  5.     ini_set('session.gc_divisor''100');
  6.     ini_set('session.gc_maxlifetime'$SESS_LIFE);
  7.     $sane_session_id true;
  8.     if (isset($_GET[tep_session_name()])) {
  1.         die;  // Don't send any more output.
  2.     }
  3.     // END HACK
  4.     if ($spider_flag == false) {
  5.         tep_session_start();
  6.         $session_started true;
  7.     }
  8. } else {
  9.     tep_session_start();
  10.     $session_started true;
require('/home/sintek/web/9000.com.ua/public_html/includes/application_top.php') in /home/sintek/web/9000.com.ua/public_html/product_info.php (line 3)
  1. <?php
  2. require('includes/application_top.php');
  3. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  4. // define current template constants:
  5. $productAvailable false;
  6. $product_info_query tep_db_query("

Stack Trace

ErrorException
ErrorException:
ini_set(): Headers already sent. You cannot change the session module's ini settings at this time

  at /home/sintek/web/9000.com.ua/public_html/includes/functions/sessions.php:82
  at Bootstrap\HandleExceptions->handleError()
     (/home/sintek/web/9000.com.ua/public_html/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
  at ini_set()
     (/home/sintek/web/9000.com.ua/public_html/includes/functions/sessions.php:82)
  at tep_session_start()
     (/home/sintek/web/9000.com.ua/public_html/includes/application_top.php:165)
  at require('/home/sintek/web/9000.com.ua/public_html/includes/application_top.php')
     (/home/sintek/web/9000.com.ua/public_html/product_info.php:3)                
ini_set(): Headers already sent. You cannot change the session module's ini settings at this time (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

ini_set(): Headers already sent. You cannot change the session module's ini settings at this time

Exception

ErrorException

  1. function tep_session_start()
  2. {
  3.     global $SESS_LIFE$_GET$_POST$_COOKIE;
  4.     ini_set('session.gc_probability''1');
  5.     ini_set('session.gc_divisor''100');
  6.     ini_set('session.gc_maxlifetime'$SESS_LIFE);
  7.     $sane_session_id true;
  8.     if (isset($_GET[tep_session_name()])) {
  9.         if (preg_match('/^[a-zA-Z0-9]+$/'$_GET[tep_session_name()]) == false) {
  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. function tep_session_start()
  2. {
  3.     global $SESS_LIFE$_GET$_POST$_COOKIE;
  4.     ini_set('session.gc_probability''1');
  5.     ini_set('session.gc_divisor''100');
  6.     ini_set('session.gc_maxlifetime'$SESS_LIFE);
  7.     $sane_session_id true;
  8.     if (isset($_GET[tep_session_name()])) {
  9.         if (preg_match('/^[a-zA-Z0-9]+$/'$_GET[tep_session_name()]) == false) {
  1.         die;  // Don't send any more output.
  2.     }
  3.     // END HACK
  4.     if ($spider_flag == false) {
  5.         tep_session_start();
  6.         $session_started true;
  7.     }
  8. } else {
  9.     tep_session_start();
  10.     $session_started true;
require('/home/sintek/web/9000.com.ua/public_html/includes/application_top.php') in /home/sintek/web/9000.com.ua/public_html/product_info.php (line 3)
  1. <?php
  2. require('includes/application_top.php');
  3. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  4. // define current template constants:
  5. $productAvailable false;
  6. $product_info_query tep_db_query("

Stack Trace

ErrorException
ErrorException:
ini_set(): Headers already sent. You cannot change the session module's ini settings at this time

  at /home/sintek/web/9000.com.ua/public_html/includes/functions/sessions.php:83
  at Bootstrap\HandleExceptions->handleError()
     (/home/sintek/web/9000.com.ua/public_html/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
  at ini_set()
     (/home/sintek/web/9000.com.ua/public_html/includes/functions/sessions.php:83)
  at tep_session_start()
     (/home/sintek/web/9000.com.ua/public_html/includes/application_top.php:165)
  at require('/home/sintek/web/9000.com.ua/public_html/includes/application_top.php')
     (/home/sintek/web/9000.com.ua/public_html/product_info.php:3)                
session_start(): Cannot start session when headers already sent (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

session_start(): Cannot start session when headers already sent

Exception

ErrorException

  1.     if ($sane_session_id == false) {
  2.         tep_redirect(tep_href_link('/''''NONSSL'false));
  3.     }
  4.     return session_start();
  5. }
  6. function tep_session_register($variable)
  7. {
  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.     if ($sane_session_id == false) {
  2.         tep_redirect(tep_href_link('/''''NONSSL'false));
  3.     }
  4.     return session_start();
  5. }
  6. function tep_session_register($variable)
  7. {
  1.         die;  // Don't send any more output.
  2.     }
  3.     // END HACK
  4.     if ($spider_flag == false) {
  5.         tep_session_start();
  6.         $session_started true;
  7.     }
  8. } else {
  9.     tep_session_start();
  10.     $session_started true;
require('/home/sintek/web/9000.com.ua/public_html/includes/application_top.php') in /home/sintek/web/9000.com.ua/public_html/product_info.php (line 3)
  1. <?php
  2. require('includes/application_top.php');
  3. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  4. // define current template constants:
  5. $productAvailable false;
  6. $product_info_query tep_db_query("

Stack Trace

ErrorException
ErrorException:
session_start(): Cannot start session when headers already sent

  at /home/sintek/web/9000.com.ua/public_html/includes/functions/sessions.php:113
  at Bootstrap\HandleExceptions->handleError()
     (/home/sintek/web/9000.com.ua/public_html/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
  at session_start()
     (/home/sintek/web/9000.com.ua/public_html/includes/functions/sessions.php:113)
  at tep_session_start()
     (/home/sintek/web/9000.com.ua/public_html/includes/application_top.php:165)
  at require('/home/sintek/web/9000.com.ua/public_html/includes/application_top.php')
     (/home/sintek/web/9000.com.ua/public_html/product_info.php:3)                
Cannot modify header information - headers already sent by (output started at /home/sintek/web/9000.com.ua/public_html/app/Exceptions/Handler/Handler.php:106) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

Cannot modify header information - headers already sent by (output started at /home/sintek/web/9000.com.ua/public_html/app/Exceptions/Handler/Handler.php:106)

Exception

ErrorException

  1. if (!isset($_COOKIE['isMobile'])) {
  2.     require_once DIR_WS_CLASSES "MobileDetect.php";
  3.     $detect = new MobileDetect();
  4.     $detect->getBrowsers();
  5.     setcookie("isMobile"$detect->isMobile() ? 0time() + 60 60 24'/');
  6.     $isiOS $detect->isiOS() ? 0;
  7.     $isiOS strpos($_SERVER['HTTP_USER_AGENT'], 'Mac OS') !== false $isiOS;
  8.     setcookie("isiOS"$isiOStime() + 60 60 24'/');
  9.     setcookie("isSafari"$detect->is('Safari') ? 0time() + 60 60 24'/');
  10. }
  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. if (!isset($_COOKIE['isMobile'])) {
  2.     require_once DIR_WS_CLASSES "MobileDetect.php";
  3.     $detect = new MobileDetect();
  4.     $detect->getBrowsers();
  5.     setcookie("isMobile"$detect->isMobile() ? 0time() + 60 60 24'/');
  6.     $isiOS $detect->isiOS() ? 0;
  7.     $isiOS strpos($_SERVER['HTTP_USER_AGENT'], 'Mac OS') !== false $isiOS;
  8.     setcookie("isiOS"$isiOStime() + 60 60 24'/');
  9.     setcookie("isSafari"$detect->is('Safari') ? 0time() + 60 60 24'/');
  10. }
require('/home/sintek/web/9000.com.ua/public_html/includes/application_top.php') in /home/sintek/web/9000.com.ua/public_html/product_info.php (line 3)
  1. <?php
  2. require('includes/application_top.php');
  3. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  4. // define current template constants:
  5. $productAvailable false;
  6. $product_info_query tep_db_query("

Stack Trace

ErrorException
ErrorException:
Cannot modify header information - headers already sent by (output started at /home/sintek/web/9000.com.ua/public_html/app/Exceptions/Handler/Handler.php:106)

  at /home/sintek/web/9000.com.ua/public_html/includes/application_top.php:396
  at Bootstrap\HandleExceptions->handleError()
     (/home/sintek/web/9000.com.ua/public_html/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
  at setcookie()
     (/home/sintek/web/9000.com.ua/public_html/includes/application_top.php:396)
  at require('/home/sintek/web/9000.com.ua/public_html/includes/application_top.php')
     (/home/sintek/web/9000.com.ua/public_html/product_info.php:3)                
Cannot modify header information - headers already sent by (output started at /home/sintek/web/9000.com.ua/public_html/app/Exceptions/Handler/Handler.php:106) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

Cannot modify header information - headers already sent by (output started at /home/sintek/web/9000.com.ua/public_html/app/Exceptions/Handler/Handler.php:106)

Exception

ErrorException

  1.     $detect = new MobileDetect();
  2.     $detect->getBrowsers();
  3.     setcookie("isMobile"$detect->isMobile() ? 0time() + 60 60 24'/');
  4.     $isiOS $detect->isiOS() ? 0;
  5.     $isiOS strpos($_SERVER['HTTP_USER_AGENT'], 'Mac OS') !== false $isiOS;
  6.     setcookie("isiOS"$isiOStime() + 60 60 24'/');
  7.     setcookie("isSafari"$detect->is('Safari') ? 0time() + 60 60 24'/');
  8. }
  9. // include the language translations
  10. require_once DIR_WS_LANGUAGES $language '/config.php';
  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.     $detect = new MobileDetect();
  2.     $detect->getBrowsers();
  3.     setcookie("isMobile"$detect->isMobile() ? 0time() + 60 60 24'/');
  4.     $isiOS $detect->isiOS() ? 0;
  5.     $isiOS strpos($_SERVER['HTTP_USER_AGENT'], 'Mac OS') !== false $isiOS;
  6.     setcookie("isiOS"$isiOStime() + 60 60 24'/');
  7.     setcookie("isSafari"$detect->is('Safari') ? 0time() + 60 60 24'/');
  8. }
  9. // include the language translations
  10. require_once DIR_WS_LANGUAGES $language '/config.php';
require('/home/sintek/web/9000.com.ua/public_html/includes/application_top.php') in /home/sintek/web/9000.com.ua/public_html/product_info.php (line 3)
  1. <?php
  2. require('includes/application_top.php');
  3. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  4. // define current template constants:
  5. $productAvailable false;
  6. $product_info_query tep_db_query("

Stack Trace

ErrorException
ErrorException:
Cannot modify header information - headers already sent by (output started at /home/sintek/web/9000.com.ua/public_html/app/Exceptions/Handler/Handler.php:106)

  at /home/sintek/web/9000.com.ua/public_html/includes/application_top.php:399
  at Bootstrap\HandleExceptions->handleError()
     (/home/sintek/web/9000.com.ua/public_html/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
  at setcookie()
     (/home/sintek/web/9000.com.ua/public_html/includes/application_top.php:399)
  at require('/home/sintek/web/9000.com.ua/public_html/includes/application_top.php')
     (/home/sintek/web/9000.com.ua/public_html/product_info.php:3)                
Cannot modify header information - headers already sent by (output started at /home/sintek/web/9000.com.ua/public_html/app/Exceptions/Handler/Handler.php:106) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

Cannot modify header information - headers already sent by (output started at /home/sintek/web/9000.com.ua/public_html/app/Exceptions/Handler/Handler.php:106)

Exception

ErrorException

  1.     $detect->getBrowsers();
  2.     setcookie("isMobile"$detect->isMobile() ? 0time() + 60 60 24'/');
  3.     $isiOS $detect->isiOS() ? 0;
  4.     $isiOS strpos($_SERVER['HTTP_USER_AGENT'], 'Mac OS') !== false $isiOS;
  5.     setcookie("isiOS"$isiOStime() + 60 60 24'/');
  6.     setcookie("isSafari"$detect->is('Safari') ? 0time() + 60 60 24'/');
  7. }
  8. // include the language translations
  9. require_once DIR_WS_LANGUAGES $language '/config.php';
  10. includeLanguages(DIR_WS_LANGUAGES $language '.php');
  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.     $detect->getBrowsers();
  2.     setcookie("isMobile"$detect->isMobile() ? 0time() + 60 60 24'/');
  3.     $isiOS $detect->isiOS() ? 0;
  4.     $isiOS strpos($_SERVER['HTTP_USER_AGENT'], 'Mac OS') !== false $isiOS;
  5.     setcookie("isiOS"$isiOStime() + 60 60 24'/');
  6.     setcookie("isSafari"$detect->is('Safari') ? 0time() + 60 60 24'/');
  7. }
  8. // include the language translations
  9. require_once DIR_WS_LANGUAGES $language '/config.php';
  10. includeLanguages(DIR_WS_LANGUAGES $language '.php');
require('/home/sintek/web/9000.com.ua/public_html/includes/application_top.php') in /home/sintek/web/9000.com.ua/public_html/product_info.php (line 3)
  1. <?php
  2. require('includes/application_top.php');
  3. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  4. // define current template constants:
  5. $productAvailable false;
  6. $product_info_query tep_db_query("

Stack Trace

ErrorException
ErrorException:
Cannot modify header information - headers already sent by (output started at /home/sintek/web/9000.com.ua/public_html/app/Exceptions/Handler/Handler.php:106)

  at /home/sintek/web/9000.com.ua/public_html/includes/application_top.php:400
  at Bootstrap\HandleExceptions->handleError()
     (/home/sintek/web/9000.com.ua/public_html/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
  at setcookie()
     (/home/sintek/web/9000.com.ua/public_html/includes/application_top.php:400)
  at require('/home/sintek/web/9000.com.ua/public_html/includes/application_top.php')
     (/home/sintek/web/9000.com.ua/public_html/product_info.php:3)                
Cannot modify header information - headers already sent by (output started at /home/sintek/web/9000.com.ua/public_html/app/Exceptions/Handler/Handler.php:106) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

Cannot modify header information - headers already sent by (output started at /home/sintek/web/9000.com.ua/public_html/app/Exceptions/Handler/Handler.php:106)

Exception

ErrorException

  1.     }
  2. }
  3. function tep_setcookie($name$value ''$expire 0$path '/'$domain ''$secure 0)
  4. {
  5.     setcookie($name$value$expire$path, (tep_not_null($domain) ? $domain ''), $securetrue);
  6. }
  7. function tep_get_ip_address()
  8. {
  9.     if (isset($_SERVER)) {
  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.     }
  2. }
  3. function tep_setcookie($name$value ''$expire 0$path '/'$domain ''$secure 0)
  4. {
  5.     setcookie($name$value$expire$path, (tep_not_null($domain) ? $domain ''), $securetrue);
  6. }
  7. function tep_get_ip_address()
  8. {
  9.     if (isset($_SERVER)) {
  1.     require(DIR_WS_CLASSES 'geoplugin.class.php');
  2.     $geoplugin = new geoPlugin();
  3.     $geoplugin->locate();
  4.     $geopluginJSONE json_encode($geoplugin);
  5.     tep_session_register('geopluginJSONE');
  6.     tep_setcookie('geoplugin_data'json_encode($geoplugin), time() + SECONDS_PER_WEEK);
  7. } else {
  8.     $geoplugin json_decode($_SESSION['geopluginJSONE']);
  9. }
require('/home/sintek/web/9000.com.ua/public_html/includes/application_top.php') in /home/sintek/web/9000.com.ua/public_html/product_info.php (line 3)
  1. <?php
  2. require('includes/application_top.php');
  3. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  4. // define current template constants:
  5. $productAvailable false;
  6. $product_info_query tep_db_query("

Stack Trace

ErrorException
ErrorException:
Cannot modify header information - headers already sent by (output started at /home/sintek/web/9000.com.ua/public_html/app/Exceptions/Handler/Handler.php:106)

  at /home/sintek/web/9000.com.ua/public_html/includes/functions/general.php:2123
  at Bootstrap\HandleExceptions->handleError()
     (/home/sintek/web/9000.com.ua/public_html/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
  at setcookie()
     (/home/sintek/web/9000.com.ua/public_html/includes/functions/general.php:2123)
  at tep_setcookie()
     (/home/sintek/web/9000.com.ua/public_html/includes/application_top.php:739)
  at require('/home/sintek/web/9000.com.ua/public_html/includes/application_top.php')
     (/home/sintek/web/9000.com.ua/public_html/product_info.php:3)                
Муфта ПЕ 25*1вн - Підземний полив - 9000.COM.UA - Інтернет магазин

Муфта ПЕ 25*1вн

Код: 81978
В наявності
123 грн

З'єднання діаметр 25 мм різьба 1 "F

З лінійки Claber - функціональне та надійне з"єднання для системи підземного поливу «зроби сам». Цей компонент використовується для герметичного з'єднання поліетиленової труби з початком лінії або електромагнітним клапаном,

для під'єднання поліетиленової труби до 1 "зовнішньому нарізному пуску або до фітингів для підключення електромагнітних клапанів (код 90807- 90808) або для підключення електромагнітних клапанів (код 90823-90825).

- морозостійкий

- ідеальна водонепроникність

- простий в установці

Діаметр вхідної різьблення: 1 "

Діаметр трубки: 3/4 "

Розміри

Ширина: 77 мм

Висота: діаметр 52 мм

Глибина: діаметр 52 мм

Вага: 50 гр.

Відгуки - Муфта ПЕ 25*1вн

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