ErrorException

HTTP 500 Whoops, looks like something went wrong.

Invalid argument supplied for foreach()

Exception

ErrorException

  1.     fn() => tep_db_query(
  2.         'select configuration_key as cfgKey, configuration_value as cfgValue from ' TABLE_CONFIGURATION
  3.     )->fetch_all(MYSQLI_ASSOC)
  4. );
  5. foreach ($configurations as $configuration) {
  6.     $check_modules_folders explode(':'$configuration['cfgValue']);
  7.     if (
  8.         count(
  9.             $check_modules_folders
  10.         ) > && ($check_modules_folders[1] == 'true' or $check_modules_folders[1] == '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}() in /mnt/test_sites/sites_new/newagriservices.com/includes/application_main.php (line 34)
  1.     fn() => tep_db_query(
  2.         'select configuration_key as cfgKey, configuration_value as cfgValue from ' TABLE_CONFIGURATION
  3.     )->fetch_all(MYSQLI_ASSOC)
  4. );
  5. foreach ($configurations as $configuration) {
  6.     $check_modules_folders explode(':'$configuration['cfgValue']);
  7.     if (
  8.         count(
  9.             $check_modules_folders
  10.         ) > && ($check_modules_folders[1] == 'true' or $check_modules_folders[1] == 'false')
require_once('/mnt/test_sites/sites_new/newagriservices.com/includes/application_main.php') in /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 9)
  1. define("SECONDS_PER_WEEK"604800);
  2. header("Content-Security-Policy: default-src data: * 'unsafe-inline' 'unsafe-eval'; frame-ancestors 'none';");
  3. ini_set('memory_limit''2048M');
  4. $saveDbPrepareInput = [];
  5. $microTime microtime(true);
  6. require_once __DIR__ "/application_main.php";
  7. //redirect to a new domain name
  8. if(getConstantValue('DOMEN_URL','') != '' && getConstantValue('DOMEN_URL') != $_SERVER['HTTP_HOST']){
  9.     header('Location: http://' getConstantValue('DOMEN_URL'));
  10.     exit();
  11. }
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

ErrorException
ErrorException:
Invalid argument supplied for foreach()

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_main.php:34
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_main.php:34)
  at require_once('/mnt/test_sites/sites_new/newagriservices.com/includes/application_main.php')
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:9)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant DEFAULT_TEMPLATE - assumed 'DEFAULT_TEMPLATE' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1. if (getConstantValue('MINIFY_CSSJS_MODULE_ENABLED''false') === 'true' && getConstantValue('MINIFY_CSSJS') == && file_exists(DIR_WS_EXT 'minifier/minifier.php')) {
  2.     require_once(DIR_WS_EXT 'minifier/minifier.php');
  3. }
  4. $versionTimestamp defined('MINIFY_CSSJS_TIMESTAMP') ? constant('MINIFY_CSSJS_TIMESTAMP') : 0;
  5. $template_name = isset($_COOKIE['template_name']) && isValidTemplateName($_COOKIE['template_name']) ? $_COOKIE['template_name'] : DEFAULT_TEMPLATE;
  6. define('TEMPLATE_NAME'$template_name);
  7. require_once DIR_WS_CLASSES "template.php";
  8. require_once DIR_WS_CLASSES "CSRF.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}() in /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 120)
  1. if (getConstantValue('MINIFY_CSSJS_MODULE_ENABLED''false') === 'true' && getConstantValue('MINIFY_CSSJS') == && file_exists(DIR_WS_EXT 'minifier/minifier.php')) {
  2.     require_once(DIR_WS_EXT 'minifier/minifier.php');
  3. }
  4. $versionTimestamp defined('MINIFY_CSSJS_TIMESTAMP') ? constant('MINIFY_CSSJS_TIMESTAMP') : 0;
  5. $template_name = isset($_COOKIE['template_name']) && isValidTemplateName($_COOKIE['template_name']) ? $_COOKIE['template_name'] : DEFAULT_TEMPLATE;
  6. define('TEMPLATE_NAME'$template_name);
  7. require_once DIR_WS_CLASSES "template.php";
  8. require_once DIR_WS_CLASSES "CSRF.php";
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:120
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:120)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant MINIFY_CSSJS - assumed 'MINIFY_CSSJS' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1. require_once DIR_WS_CLASSES 'Traits/EmptyPaymentMethod.php';
  2. if (is_file(DIR_WS_FUNCTIONS "get_created.php")) {
  3.     require_once DIR_WS_FUNCTIONS "get_created.php";
  4. }
  5. $assets = new AppAsset();
  6. $assets->objMinifierCSS = !empty($minifierCSS) ? $minifierCSS null;
  7. $assets->objMinifierJS = !empty($minifierJS) ? $minifierJS null;
  8. $assets->versionTimestamp $versionTimestamp;
  9. $assets->isMobile isMobile();
  10. $assets->isCriticalMode = isset($_GET['isCriticalMode']);
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 136)
  1. require_once DIR_WS_CLASSES 'Traits/EmptyPaymentMethod.php';
  2. if (is_file(DIR_WS_FUNCTIONS "get_created.php")) {
  3.     require_once DIR_WS_FUNCTIONS "get_created.php";
  4. }
  5. $assets = new AppAsset();
  6. $assets->objMinifierCSS = !empty($minifierCSS) ? $minifierCSS null;
  7. $assets->objMinifierJS = !empty($minifierJS) ? $minifierJS null;
  8. $assets->versionTimestamp $versionTimestamp;
  9. $assets->isMobile isMobile();
  10. $assets->isCriticalMode = isset($_GET['isCriticalMode']);
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:136
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:136)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
session_set_save_handler(): Cannot change save handler when headers already sent (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

session_set_save_handler(): Cannot change save handler when headers already sent

Exception

ErrorException

  1.         tep_db_query("delete from " TABLE_SESSIONS " where expiry < '" time() . "'");
  2.         return true;
  3.     }
  4.     session_set_save_handler('_sess_open''_sess_close''_sess_read''_sess_write''_sess_destroy''_sess_gc');
  5. }
  6. function tep_session_start()
  7. {
  8.     global $SESS_LIFE$_GET$_POST$_COOKIE;
  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_db_query("delete from " TABLE_SESSIONS " where expiry < '" time() . "'");
  2.         return true;
  3.     }
  4.     session_set_save_handler('_sess_open''_sess_close''_sess_read''_sess_write''_sess_destroy''_sess_gc');
  5. }
  6. function tep_session_start()
  7. {
  8.     global $SESS_LIFE$_GET$_POST$_COOKIE;
require_once('/mnt/test_sites/sites_new/newagriservices.com/includes/functions/sessions.php') in /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 154)
  1. // set the cookie domain
  2. $cookie_domain HTTP_COOKIE_DOMAIN;
  3. $cookie_path HTTP_COOKIE_PATH;
  4. require_once DIR_WS_FUNCTIONS 'sessions.php';
  5. require_once DIR_WS_MODULES 'user_redirects.php';
  6. // set the session name and save path
  7. tep_session_name('osCsid');
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

ErrorException
ErrorException:
session_set_save_handler(): Cannot change save handler when headers already sent

  at /mnt/test_sites/sites_new/newagriservices.com/includes/functions/sessions.php:77
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
  at session_set_save_handler()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/functions/sessions.php:77)
  at require_once('/mnt/test_sites/sites_new/newagriservices.com/includes/functions/sessions.php')
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:154)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
session_name(): Cannot change session name when headers already sent (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

session_name(): Cannot change session name when headers already sent

Exception

ErrorException

  1. }
  2. function tep_session_name($name '')
  3. {
  4.     if (!empty($name)) {
  5.         return session_name($name);
  6.     } else {
  7.         return session_name();
  8.     }
  9. }
  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_name($name '')
  3. {
  4.     if (!empty($name)) {
  5.         return session_name($name);
  6.     } else {
  7.         return session_name();
  8.     }
  9. }
  1. require_once DIR_WS_FUNCTIONS 'sessions.php';
  2. require_once DIR_WS_MODULES 'user_redirects.php';
  3. // set the session name and save path
  4. tep_session_name('osCsid');
  5. tep_session_save_path(SESSION_WRITE_DIRECTORY);
  6. // set the session cookie parameters
  7. if (function_exists('session_set_cookie_params')) {
  8.     $secure getConstantValue('SET_HTTPS') === 'true' true false;
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

ErrorException
ErrorException:
session_name(): Cannot change session name when headers already sent

  at /mnt/test_sites/sites_new/newagriservices.com/includes/functions/sessions.php:162
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
  at session_name()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/functions/sessions.php:162)
  at tep_session_name()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:159)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant SESSION_WRITE_DIRECTORY - assumed 'SESSION_WRITE_DIRECTORY' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 160)
  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('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:160
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:160)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
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('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:165
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
  at session_set_cookie_params()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:165)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant SESSION_FORCE_COOKIE_USE - assumed 'SESSION_FORCE_COOKIE_USE' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1. }
  2. if (empty($skipSessionRedirect)) {
  3.     // start the session
  4.     $session_started false;
  5.     if (SESSION_FORCE_COOKIE_USE == 'True') {
  6.         tep_setcookie(
  7.             'cookie_test',
  8.             'please_accept_for_session',
  9.             time() + 60 60 24 30,
  10.             $cookie_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}() in /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 180)
  1. }
  2. if (empty($skipSessionRedirect)) {
  3.     // start the session
  4.     $session_started false;
  5.     if (SESSION_FORCE_COOKIE_USE == 'True') {
  6.         tep_setcookie(
  7.             'cookie_test',
  8.             'please_accept_for_session',
  9.             time() + 60 60 24 30,
  10.             $cookie_path,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:180
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:180)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant SESSION_BLOCK_SPIDERS - assumed 'SESSION_BLOCK_SPIDERS' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.         if (isset($_COOKIE['cookie_test'])) {
  2.             tep_session_start();
  3.             $session_started true;
  4.         }
  5.     } elseif (SESSION_BLOCK_SPIDERS == 'True') {
  6.         $user_agent strtolower(getenv('HTTP_USER_AGENT'));
  7.         $spider_flag false;
  8.         if (tep_not_null($user_agent)) {
  9.             $spiders file(DIR_WS_INCLUDES 'spiders.txt');
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 195)
  1.         if (isset($_COOKIE['cookie_test'])) {
  2.             tep_session_start();
  3.             $session_started true;
  4.         }
  5.     } elseif (SESSION_BLOCK_SPIDERS == 'True') {
  6.         $user_agent strtolower(getenv('HTTP_USER_AGENT'));
  7.         $spider_flag false;
  8.         if (tep_not_null($user_agent)) {
  9.             $spiders file(DIR_WS_INCLUDES 'spiders.txt');
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:195
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:195)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
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.         if ($spider_flag == false) {
  2.             tep_session_start();
  3.             $session_started true;
  4.         }
  5.     } else {
  6.         tep_session_start();
  7.         $session_started true;
  8.     }
  9. }
  10. if ($_SESSION) {
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/functions/sessions.php:83
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
  at ini_set()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/functions/sessions.php:83)
  at tep_session_start()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:226)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
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.         if ($spider_flag == false) {
  2.             tep_session_start();
  3.             $session_started true;
  4.         }
  5.     } else {
  6.         tep_session_start();
  7.         $session_started true;
  8.     }
  9. }
  10. if ($_SESSION) {
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/functions/sessions.php:84
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
  at ini_set()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/functions/sessions.php:84)
  at tep_session_start()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:226)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
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.         if ($spider_flag == false) {
  2.             tep_session_start();
  3.             $session_started true;
  4.         }
  5.     } else {
  6.         tep_session_start();
  7.         $session_started true;
  8.     }
  9. }
  10. if ($_SESSION) {
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/functions/sessions.php:85
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
  at ini_set()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/functions/sessions.php:85)
  at tep_session_start()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:226)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
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.         if ($spider_flag == false) {
  2.             tep_session_start();
  3.             $session_started true;
  4.         }
  5.     } else {
  6.         tep_session_start();
  7.         $session_started true;
  8.     }
  9. }
  10. if ($_SESSION) {
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/functions/sessions.php:117
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
  at session_start()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/functions/sessions.php:117)
  at tep_session_start()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:226)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant SESSION_CHECK_USER_AGENT - assumed 'SESSION_CHECK_USER_AGENT' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1. // set SID once, even if empty
  2. $SID = (defined('SID') ? SID '');
  3. // verify the browser user agent if the feature is enabled
  4. if (SESSION_CHECK_USER_AGENT == 'True') {
  5.     $http_user_agent getenv('HTTP_USER_AGENT');
  6.     if (!tep_session_is_registered('SESSION_USER_AGENT')) {
  7.         $SESSION_USER_AGENT $http_user_agent;
  8.         tep_session_register('SESSION_USER_AGENT');
  9.     }
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 247)
  1. // set SID once, even if empty
  2. $SID = (defined('SID') ? SID '');
  3. // verify the browser user agent if the feature is enabled
  4. if (SESSION_CHECK_USER_AGENT == 'True') {
  5.     $http_user_agent getenv('HTTP_USER_AGENT');
  6.     if (!tep_session_is_registered('SESSION_USER_AGENT')) {
  7.         $SESSION_USER_AGENT $http_user_agent;
  8.         tep_session_register('SESSION_USER_AGENT');
  9.     }
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:247
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:247)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant DEFAULT_LANGUAGE - assumed 'DEFAULT_LANGUAGE' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     if (count($filtered_lang) > && (!defined('LANGUAGE_SELECTOR_MODULE_ENABLED') || LANGUAGE_SELECTOR_MODULE_ENABLED == 'false')) {
  2.         tep_redirect(HTTP_SERVER tep_href_link(DEFAULT_LANGUAGE '/' FILENAME_DEFAULT));
  3.         die;
  4.     }
  5.     if ($_GET['language'] == DEFAULT_LANGUAGE) { // redirect from default language to /
  6.         $_SESSION['language_short'] = DEFAULT_LANGUAGE// make session language = default language
  7.         $ruri array_slice($ruri, ++$lang_key); // remove all before lang
  8.         $redirect_to HTTP_SERVER '/' tep_href_link(implode('/'$ruri));
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 353)
  1.     if (count($filtered_lang) > && (!defined('LANGUAGE_SELECTOR_MODULE_ENABLED') || LANGUAGE_SELECTOR_MODULE_ENABLED == 'false')) {
  2.         tep_redirect(HTTP_SERVER tep_href_link(DEFAULT_LANGUAGE '/' FILENAME_DEFAULT));
  3.         die;
  4.     }
  5.     if ($_GET['language'] == DEFAULT_LANGUAGE) { // redirect from default language to /
  6.         $_SESSION['language_short'] = DEFAULT_LANGUAGE// make session language = default language
  7.         $ruri array_slice($ruri, ++$lang_key); // remove all before lang
  8.         $redirect_to HTTP_SERVER '/' tep_href_link(implode('/'$ruri));
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:353
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:353)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant DEFAULT_LANGUAGE - assumed 'DEFAULT_LANGUAGE' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.         header("HTTP/1.0 301 Moved Permanently");
  2.         header("Location: $redirect_to");
  3.         tep_exit();
  4.     } elseif (!isset($_GET['language'])) { // if url without /en - define default language (english)
  5.         $_GET['language'] = DEFAULT_LANGUAGE;
  6.     }
  7. }
  8. // check if language just changed, then change currency to language-curency (en - USD)
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 363)
  1.         header("HTTP/1.0 301 Moved Permanently");
  2.         header("Location: $redirect_to");
  3.         tep_exit();
  4.     } elseif (!isset($_GET['language'])) { // if url without /en - define default language (english)
  5.         $_GET['language'] = DEFAULT_LANGUAGE;
  6.     }
  7. }
  8. // check if language just changed, then change currency to language-curency (en - USD)
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:363
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:363)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant DEFAULT_LANGUAGE - assumed 'DEFAULT_LANGUAGE' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1. $_SESSION['language'] = $language;
  2. $_SESSION['language_short'] = $_GET['language'];
  3. $_SESSION['languages_id'] = $languages_id;
  4. if ($_GET['language'] == DEFAULT_LANGUAGE) {
  5.     $language_short_link '';
  6. } else {
  7.     $language_short_link $_GET['language'] . '/';
  8. }
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 395)
  1. $_SESSION['language'] = $language;
  2. $_SESSION['language_short'] = $_GET['language'];
  3. $_SESSION['languages_id'] = $languages_id;
  4. if ($_GET['language'] == DEFAULT_LANGUAGE) {
  5.     $language_short_link '';
  6. } else {
  7.     $language_short_link $_GET['language'] . '/';
  8. }
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:395
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:395)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Cannot modify header information - headers already sent by (output started at /mnt/test_sites/sites_new/newagriservices.com/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 /mnt/test_sites/sites_new/newagriservices.com/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('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

ErrorException
ErrorException:
Cannot modify header information - headers already sent by (output started at /mnt/test_sites/sites_new/newagriservices.com/app/Exceptions/Handler/Handler.php:106)

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:450
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
  at setcookie()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:450)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Cannot modify header information - headers already sent by (output started at /mnt/test_sites/sites_new/newagriservices.com/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 /mnt/test_sites/sites_new/newagriservices.com/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. define('OG_LOCALE'$language '_' strtoupper($language));
  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. define('OG_LOCALE'$language '_' strtoupper($language));
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

ErrorException
ErrorException:
Cannot modify header information - headers already sent by (output started at /mnt/test_sites/sites_new/newagriservices.com/app/Exceptions/Handler/Handler.php:106)

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:453
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
  at setcookie()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:453)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Cannot modify header information - headers already sent by (output started at /mnt/test_sites/sites_new/newagriservices.com/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 /mnt/test_sites/sites_new/newagriservices.com/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. define('OG_LOCALE'$language '_' strtoupper($language));
  10. @setlocale(LC_TIMEOG_LOCALE '.UTF-8');
  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. define('OG_LOCALE'$language '_' strtoupper($language));
  10. @setlocale(LC_TIMEOG_LOCALE '.UTF-8');
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

ErrorException
ErrorException:
Cannot modify header information - headers already sent by (output started at /mnt/test_sites/sites_new/newagriservices.com/app/Exceptions/Handler/Handler.php:106)

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:454
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
  at setcookie()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:454)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant DEFAULT_DATE_FORMAT - assumed 'DEFAULT_DATE_FORMAT' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1. }
  2. // include the language translations
  3. define('OG_LOCALE'$language '_' strtoupper($language));
  4. @setlocale(LC_TIMEOG_LOCALE '.UTF-8');
  5. define('DATE_FORMAT_SHORT'DEFAULT_DATE_FORMAT);
  6. define('DATE_FORMAT_LONG'"%D %H:%M:%S");
  7. define('DATE_FORMAT'DEFAULT_DATE_FORMAT);
  8. define('DATE_TIME_FORMAT'DATE_FORMAT_SHORT ' %H:%M:%S');
  9. 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}() in /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 460)
  1. }
  2. // include the language translations
  3. define('OG_LOCALE'$language '_' strtoupper($language));
  4. @setlocale(LC_TIMEOG_LOCALE '.UTF-8');
  5. define('DATE_FORMAT_SHORT'DEFAULT_DATE_FORMAT);
  6. define('DATE_FORMAT_LONG'"%D %H:%M:%S");
  7. define('DATE_FORMAT'DEFAULT_DATE_FORMAT);
  8. define('DATE_TIME_FORMAT'DATE_FORMAT_SHORT ' %H:%M:%S');
  9. includeLanguages(DIR_WS_LANGUAGES $language '.php');
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:460
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:460)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant DEFAULT_DATE_FORMAT - assumed 'DEFAULT_DATE_FORMAT' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1. // include the language translations
  2. define('OG_LOCALE'$language '_' strtoupper($language));
  3. @setlocale(LC_TIMEOG_LOCALE '.UTF-8');
  4. define('DATE_FORMAT_SHORT'DEFAULT_DATE_FORMAT);
  5. define('DATE_FORMAT_LONG'"%D %H:%M:%S");
  6. define('DATE_FORMAT'DEFAULT_DATE_FORMAT);
  7. define('DATE_TIME_FORMAT'DATE_FORMAT_SHORT ' %H:%M:%S');
  8. includeLanguages(DIR_WS_LANGUAGES $language '.php');
  9. //constantsJSON not will add to minify
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 462)
  1. // include the language translations
  2. define('OG_LOCALE'$language '_' strtoupper($language));
  3. @setlocale(LC_TIMEOG_LOCALE '.UTF-8');
  4. define('DATE_FORMAT_SHORT'DEFAULT_DATE_FORMAT);
  5. define('DATE_FORMAT_LONG'"%D %H:%M:%S");
  6. define('DATE_FORMAT'DEFAULT_DATE_FORMAT);
  7. define('DATE_TIME_FORMAT'DATE_FORMAT_SHORT ' %H:%M:%S');
  8. includeLanguages(DIR_WS_LANGUAGES $language '.php');
  9. //constantsJSON not will add to minify
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:462
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:462)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant VK_LOGIN - assumed 'VK_LOGIN' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1. includeLanguages(DIR_WS_LANGUAGES $language '.php');
  2. //constantsJSON not will add to minify
  3. $assets->constantsJSON = [
  4.     'BUTTON_SEND' => getConstantValue('BUTTON_SEND''Send'),
  5.     'VK_LOGIN' => VK_LOGIN,
  6.     'OG_LOCALE' => OG_LOCALE,
  7.     'STORE_NAME' => STORE_NAME,
  8.     'IMAGE_BUTTON_IN_CART' => IMAGE_BUTTON_IN_CART,
  9.     'HOME_LOAD_MORE_INFO' => HOME_LOAD_MORE_INFO,
  10.     'HOME_LOAD_ROLL_UP' => HOME_LOAD_ROLL_UP,
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 470)
  1. includeLanguages(DIR_WS_LANGUAGES $language '.php');
  2. //constantsJSON not will add to minify
  3. $assets->constantsJSON = [
  4.     'BUTTON_SEND' => getConstantValue('BUTTON_SEND''Send'),
  5.     'VK_LOGIN' => VK_LOGIN,
  6.     'OG_LOCALE' => OG_LOCALE,
  7.     'STORE_NAME' => STORE_NAME,
  8.     'IMAGE_BUTTON_IN_CART' => IMAGE_BUTTON_IN_CART,
  9.     'HOME_LOAD_MORE_INFO' => HOME_LOAD_MORE_INFO,
  10.     'HOME_LOAD_ROLL_UP' => HOME_LOAD_ROLL_UP,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:470
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:470)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant STORE_NAME - assumed 'STORE_NAME' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1. //constantsJSON not will add to minify
  2. $assets->constantsJSON = [
  3.     'BUTTON_SEND' => getConstantValue('BUTTON_SEND''Send'),
  4.     'VK_LOGIN' => VK_LOGIN,
  5.     'OG_LOCALE' => OG_LOCALE,
  6.     'STORE_NAME' => STORE_NAME,
  7.     'IMAGE_BUTTON_IN_CART' => IMAGE_BUTTON_IN_CART,
  8.     'HOME_LOAD_MORE_INFO' => HOME_LOAD_MORE_INFO,
  9.     'HOME_LOAD_ROLL_UP' => HOME_LOAD_ROLL_UP,
  10.     'DEMO2_READ_MORE' => addslashes(DEMO2_READ_MORE),
  11.     'DEMO2_READ_MORE_UP' => addslashes(DEMO2_READ_MORE_UP),
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 472)
  1. //constantsJSON not will add to minify
  2. $assets->constantsJSON = [
  3.     'BUTTON_SEND' => getConstantValue('BUTTON_SEND''Send'),
  4.     'VK_LOGIN' => VK_LOGIN,
  5.     'OG_LOCALE' => OG_LOCALE,
  6.     'STORE_NAME' => STORE_NAME,
  7.     'IMAGE_BUTTON_IN_CART' => IMAGE_BUTTON_IN_CART,
  8.     'HOME_LOAD_MORE_INFO' => HOME_LOAD_MORE_INFO,
  9.     'HOME_LOAD_ROLL_UP' => HOME_LOAD_ROLL_UP,
  10.     'DEMO2_READ_MORE' => addslashes(DEMO2_READ_MORE),
  11.     'DEMO2_READ_MORE_UP' => addslashes(DEMO2_READ_MORE_UP),
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:472
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:472)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant IMAGE_BUTTON_IN_CART - assumed 'IMAGE_BUTTON_IN_CART' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1. $assets->constantsJSON = [
  2.     'BUTTON_SEND' => getConstantValue('BUTTON_SEND''Send'),
  3.     'VK_LOGIN' => VK_LOGIN,
  4.     'OG_LOCALE' => OG_LOCALE,
  5.     'STORE_NAME' => STORE_NAME,
  6.     'IMAGE_BUTTON_IN_CART' => IMAGE_BUTTON_IN_CART,
  7.     'HOME_LOAD_MORE_INFO' => HOME_LOAD_MORE_INFO,
  8.     'HOME_LOAD_ROLL_UP' => HOME_LOAD_ROLL_UP,
  9.     'DEMO2_READ_MORE' => addslashes(DEMO2_READ_MORE),
  10.     'DEMO2_READ_MORE_UP' => addslashes(DEMO2_READ_MORE_UP),
  11.     'SHOW_RESULTS' => SHOW_RESULTS,
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 473)
  1. $assets->constantsJSON = [
  2.     'BUTTON_SEND' => getConstantValue('BUTTON_SEND''Send'),
  3.     'VK_LOGIN' => VK_LOGIN,
  4.     'OG_LOCALE' => OG_LOCALE,
  5.     'STORE_NAME' => STORE_NAME,
  6.     'IMAGE_BUTTON_IN_CART' => IMAGE_BUTTON_IN_CART,
  7.     'HOME_LOAD_MORE_INFO' => HOME_LOAD_MORE_INFO,
  8.     'HOME_LOAD_ROLL_UP' => HOME_LOAD_ROLL_UP,
  9.     'DEMO2_READ_MORE' => addslashes(DEMO2_READ_MORE),
  10.     'DEMO2_READ_MORE_UP' => addslashes(DEMO2_READ_MORE_UP),
  11.     'SHOW_RESULTS' => SHOW_RESULTS,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:473
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:473)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant HOME_LOAD_MORE_INFO - assumed 'HOME_LOAD_MORE_INFO' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'BUTTON_SEND' => getConstantValue('BUTTON_SEND''Send'),
  2.     'VK_LOGIN' => VK_LOGIN,
  3.     'OG_LOCALE' => OG_LOCALE,
  4.     'STORE_NAME' => STORE_NAME,
  5.     'IMAGE_BUTTON_IN_CART' => IMAGE_BUTTON_IN_CART,
  6.     'HOME_LOAD_MORE_INFO' => HOME_LOAD_MORE_INFO,
  7.     'HOME_LOAD_ROLL_UP' => HOME_LOAD_ROLL_UP,
  8.     'DEMO2_READ_MORE' => addslashes(DEMO2_READ_MORE),
  9.     'DEMO2_READ_MORE_UP' => addslashes(DEMO2_READ_MORE_UP),
  10.     'SHOW_RESULTS' => SHOW_RESULTS,
  11.     'ENTER_KEY' => ENTER_KEY,
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 474)
  1.     'BUTTON_SEND' => getConstantValue('BUTTON_SEND''Send'),
  2.     'VK_LOGIN' => VK_LOGIN,
  3.     'OG_LOCALE' => OG_LOCALE,
  4.     'STORE_NAME' => STORE_NAME,
  5.     'IMAGE_BUTTON_IN_CART' => IMAGE_BUTTON_IN_CART,
  6.     'HOME_LOAD_MORE_INFO' => HOME_LOAD_MORE_INFO,
  7.     'HOME_LOAD_ROLL_UP' => HOME_LOAD_ROLL_UP,
  8.     'DEMO2_READ_MORE' => addslashes(DEMO2_READ_MORE),
  9.     'DEMO2_READ_MORE_UP' => addslashes(DEMO2_READ_MORE_UP),
  10.     'SHOW_RESULTS' => SHOW_RESULTS,
  11.     'ENTER_KEY' => ENTER_KEY,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:474
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:474)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant HOME_LOAD_ROLL_UP - assumed 'HOME_LOAD_ROLL_UP' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'VK_LOGIN' => VK_LOGIN,
  2.     'OG_LOCALE' => OG_LOCALE,
  3.     'STORE_NAME' => STORE_NAME,
  4.     'IMAGE_BUTTON_IN_CART' => IMAGE_BUTTON_IN_CART,
  5.     'HOME_LOAD_MORE_INFO' => HOME_LOAD_MORE_INFO,
  6.     'HOME_LOAD_ROLL_UP' => HOME_LOAD_ROLL_UP,
  7.     'DEMO2_READ_MORE' => addslashes(DEMO2_READ_MORE),
  8.     'DEMO2_READ_MORE_UP' => addslashes(DEMO2_READ_MORE_UP),
  9.     'SHOW_RESULTS' => SHOW_RESULTS,
  10.     'ENTER_KEY' => ENTER_KEY,
  11.     'SEARCH_LANG' => ($lng->language['code'] != DEFAULT_LANGUAGE $lng->language['code'] : '') . '/',
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 475)
  1.     'VK_LOGIN' => VK_LOGIN,
  2.     'OG_LOCALE' => OG_LOCALE,
  3.     'STORE_NAME' => STORE_NAME,
  4.     'IMAGE_BUTTON_IN_CART' => IMAGE_BUTTON_IN_CART,
  5.     'HOME_LOAD_MORE_INFO' => HOME_LOAD_MORE_INFO,
  6.     'HOME_LOAD_ROLL_UP' => HOME_LOAD_ROLL_UP,
  7.     'DEMO2_READ_MORE' => addslashes(DEMO2_READ_MORE),
  8.     'DEMO2_READ_MORE_UP' => addslashes(DEMO2_READ_MORE_UP),
  9.     'SHOW_RESULTS' => SHOW_RESULTS,
  10.     'ENTER_KEY' => ENTER_KEY,
  11.     'SEARCH_LANG' => ($lng->language['code'] != DEFAULT_LANGUAGE $lng->language['code'] : '') . '/',
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:475
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:475)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant DEMO2_READ_MORE - assumed 'DEMO2_READ_MORE' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'OG_LOCALE' => OG_LOCALE,
  2.     'STORE_NAME' => STORE_NAME,
  3.     'IMAGE_BUTTON_IN_CART' => IMAGE_BUTTON_IN_CART,
  4.     'HOME_LOAD_MORE_INFO' => HOME_LOAD_MORE_INFO,
  5.     'HOME_LOAD_ROLL_UP' => HOME_LOAD_ROLL_UP,
  6.     'DEMO2_READ_MORE' => addslashes(DEMO2_READ_MORE),
  7.     'DEMO2_READ_MORE_UP' => addslashes(DEMO2_READ_MORE_UP),
  8.     'SHOW_RESULTS' => SHOW_RESULTS,
  9.     'ENTER_KEY' => ENTER_KEY,
  10.     'SEARCH_LANG' => ($lng->language['code'] != DEFAULT_LANGUAGE $lng->language['code'] : '') . '/',
  11.     'TEXT_LIMIT_REACHED' => TEXT_LIMIT_REACHED,
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 476)
  1.     'OG_LOCALE' => OG_LOCALE,
  2.     'STORE_NAME' => STORE_NAME,
  3.     'IMAGE_BUTTON_IN_CART' => IMAGE_BUTTON_IN_CART,
  4.     'HOME_LOAD_MORE_INFO' => HOME_LOAD_MORE_INFO,
  5.     'HOME_LOAD_ROLL_UP' => HOME_LOAD_ROLL_UP,
  6.     'DEMO2_READ_MORE' => addslashes(DEMO2_READ_MORE),
  7.     'DEMO2_READ_MORE_UP' => addslashes(DEMO2_READ_MORE_UP),
  8.     'SHOW_RESULTS' => SHOW_RESULTS,
  9.     'ENTER_KEY' => ENTER_KEY,
  10.     'SEARCH_LANG' => ($lng->language['code'] != DEFAULT_LANGUAGE $lng->language['code'] : '') . '/',
  11.     'TEXT_LIMIT_REACHED' => TEXT_LIMIT_REACHED,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:476
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:476)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant DEMO2_READ_MORE_UP - assumed 'DEMO2_READ_MORE_UP' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'STORE_NAME' => STORE_NAME,
  2.     'IMAGE_BUTTON_IN_CART' => IMAGE_BUTTON_IN_CART,
  3.     'HOME_LOAD_MORE_INFO' => HOME_LOAD_MORE_INFO,
  4.     'HOME_LOAD_ROLL_UP' => HOME_LOAD_ROLL_UP,
  5.     'DEMO2_READ_MORE' => addslashes(DEMO2_READ_MORE),
  6.     'DEMO2_READ_MORE_UP' => addslashes(DEMO2_READ_MORE_UP),
  7.     'SHOW_RESULTS' => SHOW_RESULTS,
  8.     'ENTER_KEY' => ENTER_KEY,
  9.     'SEARCH_LANG' => ($lng->language['code'] != DEFAULT_LANGUAGE $lng->language['code'] : '') . '/',
  10.     'TEXT_LIMIT_REACHED' => TEXT_LIMIT_REACHED,
  11.     'RENDER_TEXT_ADDED_TO_CART' => RENDER_TEXT_ADDED_TO_CART,
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 477)
  1.     'STORE_NAME' => STORE_NAME,
  2.     'IMAGE_BUTTON_IN_CART' => IMAGE_BUTTON_IN_CART,
  3.     'HOME_LOAD_MORE_INFO' => HOME_LOAD_MORE_INFO,
  4.     'HOME_LOAD_ROLL_UP' => HOME_LOAD_ROLL_UP,
  5.     'DEMO2_READ_MORE' => addslashes(DEMO2_READ_MORE),
  6.     'DEMO2_READ_MORE_UP' => addslashes(DEMO2_READ_MORE_UP),
  7.     'SHOW_RESULTS' => SHOW_RESULTS,
  8.     'ENTER_KEY' => ENTER_KEY,
  9.     'SEARCH_LANG' => ($lng->language['code'] != DEFAULT_LANGUAGE $lng->language['code'] : '') . '/',
  10.     'TEXT_LIMIT_REACHED' => TEXT_LIMIT_REACHED,
  11.     'RENDER_TEXT_ADDED_TO_CART' => RENDER_TEXT_ADDED_TO_CART,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:477
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:477)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant SHOW_RESULTS - assumed 'SHOW_RESULTS' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'IMAGE_BUTTON_IN_CART' => IMAGE_BUTTON_IN_CART,
  2.     'HOME_LOAD_MORE_INFO' => HOME_LOAD_MORE_INFO,
  3.     'HOME_LOAD_ROLL_UP' => HOME_LOAD_ROLL_UP,
  4.     'DEMO2_READ_MORE' => addslashes(DEMO2_READ_MORE),
  5.     'DEMO2_READ_MORE_UP' => addslashes(DEMO2_READ_MORE_UP),
  6.     'SHOW_RESULTS' => SHOW_RESULTS,
  7.     'ENTER_KEY' => ENTER_KEY,
  8.     'SEARCH_LANG' => ($lng->language['code'] != DEFAULT_LANGUAGE $lng->language['code'] : '') . '/',
  9.     'TEXT_LIMIT_REACHED' => TEXT_LIMIT_REACHED,
  10.     'RENDER_TEXT_ADDED_TO_CART' => RENDER_TEXT_ADDED_TO_CART,
  11.     'CHOOSE_ADDRESS' => CHOOSE_ADDRESS,
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 478)
  1.     'IMAGE_BUTTON_IN_CART' => IMAGE_BUTTON_IN_CART,
  2.     'HOME_LOAD_MORE_INFO' => HOME_LOAD_MORE_INFO,
  3.     'HOME_LOAD_ROLL_UP' => HOME_LOAD_ROLL_UP,
  4.     'DEMO2_READ_MORE' => addslashes(DEMO2_READ_MORE),
  5.     'DEMO2_READ_MORE_UP' => addslashes(DEMO2_READ_MORE_UP),
  6.     'SHOW_RESULTS' => SHOW_RESULTS,
  7.     'ENTER_KEY' => ENTER_KEY,
  8.     'SEARCH_LANG' => ($lng->language['code'] != DEFAULT_LANGUAGE $lng->language['code'] : '') . '/',
  9.     'TEXT_LIMIT_REACHED' => TEXT_LIMIT_REACHED,
  10.     'RENDER_TEXT_ADDED_TO_CART' => RENDER_TEXT_ADDED_TO_CART,
  11.     'CHOOSE_ADDRESS' => CHOOSE_ADDRESS,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:478
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:478)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant ENTER_KEY - assumed 'ENTER_KEY' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'HOME_LOAD_MORE_INFO' => HOME_LOAD_MORE_INFO,
  2.     'HOME_LOAD_ROLL_UP' => HOME_LOAD_ROLL_UP,
  3.     'DEMO2_READ_MORE' => addslashes(DEMO2_READ_MORE),
  4.     'DEMO2_READ_MORE_UP' => addslashes(DEMO2_READ_MORE_UP),
  5.     'SHOW_RESULTS' => SHOW_RESULTS,
  6.     'ENTER_KEY' => ENTER_KEY,
  7.     'SEARCH_LANG' => ($lng->language['code'] != DEFAULT_LANGUAGE $lng->language['code'] : '') . '/',
  8.     'TEXT_LIMIT_REACHED' => TEXT_LIMIT_REACHED,
  9.     'RENDER_TEXT_ADDED_TO_CART' => RENDER_TEXT_ADDED_TO_CART,
  10.     'CHOOSE_ADDRESS' => CHOOSE_ADDRESS,
  11.     'IMAGE_BUTTON_ADDTO_CART' => IMAGE_BUTTON_ADDTO_CART,
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 479)
  1.     'HOME_LOAD_MORE_INFO' => HOME_LOAD_MORE_INFO,
  2.     'HOME_LOAD_ROLL_UP' => HOME_LOAD_ROLL_UP,
  3.     'DEMO2_READ_MORE' => addslashes(DEMO2_READ_MORE),
  4.     'DEMO2_READ_MORE_UP' => addslashes(DEMO2_READ_MORE_UP),
  5.     'SHOW_RESULTS' => SHOW_RESULTS,
  6.     'ENTER_KEY' => ENTER_KEY,
  7.     'SEARCH_LANG' => ($lng->language['code'] != DEFAULT_LANGUAGE $lng->language['code'] : '') . '/',
  8.     'TEXT_LIMIT_REACHED' => TEXT_LIMIT_REACHED,
  9.     'RENDER_TEXT_ADDED_TO_CART' => RENDER_TEXT_ADDED_TO_CART,
  10.     'CHOOSE_ADDRESS' => CHOOSE_ADDRESS,
  11.     'IMAGE_BUTTON_ADDTO_CART' => IMAGE_BUTTON_ADDTO_CART,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:479
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:479)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant DEFAULT_LANGUAGE - assumed 'DEFAULT_LANGUAGE' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'HOME_LOAD_ROLL_UP' => HOME_LOAD_ROLL_UP,
  2.     'DEMO2_READ_MORE' => addslashes(DEMO2_READ_MORE),
  3.     'DEMO2_READ_MORE_UP' => addslashes(DEMO2_READ_MORE_UP),
  4.     'SHOW_RESULTS' => SHOW_RESULTS,
  5.     'ENTER_KEY' => ENTER_KEY,
  6.     'SEARCH_LANG' => ($lng->language['code'] != DEFAULT_LANGUAGE $lng->language['code'] : '') . '/',
  7.     'TEXT_LIMIT_REACHED' => TEXT_LIMIT_REACHED,
  8.     'RENDER_TEXT_ADDED_TO_CART' => RENDER_TEXT_ADDED_TO_CART,
  9.     'CHOOSE_ADDRESS' => CHOOSE_ADDRESS,
  10.     'IMAGE_BUTTON_ADDTO_CART' => IMAGE_BUTTON_ADDTO_CART,
  11.     'CUSTOM_PANEL_DATE1' => CUSTOM_PANEL_DATE1,
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 480)
  1.     'HOME_LOAD_ROLL_UP' => HOME_LOAD_ROLL_UP,
  2.     'DEMO2_READ_MORE' => addslashes(DEMO2_READ_MORE),
  3.     'DEMO2_READ_MORE_UP' => addslashes(DEMO2_READ_MORE_UP),
  4.     'SHOW_RESULTS' => SHOW_RESULTS,
  5.     'ENTER_KEY' => ENTER_KEY,
  6.     'SEARCH_LANG' => ($lng->language['code'] != DEFAULT_LANGUAGE $lng->language['code'] : '') . '/',
  7.     'TEXT_LIMIT_REACHED' => TEXT_LIMIT_REACHED,
  8.     'RENDER_TEXT_ADDED_TO_CART' => RENDER_TEXT_ADDED_TO_CART,
  9.     'CHOOSE_ADDRESS' => CHOOSE_ADDRESS,
  10.     'IMAGE_BUTTON_ADDTO_CART' => IMAGE_BUTTON_ADDTO_CART,
  11.     'CUSTOM_PANEL_DATE1' => CUSTOM_PANEL_DATE1,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:480
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:480)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant TEXT_LIMIT_REACHED - assumed 'TEXT_LIMIT_REACHED' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'DEMO2_READ_MORE' => addslashes(DEMO2_READ_MORE),
  2.     'DEMO2_READ_MORE_UP' => addslashes(DEMO2_READ_MORE_UP),
  3.     'SHOW_RESULTS' => SHOW_RESULTS,
  4.     'ENTER_KEY' => ENTER_KEY,
  5.     'SEARCH_LANG' => ($lng->language['code'] != DEFAULT_LANGUAGE $lng->language['code'] : '') . '/',
  6.     'TEXT_LIMIT_REACHED' => TEXT_LIMIT_REACHED,
  7.     'RENDER_TEXT_ADDED_TO_CART' => RENDER_TEXT_ADDED_TO_CART,
  8.     'CHOOSE_ADDRESS' => CHOOSE_ADDRESS,
  9.     'IMAGE_BUTTON_ADDTO_CART' => IMAGE_BUTTON_ADDTO_CART,
  10.     'CUSTOM_PANEL_DATE1' => CUSTOM_PANEL_DATE1,
  11.     'CUSTOM_PANEL_DATE2' => CUSTOM_PANEL_DATE2,
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 481)
  1.     'DEMO2_READ_MORE' => addslashes(DEMO2_READ_MORE),
  2.     'DEMO2_READ_MORE_UP' => addslashes(DEMO2_READ_MORE_UP),
  3.     'SHOW_RESULTS' => SHOW_RESULTS,
  4.     'ENTER_KEY' => ENTER_KEY,
  5.     'SEARCH_LANG' => ($lng->language['code'] != DEFAULT_LANGUAGE $lng->language['code'] : '') . '/',
  6.     'TEXT_LIMIT_REACHED' => TEXT_LIMIT_REACHED,
  7.     'RENDER_TEXT_ADDED_TO_CART' => RENDER_TEXT_ADDED_TO_CART,
  8.     'CHOOSE_ADDRESS' => CHOOSE_ADDRESS,
  9.     'IMAGE_BUTTON_ADDTO_CART' => IMAGE_BUTTON_ADDTO_CART,
  10.     'CUSTOM_PANEL_DATE1' => CUSTOM_PANEL_DATE1,
  11.     'CUSTOM_PANEL_DATE2' => CUSTOM_PANEL_DATE2,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:481
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:481)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant RENDER_TEXT_ADDED_TO_CART - assumed 'RENDER_TEXT_ADDED_TO_CART' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'DEMO2_READ_MORE_UP' => addslashes(DEMO2_READ_MORE_UP),
  2.     'SHOW_RESULTS' => SHOW_RESULTS,
  3.     'ENTER_KEY' => ENTER_KEY,
  4.     'SEARCH_LANG' => ($lng->language['code'] != DEFAULT_LANGUAGE $lng->language['code'] : '') . '/',
  5.     'TEXT_LIMIT_REACHED' => TEXT_LIMIT_REACHED,
  6.     'RENDER_TEXT_ADDED_TO_CART' => RENDER_TEXT_ADDED_TO_CART,
  7.     'CHOOSE_ADDRESS' => CHOOSE_ADDRESS,
  8.     'IMAGE_BUTTON_ADDTO_CART' => IMAGE_BUTTON_ADDTO_CART,
  9.     'CUSTOM_PANEL_DATE1' => CUSTOM_PANEL_DATE1,
  10.     'CUSTOM_PANEL_DATE2' => CUSTOM_PANEL_DATE2,
  11.     'CUSTOM_PANEL_DATE3' => CUSTOM_PANEL_DATE3,
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 482)
  1.     'DEMO2_READ_MORE_UP' => addslashes(DEMO2_READ_MORE_UP),
  2.     'SHOW_RESULTS' => SHOW_RESULTS,
  3.     'ENTER_KEY' => ENTER_KEY,
  4.     'SEARCH_LANG' => ($lng->language['code'] != DEFAULT_LANGUAGE $lng->language['code'] : '') . '/',
  5.     'TEXT_LIMIT_REACHED' => TEXT_LIMIT_REACHED,
  6.     'RENDER_TEXT_ADDED_TO_CART' => RENDER_TEXT_ADDED_TO_CART,
  7.     'CHOOSE_ADDRESS' => CHOOSE_ADDRESS,
  8.     'IMAGE_BUTTON_ADDTO_CART' => IMAGE_BUTTON_ADDTO_CART,
  9.     'CUSTOM_PANEL_DATE1' => CUSTOM_PANEL_DATE1,
  10.     'CUSTOM_PANEL_DATE2' => CUSTOM_PANEL_DATE2,
  11.     'CUSTOM_PANEL_DATE3' => CUSTOM_PANEL_DATE3,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:482
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:482)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant CHOOSE_ADDRESS - assumed 'CHOOSE_ADDRESS' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'SHOW_RESULTS' => SHOW_RESULTS,
  2.     'ENTER_KEY' => ENTER_KEY,
  3.     'SEARCH_LANG' => ($lng->language['code'] != DEFAULT_LANGUAGE $lng->language['code'] : '') . '/',
  4.     'TEXT_LIMIT_REACHED' => TEXT_LIMIT_REACHED,
  5.     'RENDER_TEXT_ADDED_TO_CART' => RENDER_TEXT_ADDED_TO_CART,
  6.     'CHOOSE_ADDRESS' => CHOOSE_ADDRESS,
  7.     'IMAGE_BUTTON_ADDTO_CART' => IMAGE_BUTTON_ADDTO_CART,
  8.     'CUSTOM_PANEL_DATE1' => CUSTOM_PANEL_DATE1,
  9.     'CUSTOM_PANEL_DATE2' => CUSTOM_PANEL_DATE2,
  10.     'CUSTOM_PANEL_DATE3' => CUSTOM_PANEL_DATE3,
  11.     'TEMPLATE_NAME' => TEMPLATE_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}() in /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 483)
  1.     'SHOW_RESULTS' => SHOW_RESULTS,
  2.     'ENTER_KEY' => ENTER_KEY,
  3.     'SEARCH_LANG' => ($lng->language['code'] != DEFAULT_LANGUAGE $lng->language['code'] : '') . '/',
  4.     'TEXT_LIMIT_REACHED' => TEXT_LIMIT_REACHED,
  5.     'RENDER_TEXT_ADDED_TO_CART' => RENDER_TEXT_ADDED_TO_CART,
  6.     'CHOOSE_ADDRESS' => CHOOSE_ADDRESS,
  7.     'IMAGE_BUTTON_ADDTO_CART' => IMAGE_BUTTON_ADDTO_CART,
  8.     'CUSTOM_PANEL_DATE1' => CUSTOM_PANEL_DATE1,
  9.     'CUSTOM_PANEL_DATE2' => CUSTOM_PANEL_DATE2,
  10.     'CUSTOM_PANEL_DATE3' => CUSTOM_PANEL_DATE3,
  11.     'TEMPLATE_NAME' => TEMPLATE_NAME,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:483
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:483)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant IMAGE_BUTTON_ADDTO_CART - assumed 'IMAGE_BUTTON_ADDTO_CART' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'ENTER_KEY' => ENTER_KEY,
  2.     'SEARCH_LANG' => ($lng->language['code'] != DEFAULT_LANGUAGE $lng->language['code'] : '') . '/',
  3.     'TEXT_LIMIT_REACHED' => TEXT_LIMIT_REACHED,
  4.     'RENDER_TEXT_ADDED_TO_CART' => RENDER_TEXT_ADDED_TO_CART,
  5.     'CHOOSE_ADDRESS' => CHOOSE_ADDRESS,
  6.     'IMAGE_BUTTON_ADDTO_CART' => IMAGE_BUTTON_ADDTO_CART,
  7.     'CUSTOM_PANEL_DATE1' => CUSTOM_PANEL_DATE1,
  8.     'CUSTOM_PANEL_DATE2' => CUSTOM_PANEL_DATE2,
  9.     'CUSTOM_PANEL_DATE3' => CUSTOM_PANEL_DATE3,
  10.     'TEMPLATE_NAME' => TEMPLATE_NAME,
  11.     'SEO_FILTER' => getConstantValue('SEO_FILTER'0),
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 484)
  1.     'ENTER_KEY' => ENTER_KEY,
  2.     'SEARCH_LANG' => ($lng->language['code'] != DEFAULT_LANGUAGE $lng->language['code'] : '') . '/',
  3.     'TEXT_LIMIT_REACHED' => TEXT_LIMIT_REACHED,
  4.     'RENDER_TEXT_ADDED_TO_CART' => RENDER_TEXT_ADDED_TO_CART,
  5.     'CHOOSE_ADDRESS' => CHOOSE_ADDRESS,
  6.     'IMAGE_BUTTON_ADDTO_CART' => IMAGE_BUTTON_ADDTO_CART,
  7.     'CUSTOM_PANEL_DATE1' => CUSTOM_PANEL_DATE1,
  8.     'CUSTOM_PANEL_DATE2' => CUSTOM_PANEL_DATE2,
  9.     'CUSTOM_PANEL_DATE3' => CUSTOM_PANEL_DATE3,
  10.     'TEMPLATE_NAME' => TEMPLATE_NAME,
  11.     'SEO_FILTER' => getConstantValue('SEO_FILTER'0),
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:484
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:484)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant CUSTOM_PANEL_DATE1 - assumed 'CUSTOM_PANEL_DATE1' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'SEARCH_LANG' => ($lng->language['code'] != DEFAULT_LANGUAGE $lng->language['code'] : '') . '/',
  2.     'TEXT_LIMIT_REACHED' => TEXT_LIMIT_REACHED,
  3.     'RENDER_TEXT_ADDED_TO_CART' => RENDER_TEXT_ADDED_TO_CART,
  4.     'CHOOSE_ADDRESS' => CHOOSE_ADDRESS,
  5.     'IMAGE_BUTTON_ADDTO_CART' => IMAGE_BUTTON_ADDTO_CART,
  6.     'CUSTOM_PANEL_DATE1' => CUSTOM_PANEL_DATE1,
  7.     'CUSTOM_PANEL_DATE2' => CUSTOM_PANEL_DATE2,
  8.     'CUSTOM_PANEL_DATE3' => CUSTOM_PANEL_DATE3,
  9.     'TEMPLATE_NAME' => TEMPLATE_NAME,
  10.     'SEO_FILTER' => getConstantValue('SEO_FILTER'0),
  11.     'ONEPAGE_ADDRESS_TYPE_POSITION' => ONEPAGE_ADDRESS_TYPE_POSITION,
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 485)
  1.     'SEARCH_LANG' => ($lng->language['code'] != DEFAULT_LANGUAGE $lng->language['code'] : '') . '/',
  2.     'TEXT_LIMIT_REACHED' => TEXT_LIMIT_REACHED,
  3.     'RENDER_TEXT_ADDED_TO_CART' => RENDER_TEXT_ADDED_TO_CART,
  4.     'CHOOSE_ADDRESS' => CHOOSE_ADDRESS,
  5.     'IMAGE_BUTTON_ADDTO_CART' => IMAGE_BUTTON_ADDTO_CART,
  6.     'CUSTOM_PANEL_DATE1' => CUSTOM_PANEL_DATE1,
  7.     'CUSTOM_PANEL_DATE2' => CUSTOM_PANEL_DATE2,
  8.     'CUSTOM_PANEL_DATE3' => CUSTOM_PANEL_DATE3,
  9.     'TEMPLATE_NAME' => TEMPLATE_NAME,
  10.     'SEO_FILTER' => getConstantValue('SEO_FILTER'0),
  11.     'ONEPAGE_ADDRESS_TYPE_POSITION' => ONEPAGE_ADDRESS_TYPE_POSITION,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:485
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:485)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant CUSTOM_PANEL_DATE2 - assumed 'CUSTOM_PANEL_DATE2' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'TEXT_LIMIT_REACHED' => TEXT_LIMIT_REACHED,
  2.     'RENDER_TEXT_ADDED_TO_CART' => RENDER_TEXT_ADDED_TO_CART,
  3.     'CHOOSE_ADDRESS' => CHOOSE_ADDRESS,
  4.     'IMAGE_BUTTON_ADDTO_CART' => IMAGE_BUTTON_ADDTO_CART,
  5.     'CUSTOM_PANEL_DATE1' => CUSTOM_PANEL_DATE1,
  6.     'CUSTOM_PANEL_DATE2' => CUSTOM_PANEL_DATE2,
  7.     'CUSTOM_PANEL_DATE3' => CUSTOM_PANEL_DATE3,
  8.     'TEMPLATE_NAME' => TEMPLATE_NAME,
  9.     'SEO_FILTER' => getConstantValue('SEO_FILTER'0),
  10.     'ONEPAGE_ADDRESS_TYPE_POSITION' => ONEPAGE_ADDRESS_TYPE_POSITION,
  11.     'STOCK_SHOW_BUY_BUTTON' => STOCK_SHOW_BUY_BUTTON,
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 486)
  1.     'TEXT_LIMIT_REACHED' => TEXT_LIMIT_REACHED,
  2.     'RENDER_TEXT_ADDED_TO_CART' => RENDER_TEXT_ADDED_TO_CART,
  3.     'CHOOSE_ADDRESS' => CHOOSE_ADDRESS,
  4.     'IMAGE_BUTTON_ADDTO_CART' => IMAGE_BUTTON_ADDTO_CART,
  5.     'CUSTOM_PANEL_DATE1' => CUSTOM_PANEL_DATE1,
  6.     'CUSTOM_PANEL_DATE2' => CUSTOM_PANEL_DATE2,
  7.     'CUSTOM_PANEL_DATE3' => CUSTOM_PANEL_DATE3,
  8.     'TEMPLATE_NAME' => TEMPLATE_NAME,
  9.     'SEO_FILTER' => getConstantValue('SEO_FILTER'0),
  10.     'ONEPAGE_ADDRESS_TYPE_POSITION' => ONEPAGE_ADDRESS_TYPE_POSITION,
  11.     'STOCK_SHOW_BUY_BUTTON' => STOCK_SHOW_BUY_BUTTON,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:486
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:486)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant CUSTOM_PANEL_DATE3 - assumed 'CUSTOM_PANEL_DATE3' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'RENDER_TEXT_ADDED_TO_CART' => RENDER_TEXT_ADDED_TO_CART,
  2.     'CHOOSE_ADDRESS' => CHOOSE_ADDRESS,
  3.     'IMAGE_BUTTON_ADDTO_CART' => IMAGE_BUTTON_ADDTO_CART,
  4.     'CUSTOM_PANEL_DATE1' => CUSTOM_PANEL_DATE1,
  5.     'CUSTOM_PANEL_DATE2' => CUSTOM_PANEL_DATE2,
  6.     'CUSTOM_PANEL_DATE3' => CUSTOM_PANEL_DATE3,
  7.     'TEMPLATE_NAME' => TEMPLATE_NAME,
  8.     'SEO_FILTER' => getConstantValue('SEO_FILTER'0),
  9.     'ONEPAGE_ADDRESS_TYPE_POSITION' => ONEPAGE_ADDRESS_TYPE_POSITION,
  10.     'STOCK_SHOW_BUY_BUTTON' => STOCK_SHOW_BUY_BUTTON,
  11.     'LIST_TEMP_INSTOCK' => LIST_TEMP_INSTOCK,
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 487)
  1.     'RENDER_TEXT_ADDED_TO_CART' => RENDER_TEXT_ADDED_TO_CART,
  2.     'CHOOSE_ADDRESS' => CHOOSE_ADDRESS,
  3.     'IMAGE_BUTTON_ADDTO_CART' => IMAGE_BUTTON_ADDTO_CART,
  4.     'CUSTOM_PANEL_DATE1' => CUSTOM_PANEL_DATE1,
  5.     'CUSTOM_PANEL_DATE2' => CUSTOM_PANEL_DATE2,
  6.     'CUSTOM_PANEL_DATE3' => CUSTOM_PANEL_DATE3,
  7.     'TEMPLATE_NAME' => TEMPLATE_NAME,
  8.     'SEO_FILTER' => getConstantValue('SEO_FILTER'0),
  9.     'ONEPAGE_ADDRESS_TYPE_POSITION' => ONEPAGE_ADDRESS_TYPE_POSITION,
  10.     'STOCK_SHOW_BUY_BUTTON' => STOCK_SHOW_BUY_BUTTON,
  11.     'LIST_TEMP_INSTOCK' => LIST_TEMP_INSTOCK,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:487
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:487)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant ONEPAGE_ADDRESS_TYPE_POSITION - assumed 'ONEPAGE_ADDRESS_TYPE_POSITION' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'CUSTOM_PANEL_DATE1' => CUSTOM_PANEL_DATE1,
  2.     'CUSTOM_PANEL_DATE2' => CUSTOM_PANEL_DATE2,
  3.     'CUSTOM_PANEL_DATE3' => CUSTOM_PANEL_DATE3,
  4.     'TEMPLATE_NAME' => TEMPLATE_NAME,
  5.     'SEO_FILTER' => getConstantValue('SEO_FILTER'0),
  6.     'ONEPAGE_ADDRESS_TYPE_POSITION' => ONEPAGE_ADDRESS_TYPE_POSITION,
  7.     'STOCK_SHOW_BUY_BUTTON' => STOCK_SHOW_BUY_BUTTON,
  8.     'LIST_TEMP_INSTOCK' => LIST_TEMP_INSTOCK,
  9.     'LIST_TEMP_OUTSTOCK' => LIST_TEMP_OUTSTOCK,
  10.     'TEXT_MODAL_APPLY_ACTION' => TEXT_MODAL_APPLY_ACTION,
  11.     'IMAGE_CANCEL' => IMAGE_CANCEL,
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 490)
  1.     'CUSTOM_PANEL_DATE1' => CUSTOM_PANEL_DATE1,
  2.     'CUSTOM_PANEL_DATE2' => CUSTOM_PANEL_DATE2,
  3.     'CUSTOM_PANEL_DATE3' => CUSTOM_PANEL_DATE3,
  4.     'TEMPLATE_NAME' => TEMPLATE_NAME,
  5.     'SEO_FILTER' => getConstantValue('SEO_FILTER'0),
  6.     'ONEPAGE_ADDRESS_TYPE_POSITION' => ONEPAGE_ADDRESS_TYPE_POSITION,
  7.     'STOCK_SHOW_BUY_BUTTON' => STOCK_SHOW_BUY_BUTTON,
  8.     'LIST_TEMP_INSTOCK' => LIST_TEMP_INSTOCK,
  9.     'LIST_TEMP_OUTSTOCK' => LIST_TEMP_OUTSTOCK,
  10.     'TEXT_MODAL_APPLY_ACTION' => TEXT_MODAL_APPLY_ACTION,
  11.     'IMAGE_CANCEL' => IMAGE_CANCEL,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:490
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:490)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant STOCK_SHOW_BUY_BUTTON - assumed 'STOCK_SHOW_BUY_BUTTON' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'CUSTOM_PANEL_DATE2' => CUSTOM_PANEL_DATE2,
  2.     'CUSTOM_PANEL_DATE3' => CUSTOM_PANEL_DATE3,
  3.     'TEMPLATE_NAME' => TEMPLATE_NAME,
  4.     'SEO_FILTER' => getConstantValue('SEO_FILTER'0),
  5.     'ONEPAGE_ADDRESS_TYPE_POSITION' => ONEPAGE_ADDRESS_TYPE_POSITION,
  6.     'STOCK_SHOW_BUY_BUTTON' => STOCK_SHOW_BUY_BUTTON,
  7.     'LIST_TEMP_INSTOCK' => LIST_TEMP_INSTOCK,
  8.     'LIST_TEMP_OUTSTOCK' => LIST_TEMP_OUTSTOCK,
  9.     'TEXT_MODAL_APPLY_ACTION' => TEXT_MODAL_APPLY_ACTION,
  10.     'IMAGE_CANCEL' => IMAGE_CANCEL,
  11.     'TEXT_DAY_SHORT_1' => TEXT_DAY_SHORT_1,
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 491)
  1.     'CUSTOM_PANEL_DATE2' => CUSTOM_PANEL_DATE2,
  2.     'CUSTOM_PANEL_DATE3' => CUSTOM_PANEL_DATE3,
  3.     'TEMPLATE_NAME' => TEMPLATE_NAME,
  4.     'SEO_FILTER' => getConstantValue('SEO_FILTER'0),
  5.     'ONEPAGE_ADDRESS_TYPE_POSITION' => ONEPAGE_ADDRESS_TYPE_POSITION,
  6.     'STOCK_SHOW_BUY_BUTTON' => STOCK_SHOW_BUY_BUTTON,
  7.     'LIST_TEMP_INSTOCK' => LIST_TEMP_INSTOCK,
  8.     'LIST_TEMP_OUTSTOCK' => LIST_TEMP_OUTSTOCK,
  9.     'TEXT_MODAL_APPLY_ACTION' => TEXT_MODAL_APPLY_ACTION,
  10.     'IMAGE_CANCEL' => IMAGE_CANCEL,
  11.     'TEXT_DAY_SHORT_1' => TEXT_DAY_SHORT_1,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:491
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:491)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant LIST_TEMP_INSTOCK - assumed 'LIST_TEMP_INSTOCK' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'CUSTOM_PANEL_DATE3' => CUSTOM_PANEL_DATE3,
  2.     'TEMPLATE_NAME' => TEMPLATE_NAME,
  3.     'SEO_FILTER' => getConstantValue('SEO_FILTER'0),
  4.     'ONEPAGE_ADDRESS_TYPE_POSITION' => ONEPAGE_ADDRESS_TYPE_POSITION,
  5.     'STOCK_SHOW_BUY_BUTTON' => STOCK_SHOW_BUY_BUTTON,
  6.     'LIST_TEMP_INSTOCK' => LIST_TEMP_INSTOCK,
  7.     'LIST_TEMP_OUTSTOCK' => LIST_TEMP_OUTSTOCK,
  8.     'TEXT_MODAL_APPLY_ACTION' => TEXT_MODAL_APPLY_ACTION,
  9.     'IMAGE_CANCEL' => IMAGE_CANCEL,
  10.     'TEXT_DAY_SHORT_1' => TEXT_DAY_SHORT_1,
  11.     'TEXT_DAY_SHORT_2' => TEXT_DAY_SHORT_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}() in /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 492)
  1.     'CUSTOM_PANEL_DATE3' => CUSTOM_PANEL_DATE3,
  2.     'TEMPLATE_NAME' => TEMPLATE_NAME,
  3.     'SEO_FILTER' => getConstantValue('SEO_FILTER'0),
  4.     'ONEPAGE_ADDRESS_TYPE_POSITION' => ONEPAGE_ADDRESS_TYPE_POSITION,
  5.     'STOCK_SHOW_BUY_BUTTON' => STOCK_SHOW_BUY_BUTTON,
  6.     'LIST_TEMP_INSTOCK' => LIST_TEMP_INSTOCK,
  7.     'LIST_TEMP_OUTSTOCK' => LIST_TEMP_OUTSTOCK,
  8.     'TEXT_MODAL_APPLY_ACTION' => TEXT_MODAL_APPLY_ACTION,
  9.     'IMAGE_CANCEL' => IMAGE_CANCEL,
  10.     'TEXT_DAY_SHORT_1' => TEXT_DAY_SHORT_1,
  11.     'TEXT_DAY_SHORT_2' => TEXT_DAY_SHORT_2,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:492
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:492)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant LIST_TEMP_OUTSTOCK - assumed 'LIST_TEMP_OUTSTOCK' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'TEMPLATE_NAME' => TEMPLATE_NAME,
  2.     'SEO_FILTER' => getConstantValue('SEO_FILTER'0),
  3.     'ONEPAGE_ADDRESS_TYPE_POSITION' => ONEPAGE_ADDRESS_TYPE_POSITION,
  4.     'STOCK_SHOW_BUY_BUTTON' => STOCK_SHOW_BUY_BUTTON,
  5.     'LIST_TEMP_INSTOCK' => LIST_TEMP_INSTOCK,
  6.     'LIST_TEMP_OUTSTOCK' => LIST_TEMP_OUTSTOCK,
  7.     'TEXT_MODAL_APPLY_ACTION' => TEXT_MODAL_APPLY_ACTION,
  8.     'IMAGE_CANCEL' => IMAGE_CANCEL,
  9.     'TEXT_DAY_SHORT_1' => TEXT_DAY_SHORT_1,
  10.     'TEXT_DAY_SHORT_2' => TEXT_DAY_SHORT_2,
  11.     'TEXT_DAY_SHORT_3' => TEXT_DAY_SHORT_3,
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 493)
  1.     'TEMPLATE_NAME' => TEMPLATE_NAME,
  2.     'SEO_FILTER' => getConstantValue('SEO_FILTER'0),
  3.     'ONEPAGE_ADDRESS_TYPE_POSITION' => ONEPAGE_ADDRESS_TYPE_POSITION,
  4.     'STOCK_SHOW_BUY_BUTTON' => STOCK_SHOW_BUY_BUTTON,
  5.     'LIST_TEMP_INSTOCK' => LIST_TEMP_INSTOCK,
  6.     'LIST_TEMP_OUTSTOCK' => LIST_TEMP_OUTSTOCK,
  7.     'TEXT_MODAL_APPLY_ACTION' => TEXT_MODAL_APPLY_ACTION,
  8.     'IMAGE_CANCEL' => IMAGE_CANCEL,
  9.     'TEXT_DAY_SHORT_1' => TEXT_DAY_SHORT_1,
  10.     'TEXT_DAY_SHORT_2' => TEXT_DAY_SHORT_2,
  11.     'TEXT_DAY_SHORT_3' => TEXT_DAY_SHORT_3,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:493
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:493)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant TEXT_MODAL_APPLY_ACTION - assumed 'TEXT_MODAL_APPLY_ACTION' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'SEO_FILTER' => getConstantValue('SEO_FILTER'0),
  2.     'ONEPAGE_ADDRESS_TYPE_POSITION' => ONEPAGE_ADDRESS_TYPE_POSITION,
  3.     'STOCK_SHOW_BUY_BUTTON' => STOCK_SHOW_BUY_BUTTON,
  4.     'LIST_TEMP_INSTOCK' => LIST_TEMP_INSTOCK,
  5.     'LIST_TEMP_OUTSTOCK' => LIST_TEMP_OUTSTOCK,
  6.     'TEXT_MODAL_APPLY_ACTION' => TEXT_MODAL_APPLY_ACTION,
  7.     'IMAGE_CANCEL' => IMAGE_CANCEL,
  8.     'TEXT_DAY_SHORT_1' => TEXT_DAY_SHORT_1,
  9.     'TEXT_DAY_SHORT_2' => TEXT_DAY_SHORT_2,
  10.     'TEXT_DAY_SHORT_3' => TEXT_DAY_SHORT_3,
  11.     'TEXT_DAY_SHORT_4' => TEXT_DAY_SHORT_4,
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 494)
  1.     'SEO_FILTER' => getConstantValue('SEO_FILTER'0),
  2.     'ONEPAGE_ADDRESS_TYPE_POSITION' => ONEPAGE_ADDRESS_TYPE_POSITION,
  3.     'STOCK_SHOW_BUY_BUTTON' => STOCK_SHOW_BUY_BUTTON,
  4.     'LIST_TEMP_INSTOCK' => LIST_TEMP_INSTOCK,
  5.     'LIST_TEMP_OUTSTOCK' => LIST_TEMP_OUTSTOCK,
  6.     'TEXT_MODAL_APPLY_ACTION' => TEXT_MODAL_APPLY_ACTION,
  7.     'IMAGE_CANCEL' => IMAGE_CANCEL,
  8.     'TEXT_DAY_SHORT_1' => TEXT_DAY_SHORT_1,
  9.     'TEXT_DAY_SHORT_2' => TEXT_DAY_SHORT_2,
  10.     'TEXT_DAY_SHORT_3' => TEXT_DAY_SHORT_3,
  11.     'TEXT_DAY_SHORT_4' => TEXT_DAY_SHORT_4,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:494
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:494)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant IMAGE_CANCEL - assumed 'IMAGE_CANCEL' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'ONEPAGE_ADDRESS_TYPE_POSITION' => ONEPAGE_ADDRESS_TYPE_POSITION,
  2.     'STOCK_SHOW_BUY_BUTTON' => STOCK_SHOW_BUY_BUTTON,
  3.     'LIST_TEMP_INSTOCK' => LIST_TEMP_INSTOCK,
  4.     'LIST_TEMP_OUTSTOCK' => LIST_TEMP_OUTSTOCK,
  5.     'TEXT_MODAL_APPLY_ACTION' => TEXT_MODAL_APPLY_ACTION,
  6.     'IMAGE_CANCEL' => IMAGE_CANCEL,
  7.     'TEXT_DAY_SHORT_1' => TEXT_DAY_SHORT_1,
  8.     'TEXT_DAY_SHORT_2' => TEXT_DAY_SHORT_2,
  9.     'TEXT_DAY_SHORT_3' => TEXT_DAY_SHORT_3,
  10.     'TEXT_DAY_SHORT_4' => TEXT_DAY_SHORT_4,
  11.     'TEXT_DAY_SHORT_5' => TEXT_DAY_SHORT_5,
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 495)
  1.     'ONEPAGE_ADDRESS_TYPE_POSITION' => ONEPAGE_ADDRESS_TYPE_POSITION,
  2.     'STOCK_SHOW_BUY_BUTTON' => STOCK_SHOW_BUY_BUTTON,
  3.     'LIST_TEMP_INSTOCK' => LIST_TEMP_INSTOCK,
  4.     'LIST_TEMP_OUTSTOCK' => LIST_TEMP_OUTSTOCK,
  5.     'TEXT_MODAL_APPLY_ACTION' => TEXT_MODAL_APPLY_ACTION,
  6.     'IMAGE_CANCEL' => IMAGE_CANCEL,
  7.     'TEXT_DAY_SHORT_1' => TEXT_DAY_SHORT_1,
  8.     'TEXT_DAY_SHORT_2' => TEXT_DAY_SHORT_2,
  9.     'TEXT_DAY_SHORT_3' => TEXT_DAY_SHORT_3,
  10.     'TEXT_DAY_SHORT_4' => TEXT_DAY_SHORT_4,
  11.     'TEXT_DAY_SHORT_5' => TEXT_DAY_SHORT_5,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:495
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:495)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant TEXT_DAY_SHORT_1 - assumed 'TEXT_DAY_SHORT_1' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'STOCK_SHOW_BUY_BUTTON' => STOCK_SHOW_BUY_BUTTON,
  2.     'LIST_TEMP_INSTOCK' => LIST_TEMP_INSTOCK,
  3.     'LIST_TEMP_OUTSTOCK' => LIST_TEMP_OUTSTOCK,
  4.     'TEXT_MODAL_APPLY_ACTION' => TEXT_MODAL_APPLY_ACTION,
  5.     'IMAGE_CANCEL' => IMAGE_CANCEL,
  6.     'TEXT_DAY_SHORT_1' => TEXT_DAY_SHORT_1,
  7.     'TEXT_DAY_SHORT_2' => TEXT_DAY_SHORT_2,
  8.     'TEXT_DAY_SHORT_3' => TEXT_DAY_SHORT_3,
  9.     'TEXT_DAY_SHORT_4' => TEXT_DAY_SHORT_4,
  10.     'TEXT_DAY_SHORT_5' => TEXT_DAY_SHORT_5,
  11.     'TEXT_DAY_SHORT_6' => TEXT_DAY_SHORT_6,
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 496)
  1.     'STOCK_SHOW_BUY_BUTTON' => STOCK_SHOW_BUY_BUTTON,
  2.     'LIST_TEMP_INSTOCK' => LIST_TEMP_INSTOCK,
  3.     'LIST_TEMP_OUTSTOCK' => LIST_TEMP_OUTSTOCK,
  4.     'TEXT_MODAL_APPLY_ACTION' => TEXT_MODAL_APPLY_ACTION,
  5.     'IMAGE_CANCEL' => IMAGE_CANCEL,
  6.     'TEXT_DAY_SHORT_1' => TEXT_DAY_SHORT_1,
  7.     'TEXT_DAY_SHORT_2' => TEXT_DAY_SHORT_2,
  8.     'TEXT_DAY_SHORT_3' => TEXT_DAY_SHORT_3,
  9.     'TEXT_DAY_SHORT_4' => TEXT_DAY_SHORT_4,
  10.     'TEXT_DAY_SHORT_5' => TEXT_DAY_SHORT_5,
  11.     'TEXT_DAY_SHORT_6' => TEXT_DAY_SHORT_6,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:496
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:496)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant TEXT_DAY_SHORT_2 - assumed 'TEXT_DAY_SHORT_2' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'LIST_TEMP_INSTOCK' => LIST_TEMP_INSTOCK,
  2.     'LIST_TEMP_OUTSTOCK' => LIST_TEMP_OUTSTOCK,
  3.     'TEXT_MODAL_APPLY_ACTION' => TEXT_MODAL_APPLY_ACTION,
  4.     'IMAGE_CANCEL' => IMAGE_CANCEL,
  5.     'TEXT_DAY_SHORT_1' => TEXT_DAY_SHORT_1,
  6.     'TEXT_DAY_SHORT_2' => TEXT_DAY_SHORT_2,
  7.     'TEXT_DAY_SHORT_3' => TEXT_DAY_SHORT_3,
  8.     'TEXT_DAY_SHORT_4' => TEXT_DAY_SHORT_4,
  9.     'TEXT_DAY_SHORT_5' => TEXT_DAY_SHORT_5,
  10.     'TEXT_DAY_SHORT_6' => TEXT_DAY_SHORT_6,
  11.     'TEXT_DAY_SHORT_7' => TEXT_DAY_SHORT_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}() in /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 497)
  1.     'LIST_TEMP_INSTOCK' => LIST_TEMP_INSTOCK,
  2.     'LIST_TEMP_OUTSTOCK' => LIST_TEMP_OUTSTOCK,
  3.     'TEXT_MODAL_APPLY_ACTION' => TEXT_MODAL_APPLY_ACTION,
  4.     'IMAGE_CANCEL' => IMAGE_CANCEL,
  5.     'TEXT_DAY_SHORT_1' => TEXT_DAY_SHORT_1,
  6.     'TEXT_DAY_SHORT_2' => TEXT_DAY_SHORT_2,
  7.     'TEXT_DAY_SHORT_3' => TEXT_DAY_SHORT_3,
  8.     'TEXT_DAY_SHORT_4' => TEXT_DAY_SHORT_4,
  9.     'TEXT_DAY_SHORT_5' => TEXT_DAY_SHORT_5,
  10.     'TEXT_DAY_SHORT_6' => TEXT_DAY_SHORT_6,
  11.     'TEXT_DAY_SHORT_7' => TEXT_DAY_SHORT_7,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:497
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:497)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant TEXT_DAY_SHORT_3 - assumed 'TEXT_DAY_SHORT_3' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'LIST_TEMP_OUTSTOCK' => LIST_TEMP_OUTSTOCK,
  2.     'TEXT_MODAL_APPLY_ACTION' => TEXT_MODAL_APPLY_ACTION,
  3.     'IMAGE_CANCEL' => IMAGE_CANCEL,
  4.     'TEXT_DAY_SHORT_1' => TEXT_DAY_SHORT_1,
  5.     'TEXT_DAY_SHORT_2' => TEXT_DAY_SHORT_2,
  6.     'TEXT_DAY_SHORT_3' => TEXT_DAY_SHORT_3,
  7.     'TEXT_DAY_SHORT_4' => TEXT_DAY_SHORT_4,
  8.     'TEXT_DAY_SHORT_5' => TEXT_DAY_SHORT_5,
  9.     'TEXT_DAY_SHORT_6' => TEXT_DAY_SHORT_6,
  10.     'TEXT_DAY_SHORT_7' => TEXT_DAY_SHORT_7,
  11.     'TEXT_MONTH_BASE_1' => TEXT_MONTH_BASE_1,
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 498)
  1.     'LIST_TEMP_OUTSTOCK' => LIST_TEMP_OUTSTOCK,
  2.     'TEXT_MODAL_APPLY_ACTION' => TEXT_MODAL_APPLY_ACTION,
  3.     'IMAGE_CANCEL' => IMAGE_CANCEL,
  4.     'TEXT_DAY_SHORT_1' => TEXT_DAY_SHORT_1,
  5.     'TEXT_DAY_SHORT_2' => TEXT_DAY_SHORT_2,
  6.     'TEXT_DAY_SHORT_3' => TEXT_DAY_SHORT_3,
  7.     'TEXT_DAY_SHORT_4' => TEXT_DAY_SHORT_4,
  8.     'TEXT_DAY_SHORT_5' => TEXT_DAY_SHORT_5,
  9.     'TEXT_DAY_SHORT_6' => TEXT_DAY_SHORT_6,
  10.     'TEXT_DAY_SHORT_7' => TEXT_DAY_SHORT_7,
  11.     'TEXT_MONTH_BASE_1' => TEXT_MONTH_BASE_1,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:498
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:498)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant TEXT_DAY_SHORT_4 - assumed 'TEXT_DAY_SHORT_4' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'TEXT_MODAL_APPLY_ACTION' => TEXT_MODAL_APPLY_ACTION,
  2.     'IMAGE_CANCEL' => IMAGE_CANCEL,
  3.     'TEXT_DAY_SHORT_1' => TEXT_DAY_SHORT_1,
  4.     'TEXT_DAY_SHORT_2' => TEXT_DAY_SHORT_2,
  5.     'TEXT_DAY_SHORT_3' => TEXT_DAY_SHORT_3,
  6.     'TEXT_DAY_SHORT_4' => TEXT_DAY_SHORT_4,
  7.     'TEXT_DAY_SHORT_5' => TEXT_DAY_SHORT_5,
  8.     'TEXT_DAY_SHORT_6' => TEXT_DAY_SHORT_6,
  9.     'TEXT_DAY_SHORT_7' => TEXT_DAY_SHORT_7,
  10.     'TEXT_MONTH_BASE_1' => TEXT_MONTH_BASE_1,
  11.     'TEXT_MONTH_BASE_2' => TEXT_MONTH_BASE_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}() in /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 499)
  1.     'TEXT_MODAL_APPLY_ACTION' => TEXT_MODAL_APPLY_ACTION,
  2.     'IMAGE_CANCEL' => IMAGE_CANCEL,
  3.     'TEXT_DAY_SHORT_1' => TEXT_DAY_SHORT_1,
  4.     'TEXT_DAY_SHORT_2' => TEXT_DAY_SHORT_2,
  5.     'TEXT_DAY_SHORT_3' => TEXT_DAY_SHORT_3,
  6.     'TEXT_DAY_SHORT_4' => TEXT_DAY_SHORT_4,
  7.     'TEXT_DAY_SHORT_5' => TEXT_DAY_SHORT_5,
  8.     'TEXT_DAY_SHORT_6' => TEXT_DAY_SHORT_6,
  9.     'TEXT_DAY_SHORT_7' => TEXT_DAY_SHORT_7,
  10.     'TEXT_MONTH_BASE_1' => TEXT_MONTH_BASE_1,
  11.     'TEXT_MONTH_BASE_2' => TEXT_MONTH_BASE_2,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:499
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:499)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant TEXT_DAY_SHORT_5 - assumed 'TEXT_DAY_SHORT_5' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'IMAGE_CANCEL' => IMAGE_CANCEL,
  2.     'TEXT_DAY_SHORT_1' => TEXT_DAY_SHORT_1,
  3.     'TEXT_DAY_SHORT_2' => TEXT_DAY_SHORT_2,
  4.     'TEXT_DAY_SHORT_3' => TEXT_DAY_SHORT_3,
  5.     'TEXT_DAY_SHORT_4' => TEXT_DAY_SHORT_4,
  6.     'TEXT_DAY_SHORT_5' => TEXT_DAY_SHORT_5,
  7.     'TEXT_DAY_SHORT_6' => TEXT_DAY_SHORT_6,
  8.     'TEXT_DAY_SHORT_7' => TEXT_DAY_SHORT_7,
  9.     'TEXT_MONTH_BASE_1' => TEXT_MONTH_BASE_1,
  10.     'TEXT_MONTH_BASE_2' => TEXT_MONTH_BASE_2,
  11.     'TEXT_MONTH_BASE_3' => TEXT_MONTH_BASE_3,
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 500)
  1.     'IMAGE_CANCEL' => IMAGE_CANCEL,
  2.     'TEXT_DAY_SHORT_1' => TEXT_DAY_SHORT_1,
  3.     'TEXT_DAY_SHORT_2' => TEXT_DAY_SHORT_2,
  4.     'TEXT_DAY_SHORT_3' => TEXT_DAY_SHORT_3,
  5.     'TEXT_DAY_SHORT_4' => TEXT_DAY_SHORT_4,
  6.     'TEXT_DAY_SHORT_5' => TEXT_DAY_SHORT_5,
  7.     'TEXT_DAY_SHORT_6' => TEXT_DAY_SHORT_6,
  8.     'TEXT_DAY_SHORT_7' => TEXT_DAY_SHORT_7,
  9.     'TEXT_MONTH_BASE_1' => TEXT_MONTH_BASE_1,
  10.     'TEXT_MONTH_BASE_2' => TEXT_MONTH_BASE_2,
  11.     'TEXT_MONTH_BASE_3' => TEXT_MONTH_BASE_3,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:500
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:500)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant TEXT_DAY_SHORT_6 - assumed 'TEXT_DAY_SHORT_6' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'TEXT_DAY_SHORT_1' => TEXT_DAY_SHORT_1,
  2.     'TEXT_DAY_SHORT_2' => TEXT_DAY_SHORT_2,
  3.     'TEXT_DAY_SHORT_3' => TEXT_DAY_SHORT_3,
  4.     'TEXT_DAY_SHORT_4' => TEXT_DAY_SHORT_4,
  5.     'TEXT_DAY_SHORT_5' => TEXT_DAY_SHORT_5,
  6.     'TEXT_DAY_SHORT_6' => TEXT_DAY_SHORT_6,
  7.     'TEXT_DAY_SHORT_7' => TEXT_DAY_SHORT_7,
  8.     'TEXT_MONTH_BASE_1' => TEXT_MONTH_BASE_1,
  9.     'TEXT_MONTH_BASE_2' => TEXT_MONTH_BASE_2,
  10.     'TEXT_MONTH_BASE_3' => TEXT_MONTH_BASE_3,
  11.     'TEXT_MONTH_BASE_4' => TEXT_MONTH_BASE_4,
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 501)
  1.     'TEXT_DAY_SHORT_1' => TEXT_DAY_SHORT_1,
  2.     'TEXT_DAY_SHORT_2' => TEXT_DAY_SHORT_2,
  3.     'TEXT_DAY_SHORT_3' => TEXT_DAY_SHORT_3,
  4.     'TEXT_DAY_SHORT_4' => TEXT_DAY_SHORT_4,
  5.     'TEXT_DAY_SHORT_5' => TEXT_DAY_SHORT_5,
  6.     'TEXT_DAY_SHORT_6' => TEXT_DAY_SHORT_6,
  7.     'TEXT_DAY_SHORT_7' => TEXT_DAY_SHORT_7,
  8.     'TEXT_MONTH_BASE_1' => TEXT_MONTH_BASE_1,
  9.     'TEXT_MONTH_BASE_2' => TEXT_MONTH_BASE_2,
  10.     'TEXT_MONTH_BASE_3' => TEXT_MONTH_BASE_3,
  11.     'TEXT_MONTH_BASE_4' => TEXT_MONTH_BASE_4,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:501
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:501)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant TEXT_DAY_SHORT_7 - assumed 'TEXT_DAY_SHORT_7' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'TEXT_DAY_SHORT_2' => TEXT_DAY_SHORT_2,
  2.     'TEXT_DAY_SHORT_3' => TEXT_DAY_SHORT_3,
  3.     'TEXT_DAY_SHORT_4' => TEXT_DAY_SHORT_4,
  4.     'TEXT_DAY_SHORT_5' => TEXT_DAY_SHORT_5,
  5.     'TEXT_DAY_SHORT_6' => TEXT_DAY_SHORT_6,
  6.     'TEXT_DAY_SHORT_7' => TEXT_DAY_SHORT_7,
  7.     'TEXT_MONTH_BASE_1' => TEXT_MONTH_BASE_1,
  8.     'TEXT_MONTH_BASE_2' => TEXT_MONTH_BASE_2,
  9.     'TEXT_MONTH_BASE_3' => TEXT_MONTH_BASE_3,
  10.     'TEXT_MONTH_BASE_4' => TEXT_MONTH_BASE_4,
  11.     'TEXT_MONTH_BASE_5' => TEXT_MONTH_BASE_5,
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 502)
  1.     'TEXT_DAY_SHORT_2' => TEXT_DAY_SHORT_2,
  2.     'TEXT_DAY_SHORT_3' => TEXT_DAY_SHORT_3,
  3.     'TEXT_DAY_SHORT_4' => TEXT_DAY_SHORT_4,
  4.     'TEXT_DAY_SHORT_5' => TEXT_DAY_SHORT_5,
  5.     'TEXT_DAY_SHORT_6' => TEXT_DAY_SHORT_6,
  6.     'TEXT_DAY_SHORT_7' => TEXT_DAY_SHORT_7,
  7.     'TEXT_MONTH_BASE_1' => TEXT_MONTH_BASE_1,
  8.     'TEXT_MONTH_BASE_2' => TEXT_MONTH_BASE_2,
  9.     'TEXT_MONTH_BASE_3' => TEXT_MONTH_BASE_3,
  10.     'TEXT_MONTH_BASE_4' => TEXT_MONTH_BASE_4,
  11.     'TEXT_MONTH_BASE_5' => TEXT_MONTH_BASE_5,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:502
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:502)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant TEXT_MONTH_BASE_1 - assumed 'TEXT_MONTH_BASE_1' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'TEXT_DAY_SHORT_3' => TEXT_DAY_SHORT_3,
  2.     'TEXT_DAY_SHORT_4' => TEXT_DAY_SHORT_4,
  3.     'TEXT_DAY_SHORT_5' => TEXT_DAY_SHORT_5,
  4.     'TEXT_DAY_SHORT_6' => TEXT_DAY_SHORT_6,
  5.     'TEXT_DAY_SHORT_7' => TEXT_DAY_SHORT_7,
  6.     'TEXT_MONTH_BASE_1' => TEXT_MONTH_BASE_1,
  7.     'TEXT_MONTH_BASE_2' => TEXT_MONTH_BASE_2,
  8.     'TEXT_MONTH_BASE_3' => TEXT_MONTH_BASE_3,
  9.     'TEXT_MONTH_BASE_4' => TEXT_MONTH_BASE_4,
  10.     'TEXT_MONTH_BASE_5' => TEXT_MONTH_BASE_5,
  11.     'TEXT_MONTH_BASE_6' => TEXT_MONTH_BASE_6,
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 503)
  1.     'TEXT_DAY_SHORT_3' => TEXT_DAY_SHORT_3,
  2.     'TEXT_DAY_SHORT_4' => TEXT_DAY_SHORT_4,
  3.     'TEXT_DAY_SHORT_5' => TEXT_DAY_SHORT_5,
  4.     'TEXT_DAY_SHORT_6' => TEXT_DAY_SHORT_6,
  5.     'TEXT_DAY_SHORT_7' => TEXT_DAY_SHORT_7,
  6.     'TEXT_MONTH_BASE_1' => TEXT_MONTH_BASE_1,
  7.     'TEXT_MONTH_BASE_2' => TEXT_MONTH_BASE_2,
  8.     'TEXT_MONTH_BASE_3' => TEXT_MONTH_BASE_3,
  9.     'TEXT_MONTH_BASE_4' => TEXT_MONTH_BASE_4,
  10.     'TEXT_MONTH_BASE_5' => TEXT_MONTH_BASE_5,
  11.     'TEXT_MONTH_BASE_6' => TEXT_MONTH_BASE_6,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:503
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:503)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant TEXT_MONTH_BASE_2 - assumed 'TEXT_MONTH_BASE_2' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'TEXT_DAY_SHORT_4' => TEXT_DAY_SHORT_4,
  2.     'TEXT_DAY_SHORT_5' => TEXT_DAY_SHORT_5,
  3.     'TEXT_DAY_SHORT_6' => TEXT_DAY_SHORT_6,
  4.     'TEXT_DAY_SHORT_7' => TEXT_DAY_SHORT_7,
  5.     'TEXT_MONTH_BASE_1' => TEXT_MONTH_BASE_1,
  6.     'TEXT_MONTH_BASE_2' => TEXT_MONTH_BASE_2,
  7.     'TEXT_MONTH_BASE_3' => TEXT_MONTH_BASE_3,
  8.     'TEXT_MONTH_BASE_4' => TEXT_MONTH_BASE_4,
  9.     'TEXT_MONTH_BASE_5' => TEXT_MONTH_BASE_5,
  10.     'TEXT_MONTH_BASE_6' => TEXT_MONTH_BASE_6,
  11.     'TEXT_MONTH_BASE_7' => TEXT_MONTH_BASE_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}() in /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 504)
  1.     'TEXT_DAY_SHORT_4' => TEXT_DAY_SHORT_4,
  2.     'TEXT_DAY_SHORT_5' => TEXT_DAY_SHORT_5,
  3.     'TEXT_DAY_SHORT_6' => TEXT_DAY_SHORT_6,
  4.     'TEXT_DAY_SHORT_7' => TEXT_DAY_SHORT_7,
  5.     'TEXT_MONTH_BASE_1' => TEXT_MONTH_BASE_1,
  6.     'TEXT_MONTH_BASE_2' => TEXT_MONTH_BASE_2,
  7.     'TEXT_MONTH_BASE_3' => TEXT_MONTH_BASE_3,
  8.     'TEXT_MONTH_BASE_4' => TEXT_MONTH_BASE_4,
  9.     'TEXT_MONTH_BASE_5' => TEXT_MONTH_BASE_5,
  10.     'TEXT_MONTH_BASE_6' => TEXT_MONTH_BASE_6,
  11.     'TEXT_MONTH_BASE_7' => TEXT_MONTH_BASE_7,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:504
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:504)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant TEXT_MONTH_BASE_3 - assumed 'TEXT_MONTH_BASE_3' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'TEXT_DAY_SHORT_5' => TEXT_DAY_SHORT_5,
  2.     'TEXT_DAY_SHORT_6' => TEXT_DAY_SHORT_6,
  3.     'TEXT_DAY_SHORT_7' => TEXT_DAY_SHORT_7,
  4.     'TEXT_MONTH_BASE_1' => TEXT_MONTH_BASE_1,
  5.     'TEXT_MONTH_BASE_2' => TEXT_MONTH_BASE_2,
  6.     'TEXT_MONTH_BASE_3' => TEXT_MONTH_BASE_3,
  7.     'TEXT_MONTH_BASE_4' => TEXT_MONTH_BASE_4,
  8.     'TEXT_MONTH_BASE_5' => TEXT_MONTH_BASE_5,
  9.     'TEXT_MONTH_BASE_6' => TEXT_MONTH_BASE_6,
  10.     'TEXT_MONTH_BASE_7' => TEXT_MONTH_BASE_7,
  11.     'TEXT_MONTH_BASE_8' => TEXT_MONTH_BASE_8,
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 505)
  1.     'TEXT_DAY_SHORT_5' => TEXT_DAY_SHORT_5,
  2.     'TEXT_DAY_SHORT_6' => TEXT_DAY_SHORT_6,
  3.     'TEXT_DAY_SHORT_7' => TEXT_DAY_SHORT_7,
  4.     'TEXT_MONTH_BASE_1' => TEXT_MONTH_BASE_1,
  5.     'TEXT_MONTH_BASE_2' => TEXT_MONTH_BASE_2,
  6.     'TEXT_MONTH_BASE_3' => TEXT_MONTH_BASE_3,
  7.     'TEXT_MONTH_BASE_4' => TEXT_MONTH_BASE_4,
  8.     'TEXT_MONTH_BASE_5' => TEXT_MONTH_BASE_5,
  9.     'TEXT_MONTH_BASE_6' => TEXT_MONTH_BASE_6,
  10.     'TEXT_MONTH_BASE_7' => TEXT_MONTH_BASE_7,
  11.     'TEXT_MONTH_BASE_8' => TEXT_MONTH_BASE_8,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:505
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:505)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant TEXT_MONTH_BASE_4 - assumed 'TEXT_MONTH_BASE_4' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'TEXT_DAY_SHORT_6' => TEXT_DAY_SHORT_6,
  2.     'TEXT_DAY_SHORT_7' => TEXT_DAY_SHORT_7,
  3.     'TEXT_MONTH_BASE_1' => TEXT_MONTH_BASE_1,
  4.     'TEXT_MONTH_BASE_2' => TEXT_MONTH_BASE_2,
  5.     'TEXT_MONTH_BASE_3' => TEXT_MONTH_BASE_3,
  6.     'TEXT_MONTH_BASE_4' => TEXT_MONTH_BASE_4,
  7.     'TEXT_MONTH_BASE_5' => TEXT_MONTH_BASE_5,
  8.     'TEXT_MONTH_BASE_6' => TEXT_MONTH_BASE_6,
  9.     'TEXT_MONTH_BASE_7' => TEXT_MONTH_BASE_7,
  10.     'TEXT_MONTH_BASE_8' => TEXT_MONTH_BASE_8,
  11.     'TEXT_MONTH_BASE_9' => TEXT_MONTH_BASE_9,
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 506)
  1.     'TEXT_DAY_SHORT_6' => TEXT_DAY_SHORT_6,
  2.     'TEXT_DAY_SHORT_7' => TEXT_DAY_SHORT_7,
  3.     'TEXT_MONTH_BASE_1' => TEXT_MONTH_BASE_1,
  4.     'TEXT_MONTH_BASE_2' => TEXT_MONTH_BASE_2,
  5.     'TEXT_MONTH_BASE_3' => TEXT_MONTH_BASE_3,
  6.     'TEXT_MONTH_BASE_4' => TEXT_MONTH_BASE_4,
  7.     'TEXT_MONTH_BASE_5' => TEXT_MONTH_BASE_5,
  8.     'TEXT_MONTH_BASE_6' => TEXT_MONTH_BASE_6,
  9.     'TEXT_MONTH_BASE_7' => TEXT_MONTH_BASE_7,
  10.     'TEXT_MONTH_BASE_8' => TEXT_MONTH_BASE_8,
  11.     'TEXT_MONTH_BASE_9' => TEXT_MONTH_BASE_9,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:506
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:506)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant TEXT_MONTH_BASE_5 - assumed 'TEXT_MONTH_BASE_5' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'TEXT_DAY_SHORT_7' => TEXT_DAY_SHORT_7,
  2.     'TEXT_MONTH_BASE_1' => TEXT_MONTH_BASE_1,
  3.     'TEXT_MONTH_BASE_2' => TEXT_MONTH_BASE_2,
  4.     'TEXT_MONTH_BASE_3' => TEXT_MONTH_BASE_3,
  5.     'TEXT_MONTH_BASE_4' => TEXT_MONTH_BASE_4,
  6.     'TEXT_MONTH_BASE_5' => TEXT_MONTH_BASE_5,
  7.     'TEXT_MONTH_BASE_6' => TEXT_MONTH_BASE_6,
  8.     'TEXT_MONTH_BASE_7' => TEXT_MONTH_BASE_7,
  9.     'TEXT_MONTH_BASE_8' => TEXT_MONTH_BASE_8,
  10.     'TEXT_MONTH_BASE_9' => TEXT_MONTH_BASE_9,
  11.     'TEXT_MONTH_BASE_10' => TEXT_MONTH_BASE_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}() in /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 507)
  1.     'TEXT_DAY_SHORT_7' => TEXT_DAY_SHORT_7,
  2.     'TEXT_MONTH_BASE_1' => TEXT_MONTH_BASE_1,
  3.     'TEXT_MONTH_BASE_2' => TEXT_MONTH_BASE_2,
  4.     'TEXT_MONTH_BASE_3' => TEXT_MONTH_BASE_3,
  5.     'TEXT_MONTH_BASE_4' => TEXT_MONTH_BASE_4,
  6.     'TEXT_MONTH_BASE_5' => TEXT_MONTH_BASE_5,
  7.     'TEXT_MONTH_BASE_6' => TEXT_MONTH_BASE_6,
  8.     'TEXT_MONTH_BASE_7' => TEXT_MONTH_BASE_7,
  9.     'TEXT_MONTH_BASE_8' => TEXT_MONTH_BASE_8,
  10.     'TEXT_MONTH_BASE_9' => TEXT_MONTH_BASE_9,
  11.     'TEXT_MONTH_BASE_10' => TEXT_MONTH_BASE_10,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:507
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:507)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant TEXT_MONTH_BASE_6 - assumed 'TEXT_MONTH_BASE_6' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'TEXT_MONTH_BASE_1' => TEXT_MONTH_BASE_1,
  2.     'TEXT_MONTH_BASE_2' => TEXT_MONTH_BASE_2,
  3.     'TEXT_MONTH_BASE_3' => TEXT_MONTH_BASE_3,
  4.     'TEXT_MONTH_BASE_4' => TEXT_MONTH_BASE_4,
  5.     'TEXT_MONTH_BASE_5' => TEXT_MONTH_BASE_5,
  6.     'TEXT_MONTH_BASE_6' => TEXT_MONTH_BASE_6,
  7.     'TEXT_MONTH_BASE_7' => TEXT_MONTH_BASE_7,
  8.     'TEXT_MONTH_BASE_8' => TEXT_MONTH_BASE_8,
  9.     'TEXT_MONTH_BASE_9' => TEXT_MONTH_BASE_9,
  10.     'TEXT_MONTH_BASE_10' => TEXT_MONTH_BASE_10,
  11.     'TEXT_MONTH_BASE_11' => TEXT_MONTH_BASE_11,
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 508)
  1.     'TEXT_MONTH_BASE_1' => TEXT_MONTH_BASE_1,
  2.     'TEXT_MONTH_BASE_2' => TEXT_MONTH_BASE_2,
  3.     'TEXT_MONTH_BASE_3' => TEXT_MONTH_BASE_3,
  4.     'TEXT_MONTH_BASE_4' => TEXT_MONTH_BASE_4,
  5.     'TEXT_MONTH_BASE_5' => TEXT_MONTH_BASE_5,
  6.     'TEXT_MONTH_BASE_6' => TEXT_MONTH_BASE_6,
  7.     'TEXT_MONTH_BASE_7' => TEXT_MONTH_BASE_7,
  8.     'TEXT_MONTH_BASE_8' => TEXT_MONTH_BASE_8,
  9.     'TEXT_MONTH_BASE_9' => TEXT_MONTH_BASE_9,
  10.     'TEXT_MONTH_BASE_10' => TEXT_MONTH_BASE_10,
  11.     'TEXT_MONTH_BASE_11' => TEXT_MONTH_BASE_11,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:508
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:508)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant TEXT_MONTH_BASE_7 - assumed 'TEXT_MONTH_BASE_7' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'TEXT_MONTH_BASE_2' => TEXT_MONTH_BASE_2,
  2.     'TEXT_MONTH_BASE_3' => TEXT_MONTH_BASE_3,
  3.     'TEXT_MONTH_BASE_4' => TEXT_MONTH_BASE_4,
  4.     'TEXT_MONTH_BASE_5' => TEXT_MONTH_BASE_5,
  5.     'TEXT_MONTH_BASE_6' => TEXT_MONTH_BASE_6,
  6.     'TEXT_MONTH_BASE_7' => TEXT_MONTH_BASE_7,
  7.     'TEXT_MONTH_BASE_8' => TEXT_MONTH_BASE_8,
  8.     'TEXT_MONTH_BASE_9' => TEXT_MONTH_BASE_9,
  9.     'TEXT_MONTH_BASE_10' => TEXT_MONTH_BASE_10,
  10.     'TEXT_MONTH_BASE_11' => TEXT_MONTH_BASE_11,
  11.     'TEXT_MONTH_BASE_12' => TEXT_MONTH_BASE_12,
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 509)
  1.     'TEXT_MONTH_BASE_2' => TEXT_MONTH_BASE_2,
  2.     'TEXT_MONTH_BASE_3' => TEXT_MONTH_BASE_3,
  3.     'TEXT_MONTH_BASE_4' => TEXT_MONTH_BASE_4,
  4.     'TEXT_MONTH_BASE_5' => TEXT_MONTH_BASE_5,
  5.     'TEXT_MONTH_BASE_6' => TEXT_MONTH_BASE_6,
  6.     'TEXT_MONTH_BASE_7' => TEXT_MONTH_BASE_7,
  7.     'TEXT_MONTH_BASE_8' => TEXT_MONTH_BASE_8,
  8.     'TEXT_MONTH_BASE_9' => TEXT_MONTH_BASE_9,
  9.     'TEXT_MONTH_BASE_10' => TEXT_MONTH_BASE_10,
  10.     'TEXT_MONTH_BASE_11' => TEXT_MONTH_BASE_11,
  11.     'TEXT_MONTH_BASE_12' => TEXT_MONTH_BASE_12,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:509
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:509)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant TEXT_MONTH_BASE_8 - assumed 'TEXT_MONTH_BASE_8' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'TEXT_MONTH_BASE_3' => TEXT_MONTH_BASE_3,
  2.     'TEXT_MONTH_BASE_4' => TEXT_MONTH_BASE_4,
  3.     'TEXT_MONTH_BASE_5' => TEXT_MONTH_BASE_5,
  4.     'TEXT_MONTH_BASE_6' => TEXT_MONTH_BASE_6,
  5.     'TEXT_MONTH_BASE_7' => TEXT_MONTH_BASE_7,
  6.     'TEXT_MONTH_BASE_8' => TEXT_MONTH_BASE_8,
  7.     'TEXT_MONTH_BASE_9' => TEXT_MONTH_BASE_9,
  8.     'TEXT_MONTH_BASE_10' => TEXT_MONTH_BASE_10,
  9.     'TEXT_MONTH_BASE_11' => TEXT_MONTH_BASE_11,
  10.     'TEXT_MONTH_BASE_12' => TEXT_MONTH_BASE_12,
  11. ];
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 510)
  1.     'TEXT_MONTH_BASE_3' => TEXT_MONTH_BASE_3,
  2.     'TEXT_MONTH_BASE_4' => TEXT_MONTH_BASE_4,
  3.     'TEXT_MONTH_BASE_5' => TEXT_MONTH_BASE_5,
  4.     'TEXT_MONTH_BASE_6' => TEXT_MONTH_BASE_6,
  5.     'TEXT_MONTH_BASE_7' => TEXT_MONTH_BASE_7,
  6.     'TEXT_MONTH_BASE_8' => TEXT_MONTH_BASE_8,
  7.     'TEXT_MONTH_BASE_9' => TEXT_MONTH_BASE_9,
  8.     'TEXT_MONTH_BASE_10' => TEXT_MONTH_BASE_10,
  9.     'TEXT_MONTH_BASE_11' => TEXT_MONTH_BASE_11,
  10.     'TEXT_MONTH_BASE_12' => TEXT_MONTH_BASE_12,
  11. ];
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:510
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:510)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant TEXT_MONTH_BASE_9 - assumed 'TEXT_MONTH_BASE_9' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'TEXT_MONTH_BASE_4' => TEXT_MONTH_BASE_4,
  2.     'TEXT_MONTH_BASE_5' => TEXT_MONTH_BASE_5,
  3.     'TEXT_MONTH_BASE_6' => TEXT_MONTH_BASE_6,
  4.     'TEXT_MONTH_BASE_7' => TEXT_MONTH_BASE_7,
  5.     'TEXT_MONTH_BASE_8' => TEXT_MONTH_BASE_8,
  6.     'TEXT_MONTH_BASE_9' => TEXT_MONTH_BASE_9,
  7.     'TEXT_MONTH_BASE_10' => TEXT_MONTH_BASE_10,
  8.     'TEXT_MONTH_BASE_11' => TEXT_MONTH_BASE_11,
  9.     'TEXT_MONTH_BASE_12' => TEXT_MONTH_BASE_12,
  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}() in /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 511)
  1.     'TEXT_MONTH_BASE_4' => TEXT_MONTH_BASE_4,
  2.     'TEXT_MONTH_BASE_5' => TEXT_MONTH_BASE_5,
  3.     'TEXT_MONTH_BASE_6' => TEXT_MONTH_BASE_6,
  4.     'TEXT_MONTH_BASE_7' => TEXT_MONTH_BASE_7,
  5.     'TEXT_MONTH_BASE_8' => TEXT_MONTH_BASE_8,
  6.     'TEXT_MONTH_BASE_9' => TEXT_MONTH_BASE_9,
  7.     'TEXT_MONTH_BASE_10' => TEXT_MONTH_BASE_10,
  8.     'TEXT_MONTH_BASE_11' => TEXT_MONTH_BASE_11,
  9.     'TEXT_MONTH_BASE_12' => TEXT_MONTH_BASE_12,
  10. ];
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:511
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:511)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant TEXT_MONTH_BASE_10 - assumed 'TEXT_MONTH_BASE_10' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'TEXT_MONTH_BASE_5' => TEXT_MONTH_BASE_5,
  2.     'TEXT_MONTH_BASE_6' => TEXT_MONTH_BASE_6,
  3.     'TEXT_MONTH_BASE_7' => TEXT_MONTH_BASE_7,
  4.     'TEXT_MONTH_BASE_8' => TEXT_MONTH_BASE_8,
  5.     'TEXT_MONTH_BASE_9' => TEXT_MONTH_BASE_9,
  6.     'TEXT_MONTH_BASE_10' => TEXT_MONTH_BASE_10,
  7.     'TEXT_MONTH_BASE_11' => TEXT_MONTH_BASE_11,
  8.     'TEXT_MONTH_BASE_12' => TEXT_MONTH_BASE_12,
  9. ];
  10. $array_for_js = [
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 512)
  1.     'TEXT_MONTH_BASE_5' => TEXT_MONTH_BASE_5,
  2.     'TEXT_MONTH_BASE_6' => TEXT_MONTH_BASE_6,
  3.     'TEXT_MONTH_BASE_7' => TEXT_MONTH_BASE_7,
  4.     'TEXT_MONTH_BASE_8' => TEXT_MONTH_BASE_8,
  5.     'TEXT_MONTH_BASE_9' => TEXT_MONTH_BASE_9,
  6.     'TEXT_MONTH_BASE_10' => TEXT_MONTH_BASE_10,
  7.     'TEXT_MONTH_BASE_11' => TEXT_MONTH_BASE_11,
  8.     'TEXT_MONTH_BASE_12' => TEXT_MONTH_BASE_12,
  9. ];
  10. $array_for_js = [
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:512
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:512)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant TEXT_MONTH_BASE_11 - assumed 'TEXT_MONTH_BASE_11' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'TEXT_MONTH_BASE_6' => TEXT_MONTH_BASE_6,
  2.     'TEXT_MONTH_BASE_7' => TEXT_MONTH_BASE_7,
  3.     'TEXT_MONTH_BASE_8' => TEXT_MONTH_BASE_8,
  4.     'TEXT_MONTH_BASE_9' => TEXT_MONTH_BASE_9,
  5.     'TEXT_MONTH_BASE_10' => TEXT_MONTH_BASE_10,
  6.     'TEXT_MONTH_BASE_11' => TEXT_MONTH_BASE_11,
  7.     'TEXT_MONTH_BASE_12' => TEXT_MONTH_BASE_12,
  8. ];
  9. $array_for_js = [
  10.     'HTTP_SERVER' => HTTP_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}() in /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 513)
  1.     'TEXT_MONTH_BASE_6' => TEXT_MONTH_BASE_6,
  2.     'TEXT_MONTH_BASE_7' => TEXT_MONTH_BASE_7,
  3.     'TEXT_MONTH_BASE_8' => TEXT_MONTH_BASE_8,
  4.     'TEXT_MONTH_BASE_9' => TEXT_MONTH_BASE_9,
  5.     'TEXT_MONTH_BASE_10' => TEXT_MONTH_BASE_10,
  6.     'TEXT_MONTH_BASE_11' => TEXT_MONTH_BASE_11,
  7.     'TEXT_MONTH_BASE_12' => TEXT_MONTH_BASE_12,
  8. ];
  9. $array_for_js = [
  10.     'HTTP_SERVER' => HTTP_SERVER,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:513
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:513)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant TEXT_MONTH_BASE_12 - assumed 'TEXT_MONTH_BASE_12' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     'TEXT_MONTH_BASE_7' => TEXT_MONTH_BASE_7,
  2.     'TEXT_MONTH_BASE_8' => TEXT_MONTH_BASE_8,
  3.     'TEXT_MONTH_BASE_9' => TEXT_MONTH_BASE_9,
  4.     'TEXT_MONTH_BASE_10' => TEXT_MONTH_BASE_10,
  5.     'TEXT_MONTH_BASE_11' => TEXT_MONTH_BASE_11,
  6.     'TEXT_MONTH_BASE_12' => TEXT_MONTH_BASE_12,
  7. ];
  8. $array_for_js = [
  9.     'HTTP_SERVER' => HTTP_SERVER,
  10.     'TEMPLATE_NAME' => TEMPLATE_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}() in /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 514)
  1.     'TEXT_MONTH_BASE_7' => TEXT_MONTH_BASE_7,
  2.     'TEXT_MONTH_BASE_8' => TEXT_MONTH_BASE_8,
  3.     'TEXT_MONTH_BASE_9' => TEXT_MONTH_BASE_9,
  4.     'TEXT_MONTH_BASE_10' => TEXT_MONTH_BASE_10,
  5.     'TEXT_MONTH_BASE_11' => TEXT_MONTH_BASE_11,
  6.     'TEXT_MONTH_BASE_12' => TEXT_MONTH_BASE_12,
  7. ];
  8. $array_for_js = [
  9.     'HTTP_SERVER' => HTTP_SERVER,
  10.     'TEMPLATE_NAME' => TEMPLATE_NAME,
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:514
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:514)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant USE_DEFAULT_LANGUAGE_CURRENCY - assumed 'USE_DEFAULT_LANGUAGE_CURRENCY' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1. if (!tep_session_is_registered('currency') || isset($_GET['currency']) || ((USE_DEFAULT_LANGUAGE_CURRENCY == 'true') && (LANGUAGE_CURRENCY != $currency))) {
  2.     if (!tep_session_is_registered('currency')) {
  3.         tep_session_register('currency');
  4.     }
  5.     $currency = (USE_DEFAULT_LANGUAGE_CURRENCY == 'true' and tep_currency_exists(LANGUAGE_CURRENCY)) ? LANGUAGE_CURRENCY DEFAULT_CURRENCY;
  6.     if (isset($_GET['currency']) && tep_currency_exists($_GET['currency'])) {
  7.         $_SESSION['currency'] = $currency $_GET['currency'];
  8.         $url '/' tep_href_link(basename($PHP_SELF), tep_get_all_get_params(['language''currency']));
  9.         $url str_replace('//''/'$url);
  10.         tep_redirect($url);
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 573)
  1. if (!tep_session_is_registered('currency') || isset($_GET['currency']) || ((USE_DEFAULT_LANGUAGE_CURRENCY == 'true') && (LANGUAGE_CURRENCY != $currency))) {
  2.     if (!tep_session_is_registered('currency')) {
  3.         tep_session_register('currency');
  4.     }
  5.     $currency = (USE_DEFAULT_LANGUAGE_CURRENCY == 'true' and tep_currency_exists(LANGUAGE_CURRENCY)) ? LANGUAGE_CURRENCY DEFAULT_CURRENCY;
  6.     if (isset($_GET['currency']) && tep_currency_exists($_GET['currency'])) {
  7.         $_SESSION['currency'] = $currency $_GET['currency'];
  8.         $url '/' tep_href_link(basename($PHP_SELF), tep_get_all_get_params(['language''currency']));
  9.         $url str_replace('//''/'$url);
  10.         tep_redirect($url);
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:573
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:573)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant DEFAULT_CURRENCY - assumed 'DEFAULT_CURRENCY' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1. if (!tep_session_is_registered('currency') || isset($_GET['currency']) || ((USE_DEFAULT_LANGUAGE_CURRENCY == 'true') && (LANGUAGE_CURRENCY != $currency))) {
  2.     if (!tep_session_is_registered('currency')) {
  3.         tep_session_register('currency');
  4.     }
  5.     $currency = (USE_DEFAULT_LANGUAGE_CURRENCY == 'true' and tep_currency_exists(LANGUAGE_CURRENCY)) ? LANGUAGE_CURRENCY DEFAULT_CURRENCY;
  6.     if (isset($_GET['currency']) && tep_currency_exists($_GET['currency'])) {
  7.         $_SESSION['currency'] = $currency $_GET['currency'];
  8.         $url '/' tep_href_link(basename($PHP_SELF), tep_get_all_get_params(['language''currency']));
  9.         $url str_replace('//''/'$url);
  10.         tep_redirect($url);
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 573)
  1. if (!tep_session_is_registered('currency') || isset($_GET['currency']) || ((USE_DEFAULT_LANGUAGE_CURRENCY == 'true') && (LANGUAGE_CURRENCY != $currency))) {
  2.     if (!tep_session_is_registered('currency')) {
  3.         tep_session_register('currency');
  4.     }
  5.     $currency = (USE_DEFAULT_LANGUAGE_CURRENCY == 'true' and tep_currency_exists(LANGUAGE_CURRENCY)) ? LANGUAGE_CURRENCY DEFAULT_CURRENCY;
  6.     if (isset($_GET['currency']) && tep_currency_exists($_GET['currency'])) {
  7.         $_SESSION['currency'] = $currency $_GET['currency'];
  8.         $url '/' tep_href_link(basename($PHP_SELF), tep_get_all_get_params(['language''currency']));
  9.         $url str_replace('//''/'$url);
  10.         tep_redirect($url);
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:573
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:573)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant EXCLUDE_ADMIN_IP_FOR_MAINTENANCE - assumed 'EXCLUDE_ADMIN_IP_FOR_MAINTENANCE' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1. }
  2. $array_for_js['CURRENCY_CODE'] = $_SESSION['currency'];
  3. // BOF: Down for Maintenance except for admin ip
  4. if (EXCLUDE_ADMIN_IP_FOR_MAINTENANCE != getenv('REMOTE_ADDR')) {
  5.     if (DOWN_FOR_MAINTENANCE == 'true' and !strstr($PHP_SELFDOWN_FOR_MAINTENANCE_FILENAME)) {
  6.         tep_redirect(tep_href_link(DOWN_FOR_MAINTENANCE_FILENAME));
  7.     }
  8. }
  9. // do not let people get to down for maintenance page if not turned on
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 600)
  1. }
  2. $array_for_js['CURRENCY_CODE'] = $_SESSION['currency'];
  3. // BOF: Down for Maintenance except for admin ip
  4. if (EXCLUDE_ADMIN_IP_FOR_MAINTENANCE != getenv('REMOTE_ADDR')) {
  5.     if (DOWN_FOR_MAINTENANCE == 'true' and !strstr($PHP_SELFDOWN_FOR_MAINTENANCE_FILENAME)) {
  6.         tep_redirect(tep_href_link(DOWN_FOR_MAINTENANCE_FILENAME));
  7.     }
  8. }
  9. // do not let people get to down for maintenance page if not turned on
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:600
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:600)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant DOWN_FOR_MAINTENANCE - assumed 'DOWN_FOR_MAINTENANCE' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1. $array_for_js['CURRENCY_CODE'] = $_SESSION['currency'];
  2. // BOF: Down for Maintenance except for admin ip
  3. if (EXCLUDE_ADMIN_IP_FOR_MAINTENANCE != getenv('REMOTE_ADDR')) {
  4.     if (DOWN_FOR_MAINTENANCE == 'true' and !strstr($PHP_SELFDOWN_FOR_MAINTENANCE_FILENAME)) {
  5.         tep_redirect(tep_href_link(DOWN_FOR_MAINTENANCE_FILENAME));
  6.     }
  7. }
  8. // do not let people get to down for maintenance page if not turned on
  9. if (DOWN_FOR_MAINTENANCE == 'false' and strstr($PHP_SELFDOWN_FOR_MAINTENANCE_FILENAME)) {
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 601)
  1. $array_for_js['CURRENCY_CODE'] = $_SESSION['currency'];
  2. // BOF: Down for Maintenance except for admin ip
  3. if (EXCLUDE_ADMIN_IP_FOR_MAINTENANCE != getenv('REMOTE_ADDR')) {
  4.     if (DOWN_FOR_MAINTENANCE == 'true' and !strstr($PHP_SELFDOWN_FOR_MAINTENANCE_FILENAME)) {
  5.         tep_redirect(tep_href_link(DOWN_FOR_MAINTENANCE_FILENAME));
  6.     }
  7. }
  8. // do not let people get to down for maintenance page if not turned on
  9. if (DOWN_FOR_MAINTENANCE == 'false' and strstr($PHP_SELFDOWN_FOR_MAINTENANCE_FILENAME)) {
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:601
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:601)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant DOWN_FOR_MAINTENANCE - assumed 'DOWN_FOR_MAINTENANCE' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     if (DOWN_FOR_MAINTENANCE == 'true' and !strstr($PHP_SELFDOWN_FOR_MAINTENANCE_FILENAME)) {
  2.         tep_redirect(tep_href_link(DOWN_FOR_MAINTENANCE_FILENAME));
  3.     }
  4. }
  5. // do not let people get to down for maintenance page if not turned on
  6. if (DOWN_FOR_MAINTENANCE == 'false' and strstr($PHP_SELFDOWN_FOR_MAINTENANCE_FILENAME)) {
  7.     tep_redirect(tep_href_link(FILENAME_DEFAULT));
  8. }
  9. // EOF: WebMakers.com Added: Down for Maintenance
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 606)
  1.     if (DOWN_FOR_MAINTENANCE == 'true' and !strstr($PHP_SELFDOWN_FOR_MAINTENANCE_FILENAME)) {
  2.         tep_redirect(tep_href_link(DOWN_FOR_MAINTENANCE_FILENAME));
  3.     }
  4. }
  5. // do not let people get to down for maintenance page if not turned on
  6. if (DOWN_FOR_MAINTENANCE == 'false' and strstr($PHP_SELFDOWN_FOR_MAINTENANCE_FILENAME)) {
  7.     tep_redirect(tep_href_link(FILENAME_DEFAULT));
  8. }
  9. // EOF: WebMakers.com Added: Down for Maintenance
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:606
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:606)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Cannot modify header information - headers already sent by (output started at /mnt/test_sites/sites_new/newagriservices.com/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 /mnt/test_sites/sites_new/newagriservices.com/app/Exceptions/Handler/Handler.php:106)

Exception

ErrorException

  1.     }
  2. }
  3. function tep_setcookie($name$value ''$expire 0$path '/'$domain ''$secure 0$HttpOnly true)
  4. {
  5.     setcookie($name$value$expire$path, (tep_not_null($domain) ? $domain ''), $secure$HttpOnly);
  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$HttpOnly true)
  4. {
  5.     setcookie($name$value$expire$path, (tep_not_null($domain) ? $domain ''), $secure$HttpOnly);
  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,'/'''0false);
  7.     } else {
  8.         $geoplugin json_decode($_SESSION['geopluginJSONE']);
  9.     }
  10.     $useLanguageOfCountryFlag false;
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

ErrorException
ErrorException:
Cannot modify header information - headers already sent by (output started at /mnt/test_sites/sites_new/newagriservices.com/app/Exceptions/Handler/Handler.php:106)

  at /mnt/test_sites/sites_new/newagriservices.com/includes/functions/general.php:1321
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
  at setcookie()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/functions/general.php:1321)
  at tep_setcookie()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:816)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant LOGO_IMAGE - assumed 'LOGO_IMAGE' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.         return HTTP_SERVER "/" .$this->image;
  2.     }
  3.     private function setImage(): Organization
  4.     {
  5.         $this->image LOGO_IMAGE;
  6.         return $this;
  7.     }
  8.     private function getLogo()
  9.     {
  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 /mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/Organization.php (line 62)
  1.         return HTTP_SERVER "/" .$this->image;
  2.     }
  3.     private function setImage(): Organization
  4.     {
  5.         $this->image LOGO_IMAGE;
  6.         return $this;
  7.     }
  8.     private function getLogo()
  9.     {
  1.     }
  2.     public function autoSetUp(): Organization
  3.     {
  4.         $this->setDescription()
  5.             ->setImage()
  6.             ->setLogo()
  7.             ->setName()
  8.             ->setType()
  9.             ->setAddress()
  10.             ->setUrl();
  1. require __DIR__ "/Container.php";
  2. require __DIR__ "/IGenerate.php";
  3. require __DIR__ "/Organization.php";
  4. require __DIR__ "/BreadcrumbList.php";
  5. Container::set("organization", (new Organization())->autoSetUp());
  6. Container::set("breadcrumb", new BreadcrumbList());
  7. if (strstr($PHP_SELFFILENAME_PRODUCT_INFO)) {
  8.     require __DIR__ "/ProductReview.php";
  9.     require __DIR__ "/Product.php";
include_once('/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/connector.php') in /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 1068)
  1. if ((basename($PHP_SELF) == FILENAME_LOGIN) && ($_GET['action'] == 'process')) {
  2.     $kill_sid false;
  3. }
  4. if (file_exists($rootPath "ext/json_ld/connector.php")) {
  5.     include_once __DIR__ "/../ext/json_ld/connector.php";
  6. }
  7. $breadcrumb = new breadcrumb();
  8. $breadcrumb->add(STORE_NAMEtep_href_link('/'));
  9. if (isset($_GET['manufacturers_id'])) {
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/Organization.php:62
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/Organization.php:62)
  at JsonLd\Organization->setImage()
     (/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/Organization.php:124)
  at JsonLd\Organization->autoSetUp()
     (/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/connector.php:12)
  at include_once('/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/connector.php')
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:1068)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant LOGO_IMAGE - assumed 'LOGO_IMAGE' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.         return HTTP_SERVER "/" $this->logo;
  2.     }
  3.     private function setLogo(): Organization
  4.     {
  5.         $this->logo LOGO_IMAGE;
  6.         return $this;
  7.     }
  8.     private function getAddress()
  9.     {
  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 /mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/Organization.php (line 73)
  1.         return HTTP_SERVER "/" $this->logo;
  2.     }
  3.     private function setLogo(): Organization
  4.     {
  5.         $this->logo LOGO_IMAGE;
  6.         return $this;
  7.     }
  8.     private function getAddress()
  9.     {
  1.     public function autoSetUp(): Organization
  2.     {
  3.         $this->setDescription()
  4.             ->setImage()
  5.             ->setLogo()
  6.             ->setName()
  7.             ->setType()
  8.             ->setAddress()
  9.             ->setUrl();
  10. //            ->setReviews();
  1. require __DIR__ "/Container.php";
  2. require __DIR__ "/IGenerate.php";
  3. require __DIR__ "/Organization.php";
  4. require __DIR__ "/BreadcrumbList.php";
  5. Container::set("organization", (new Organization())->autoSetUp());
  6. Container::set("breadcrumb", new BreadcrumbList());
  7. if (strstr($PHP_SELFFILENAME_PRODUCT_INFO)) {
  8.     require __DIR__ "/ProductReview.php";
  9.     require __DIR__ "/Product.php";
include_once('/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/connector.php') in /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 1068)
  1. if ((basename($PHP_SELF) == FILENAME_LOGIN) && ($_GET['action'] == 'process')) {
  2.     $kill_sid false;
  3. }
  4. if (file_exists($rootPath "ext/json_ld/connector.php")) {
  5.     include_once __DIR__ "/../ext/json_ld/connector.php";
  6. }
  7. $breadcrumb = new breadcrumb();
  8. $breadcrumb->add(STORE_NAMEtep_href_link('/'));
  9. if (isset($_GET['manufacturers_id'])) {
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/Organization.php:73
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/Organization.php:73)
  at JsonLd\Organization->setLogo()
     (/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/Organization.php:125)
  at JsonLd\Organization->autoSetUp()
     (/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/connector.php:12)
  at include_once('/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/connector.php')
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:1068)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant STORE_NAME - assumed 'STORE_NAME' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.         return $this->name;
  2.     }
  3.     private function setName(): Organization
  4.     {
  5.         $this->name STORE_NAME;
  6.         return $this;
  7.     }
  8.     private function getDescription()
  9.     {
  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 /mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/Organization.php (line 25)
  1.         return $this->name;
  2.     }
  3.     private function setName(): Organization
  4.     {
  5.         $this->name STORE_NAME;
  6.         return $this;
  7.     }
  8.     private function getDescription()
  9.     {
  1.     public function autoSetUp(): Organization
  2.     {
  3.         $this->setDescription()
  4.             ->setImage()
  5.             ->setLogo()
  6.             ->setName()
  7.             ->setType()
  8.             ->setAddress()
  9.             ->setUrl();
  10. //            ->setReviews();
  11.         return $this;
  1. require __DIR__ "/Container.php";
  2. require __DIR__ "/IGenerate.php";
  3. require __DIR__ "/Organization.php";
  4. require __DIR__ "/BreadcrumbList.php";
  5. Container::set("organization", (new Organization())->autoSetUp());
  6. Container::set("breadcrumb", new BreadcrumbList());
  7. if (strstr($PHP_SELFFILENAME_PRODUCT_INFO)) {
  8.     require __DIR__ "/ProductReview.php";
  9.     require __DIR__ "/Product.php";
include_once('/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/connector.php') in /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 1068)
  1. if ((basename($PHP_SELF) == FILENAME_LOGIN) && ($_GET['action'] == 'process')) {
  2.     $kill_sid false;
  3. }
  4. if (file_exists($rootPath "ext/json_ld/connector.php")) {
  5.     include_once __DIR__ "/../ext/json_ld/connector.php";
  6. }
  7. $breadcrumb = new breadcrumb();
  8. $breadcrumb->add(STORE_NAMEtep_href_link('/'));
  9. if (isset($_GET['manufacturers_id'])) {
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/Organization.php:25
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/Organization.php:25)
  at JsonLd\Organization->setName()
     (/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/Organization.php:126)
  at JsonLd\Organization->autoSetUp()
     (/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/connector.php:12)
  at include_once('/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/connector.php')
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:1068)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant STORE_ADDRESS - assumed 'STORE_ADDRESS' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     private function setAddress(): Organization
  2.     {
  3.         $this->address = [
  4.             "address" => STORE_ADDRESS,
  5.             "country" => tep_get_country_name(STORE_COUNTRY),
  6.             "zone" => tep_get_zone_name(STORE_COUNTRYSTORE_ZONEnull)
  7.         ];
  8.         return $this;
  9.     }
  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 /mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/Organization.php (line 86)
  1.     private function setAddress(): Organization
  2.     {
  3.         $this->address = [
  4.             "address" => STORE_ADDRESS,
  5.             "country" => tep_get_country_name(STORE_COUNTRY),
  6.             "zone" => tep_get_zone_name(STORE_COUNTRYSTORE_ZONEnull)
  7.         ];
  8.         return $this;
  9.     }
  1.         $this->setDescription()
  2.             ->setImage()
  3.             ->setLogo()
  4.             ->setName()
  5.             ->setType()
  6.             ->setAddress()
  7.             ->setUrl();
  8. //            ->setReviews();
  9.         return $this;
  10.     }
  1. require __DIR__ "/Container.php";
  2. require __DIR__ "/IGenerate.php";
  3. require __DIR__ "/Organization.php";
  4. require __DIR__ "/BreadcrumbList.php";
  5. Container::set("organization", (new Organization())->autoSetUp());
  6. Container::set("breadcrumb", new BreadcrumbList());
  7. if (strstr($PHP_SELFFILENAME_PRODUCT_INFO)) {
  8.     require __DIR__ "/ProductReview.php";
  9.     require __DIR__ "/Product.php";
include_once('/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/connector.php') in /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 1068)
  1. if ((basename($PHP_SELF) == FILENAME_LOGIN) && ($_GET['action'] == 'process')) {
  2.     $kill_sid false;
  3. }
  4. if (file_exists($rootPath "ext/json_ld/connector.php")) {
  5.     include_once __DIR__ "/../ext/json_ld/connector.php";
  6. }
  7. $breadcrumb = new breadcrumb();
  8. $breadcrumb->add(STORE_NAMEtep_href_link('/'));
  9. if (isset($_GET['manufacturers_id'])) {
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/Organization.php:86
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/Organization.php:86)
  at JsonLd\Organization->setAddress()
     (/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/Organization.php:128)
  at JsonLd\Organization->autoSetUp()
     (/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/connector.php:12)
  at include_once('/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/connector.php')
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:1068)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant STORE_COUNTRY - assumed 'STORE_COUNTRY' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     private function setAddress(): Organization
  2.     {
  3.         $this->address = [
  4.             "address" => STORE_ADDRESS,
  5.             "country" => tep_get_country_name(STORE_COUNTRY),
  6.             "zone" => tep_get_zone_name(STORE_COUNTRYSTORE_ZONEnull)
  7.         ];
  8.         return $this;
  9.     }
  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 /mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/Organization.php (line 87)
  1.     private function setAddress(): Organization
  2.     {
  3.         $this->address = [
  4.             "address" => STORE_ADDRESS,
  5.             "country" => tep_get_country_name(STORE_COUNTRY),
  6.             "zone" => tep_get_zone_name(STORE_COUNTRYSTORE_ZONEnull)
  7.         ];
  8.         return $this;
  9.     }
  1.         $this->setDescription()
  2.             ->setImage()
  3.             ->setLogo()
  4.             ->setName()
  5.             ->setType()
  6.             ->setAddress()
  7.             ->setUrl();
  8. //            ->setReviews();
  9.         return $this;
  10.     }
  1. require __DIR__ "/Container.php";
  2. require __DIR__ "/IGenerate.php";
  3. require __DIR__ "/Organization.php";
  4. require __DIR__ "/BreadcrumbList.php";
  5. Container::set("organization", (new Organization())->autoSetUp());
  6. Container::set("breadcrumb", new BreadcrumbList());
  7. if (strstr($PHP_SELFFILENAME_PRODUCT_INFO)) {
  8.     require __DIR__ "/ProductReview.php";
  9.     require __DIR__ "/Product.php";
include_once('/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/connector.php') in /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 1068)
  1. if ((basename($PHP_SELF) == FILENAME_LOGIN) && ($_GET['action'] == 'process')) {
  2.     $kill_sid false;
  3. }
  4. if (file_exists($rootPath "ext/json_ld/connector.php")) {
  5.     include_once __DIR__ "/../ext/json_ld/connector.php";
  6. }
  7. $breadcrumb = new breadcrumb();
  8. $breadcrumb->add(STORE_NAMEtep_href_link('/'));
  9. if (isset($_GET['manufacturers_id'])) {
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/Organization.php:87
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/Organization.php:87)
  at JsonLd\Organization->setAddress()
     (/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/Organization.php:128)
  at JsonLd\Organization->autoSetUp()
     (/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/connector.php:12)
  at include_once('/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/connector.php')
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:1068)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant STORE_COUNTRY - assumed 'STORE_COUNTRY' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     {
  2.         $this->address = [
  3.             "address" => STORE_ADDRESS,
  4.             "country" => tep_get_country_name(STORE_COUNTRY),
  5.             "zone" => tep_get_zone_name(STORE_COUNTRYSTORE_ZONEnull)
  6.         ];
  7.         return $this;
  8.     }
  9.     private function getUrl()
  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 /mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/Organization.php (line 88)
  1.     {
  2.         $this->address = [
  3.             "address" => STORE_ADDRESS,
  4.             "country" => tep_get_country_name(STORE_COUNTRY),
  5.             "zone" => tep_get_zone_name(STORE_COUNTRYSTORE_ZONEnull)
  6.         ];
  7.         return $this;
  8.     }
  9.     private function getUrl()
  1.         $this->setDescription()
  2.             ->setImage()
  3.             ->setLogo()
  4.             ->setName()
  5.             ->setType()
  6.             ->setAddress()
  7.             ->setUrl();
  8. //            ->setReviews();
  9.         return $this;
  10.     }
  1. require __DIR__ "/Container.php";
  2. require __DIR__ "/IGenerate.php";
  3. require __DIR__ "/Organization.php";
  4. require __DIR__ "/BreadcrumbList.php";
  5. Container::set("organization", (new Organization())->autoSetUp());
  6. Container::set("breadcrumb", new BreadcrumbList());
  7. if (strstr($PHP_SELFFILENAME_PRODUCT_INFO)) {
  8.     require __DIR__ "/ProductReview.php";
  9.     require __DIR__ "/Product.php";
include_once('/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/connector.php') in /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 1068)
  1. if ((basename($PHP_SELF) == FILENAME_LOGIN) && ($_GET['action'] == 'process')) {
  2.     $kill_sid false;
  3. }
  4. if (file_exists($rootPath "ext/json_ld/connector.php")) {
  5.     include_once __DIR__ "/../ext/json_ld/connector.php";
  6. }
  7. $breadcrumb = new breadcrumb();
  8. $breadcrumb->add(STORE_NAMEtep_href_link('/'));
  9. if (isset($_GET['manufacturers_id'])) {
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/Organization.php:88
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/Organization.php:88)
  at JsonLd\Organization->setAddress()
     (/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/Organization.php:128)
  at JsonLd\Organization->autoSetUp()
     (/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/connector.php:12)
  at include_once('/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/connector.php')
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:1068)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant STORE_ZONE - assumed 'STORE_ZONE' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     {
  2.         $this->address = [
  3.             "address" => STORE_ADDRESS,
  4.             "country" => tep_get_country_name(STORE_COUNTRY),
  5.             "zone" => tep_get_zone_name(STORE_COUNTRYSTORE_ZONEnull)
  6.         ];
  7.         return $this;
  8.     }
  9.     private function getUrl()
  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 /mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/Organization.php (line 88)
  1.     {
  2.         $this->address = [
  3.             "address" => STORE_ADDRESS,
  4.             "country" => tep_get_country_name(STORE_COUNTRY),
  5.             "zone" => tep_get_zone_name(STORE_COUNTRYSTORE_ZONEnull)
  6.         ];
  7.         return $this;
  8.     }
  9.     private function getUrl()
  1.         $this->setDescription()
  2.             ->setImage()
  3.             ->setLogo()
  4.             ->setName()
  5.             ->setType()
  6.             ->setAddress()
  7.             ->setUrl();
  8. //            ->setReviews();
  9.         return $this;
  10.     }
  1. require __DIR__ "/Container.php";
  2. require __DIR__ "/IGenerate.php";
  3. require __DIR__ "/Organization.php";
  4. require __DIR__ "/BreadcrumbList.php";
  5. Container::set("organization", (new Organization())->autoSetUp());
  6. Container::set("breadcrumb", new BreadcrumbList());
  7. if (strstr($PHP_SELFFILENAME_PRODUCT_INFO)) {
  8.     require __DIR__ "/ProductReview.php";
  9.     require __DIR__ "/Product.php";
include_once('/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/connector.php') in /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 1068)
  1. if ((basename($PHP_SELF) == FILENAME_LOGIN) && ($_GET['action'] == 'process')) {
  2.     $kill_sid false;
  3. }
  4. if (file_exists($rootPath "ext/json_ld/connector.php")) {
  5.     include_once __DIR__ "/../ext/json_ld/connector.php";
  6. }
  7. $breadcrumb = new breadcrumb();
  8. $breadcrumb->add(STORE_NAMEtep_href_link('/'));
  9. if (isset($_GET['manufacturers_id'])) {
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/Organization.php:88
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/Organization.php:88)
  at JsonLd\Organization->setAddress()
     (/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/Organization.php:128)
  at JsonLd\Organization->autoSetUp()
     (/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/connector.php:12)
  at include_once('/mnt/test_sites/sites_new/newagriservices.com/ext/json_ld/connector.php')
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:1068)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant STORE_NAME - assumed 'STORE_NAME' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1. if (file_exists($rootPath "ext/json_ld/connector.php")) {
  2.     include_once __DIR__ "/../ext/json_ld/connector.php";
  3. }
  4. $breadcrumb = new breadcrumb();
  5. $breadcrumb->add(STORE_NAMEtep_href_link('/'));
  6. if (isset($_GET['manufacturers_id'])) {
  7.     $breadcrumb->add(TEXT_NAVIGATION_BRANDStep_href_link('brands'));
  8. }
  9. $page_not_found 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}() in /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 1072)
  1. if (file_exists($rootPath "ext/json_ld/connector.php")) {
  2.     include_once __DIR__ "/../ext/json_ld/connector.php";
  3. }
  4. $breadcrumb = new breadcrumb();
  5. $breadcrumb->add(STORE_NAMEtep_href_link('/'));
  6. if (isset($_GET['manufacturers_id'])) {
  7.     $breadcrumb->add(TEXT_NAVIGATION_BRANDStep_href_link('brands'));
  8. }
  9. $page_not_found false;
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:1072
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:1072)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant DEFAULT_LANGUAGE - assumed 'DEFAULT_LANGUAGE' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.     if ($current_category_id == 0) {
  2.         $parameters str_replace(['sort=new&''type=specials&''sort=featured&'], [''''''], $parameters);
  3.     }
  4.     $lng_code $lng->language['code'] != DEFAULT_LANGUAGE ? ($lng->language['code'] . '/') : '';
  5.     if (strstr($page'/')) {
  6.         $pageParts explode('/'$page);
  7.         if (count($pageParts) == 2) {
  8.             $lng_code = (isset($lng->catalog_languages[$pageParts[0]]) and $pageParts[0] != DEFAULT_LANGUAGE) ? $pageParts[0] . '/' '';
  9.             $forse_seo_hreflink 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.         });
  1.     if ($current_category_id == 0) {
  2.         $parameters str_replace(['sort=new&''type=specials&''sort=featured&'], [''''''], $parameters);
  3.     }
  4.     $lng_code $lng->language['code'] != DEFAULT_LANGUAGE ? ($lng->language['code'] . '/') : '';
  5.     if (strstr($page'/')) {
  6.         $pageParts explode('/'$page);
  7.         if (count($pageParts) == 2) {
  8.             $lng_code = (isset($lng->catalog_languages[$pageParts[0]]) and $pageParts[0] != DEFAULT_LANGUAGE) ? $pageParts[0] . '/' '';
  9.             $forse_seo_hreflink true;
  1. if (file_exists($rootPath "ext/json_ld/connector.php")) {
  2.     include_once __DIR__ "/../ext/json_ld/connector.php";
  3. }
  4. $breadcrumb = new breadcrumb();
  5. $breadcrumb->add(STORE_NAMEtep_href_link('/'));
  6. if (isset($_GET['manufacturers_id'])) {
  7.     $breadcrumb->add(TEXT_NAVIGATION_BRANDStep_href_link('brands'));
  8. }
  9. $page_not_found false;
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/functions/html_output.php:39
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/functions/html_output.php:39)
  at tep_href_link()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:1072)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant DEFAULT_LANGUAGE - assumed 'DEFAULT_LANGUAGE' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1.         } elseif($lng->language['code']!=DEFAULT_LANGUAGE) {
  2.           $link = rtrim($link, '/') . '/'; // reinsurance. clear from all slashes and then add slash in the end of line.
  3.           $link = $link.$lng->language['code'].'/';
  4.         }    */
  5.         if ($current_lang != DEFAULT_LANGUAGE) {
  6.             $link '/' $current_lang '/';
  7.         }
  8.         // if our url not in array of seo_url urls, then NOT processing it, show as default.
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/classes/seo.class.php (line 898)
  1.         } elseif($lng->language['code']!=DEFAULT_LANGUAGE) {
  2.           $link = rtrim($link, '/') . '/'; // reinsurance. clear from all slashes and then add slash in the end of line.
  3.           $link = $link.$lng->language['code'].'/';
  4.         }    */
  5.         if ($current_lang != DEFAULT_LANGUAGE) {
  6.             $link '/' $current_lang '/';
  7.         }
  8.         // if our url not in array of seo_url urls, then NOT processing it, show as default.
  1.             }
  2.             global $languages_id;
  3.             $seo_urls = new SEO_URL($languages_id);
  4.         }
  5.         $return $seo_urls->href_link($page$parameters$connection$add_session_id);
  6.         if (substr($return, -1) == '&') {
  7.             $return substr($return0, -1); // delete last empty &
  8.         }
  9.         return $return;
  10.     }
  1. if (file_exists($rootPath "ext/json_ld/connector.php")) {
  2.     include_once __DIR__ "/../ext/json_ld/connector.php";
  3. }
  4. $breadcrumb = new breadcrumb();
  5. $breadcrumb->add(STORE_NAMEtep_href_link('/'));
  6. if (isset($_GET['manufacturers_id'])) {
  7.     $breadcrumb->add(TEXT_NAVIGATION_BRANDStep_href_link('brands'));
  8. }
  9. $page_not_found false;
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/classes/seo.class.php:898
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/classes/seo.class.php:898)
  at SEO_URL->href_link()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/functions/html_output.php:118)
  at tep_href_link()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:1072)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant STORE_COUNTRY - assumed 'STORE_COUNTRY' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1. // BOF: WebMakers.com Added: Downloads Controller
  2. require(DIR_WS_FUNCTIONS 'downloads_controller.php');
  3. // EOF: WebMakers.com Added: Downloads Controller
  4. // +Country-State Selector
  5. define('DEFAULT_COUNTRY'STORE_COUNTRY);
  6. // -Country-State Selector
  7. // adapted for Total B2B Contributions start
  8. //Minimum group price to order
  9. // min price
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 1260)
  1. // BOF: WebMakers.com Added: Downloads Controller
  2. require(DIR_WS_FUNCTIONS 'downloads_controller.php');
  3. // EOF: WebMakers.com Added: Downloads Controller
  4. // +Country-State Selector
  5. define('DEFAULT_COUNTRY'STORE_COUNTRY);
  6. // -Country-State Selector
  7. // adapted for Total B2B Contributions start
  8. //Minimum group price to order
  9. // min price
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:1260
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:1260)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant FACEBOOK_APP_ID - assumed 'FACEBOOK_APP_ID' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1. define('MIN_ORDER_B2B'$customers_groups_min_price);
  2. //Minimum group price to order
  3. //  adapted for Total B2B Contributions end
  4. $fb_app_id FACEBOOK_APP_ID;
  5. $fb_app_secret FACEBOOK_APP_SECRET;
  6. $fb_url HTTP_SERVER "/ext/auth/ajax_loginfb.php";
  7. $fb_state 'solomono';
  8. $googleClientID defined('GOOGLE_OAUTH_CLIENT_ID') ? GOOGLE_OAUTH_CLIENT_ID '';
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 1287)
  1. define('MIN_ORDER_B2B'$customers_groups_min_price);
  2. //Minimum group price to order
  3. //  adapted for Total B2B Contributions end
  4. $fb_app_id FACEBOOK_APP_ID;
  5. $fb_app_secret FACEBOOK_APP_SECRET;
  6. $fb_url HTTP_SERVER "/ext/auth/ajax_loginfb.php";
  7. $fb_state 'solomono';
  8. $googleClientID defined('GOOGLE_OAUTH_CLIENT_ID') ? GOOGLE_OAUTH_CLIENT_ID '';
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:1287
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:1287)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
Use of undefined constant FACEBOOK_APP_SECRET - assumed 'FACEBOOK_APP_SECRET' (this will throw an Error in a future version of PHP) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

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

Exception

ErrorException

  1. //Minimum group price to order
  2. //  adapted for Total B2B Contributions end
  3. $fb_app_id FACEBOOK_APP_ID;
  4. $fb_app_secret FACEBOOK_APP_SECRET;
  5. $fb_url HTTP_SERVER "/ext/auth/ajax_loginfb.php";
  6. $fb_state 'solomono';
  7. $googleClientID defined('GOOGLE_OAUTH_CLIENT_ID') ? GOOGLE_OAUTH_CLIENT_ID '';
  8. $googleClientSecret defined('GOOGLE_OAUTH_CLIENT_SECRET') ? GOOGLE_OAUTH_CLIENT_SECRET '';
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 1288)
  1. //Minimum group price to order
  2. //  adapted for Total B2B Contributions end
  3. $fb_app_id FACEBOOK_APP_ID;
  4. $fb_app_secret FACEBOOK_APP_SECRET;
  5. $fb_url HTTP_SERVER "/ext/auth/ajax_loginfb.php";
  6. $fb_state 'solomono';
  7. $googleClientID defined('GOOGLE_OAUTH_CLIENT_ID') ? GOOGLE_OAUTH_CLIENT_ID '';
  8. $googleClientSecret defined('GOOGLE_OAUTH_CLIENT_SECRET') ? GOOGLE_OAUTH_CLIENT_SECRET '';
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

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

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:1288
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:1288)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
require(templates/DEFAULT_TEMPLATE/render_template.php): failed to open stream: No such file or directory (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

require(templates/DEFAULT_TEMPLATE/render_template.php): failed to open stream: No such file or directory

Exception

ErrorException

  1. $array_for_js['TEMPLATE_PATH'] = DIR_WS_TEMPLATES TEMPLATE_NAME;
  2. $array_for_js['SEO_FILTER'] = defined('SEO_FILTER') && constant('SEO_FILTER') == 'true';
  3. $array_for_js['CATEGORIES_TABS_SLIDER'] = false//TODO сюди тянути константу
  4. // define current template constants:
  5. require(DIR_WS_TEMPLATES TEMPLATE_NAME '/render_template.php');
  6. // custom product fields for template:
  7. //debug(is_array(unserialize(RTPL_LISTING_ADD_FIELDS)));
  8. if (defined('RTPL_LISTING_ADD_FIELDS') and is_array(unserialize(RTPL_LISTING_ADD_FIELDS)) and unserialize(RTPL_LISTING_ADD_FIELDS)) {
  9.     $listing_add_fields implode(','unserialize(RTPL_LISTING_ADD_FIELDS)) . ',';
  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 /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php (line 1309)
  1. $array_for_js['TEMPLATE_PATH'] = DIR_WS_TEMPLATES TEMPLATE_NAME;
  2. $array_for_js['SEO_FILTER'] = defined('SEO_FILTER') && constant('SEO_FILTER') == 'true';
  3. $array_for_js['CATEGORIES_TABS_SLIDER'] = false//TODO сюди тянути константу
  4. // define current template constants:
  5. require(DIR_WS_TEMPLATES TEMPLATE_NAME '/render_template.php');
  6. // custom product fields for template:
  7. //debug(is_array(unserialize(RTPL_LISTING_ADD_FIELDS)));
  8. if (defined('RTPL_LISTING_ADD_FIELDS') and is_array(unserialize(RTPL_LISTING_ADD_FIELDS)) and unserialize(RTPL_LISTING_ADD_FIELDS)) {
  9.     $listing_add_fields implode(','unserialize(RTPL_LISTING_ADD_FIELDS)) . ',';
  1. $array_for_js['TEMPLATE_PATH'] = DIR_WS_TEMPLATES TEMPLATE_NAME;
  2. $array_for_js['SEO_FILTER'] = defined('SEO_FILTER') && constant('SEO_FILTER') == 'true';
  3. $array_for_js['CATEGORIES_TABS_SLIDER'] = false//TODO сюди тянути константу
  4. // define current template constants:
  5. require(DIR_WS_TEMPLATES TEMPLATE_NAME '/render_template.php');
  6. // custom product fields for template:
  7. //debug(is_array(unserialize(RTPL_LISTING_ADD_FIELDS)));
  8. if (defined('RTPL_LISTING_ADD_FIELDS') and is_array(unserialize(RTPL_LISTING_ADD_FIELDS)) and unserialize(RTPL_LISTING_ADD_FIELDS)) {
  9.     $listing_add_fields implode(','unserialize(RTPL_LISTING_ADD_FIELDS)) . ',';
require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php') in /mnt/test_sites/sites_new/newagriservices.com/product_info.php (line 8)
  1. use JsonLd\Container;
  2. use JsonLd\Product;
  3. use JsonLd\ProductReview;
  4. require('includes/application_top.php');
  5. includeLanguages(DIR_WS_LANGUAGES $language '/' FILENAME_PRODUCT_INFO);
  6. // define current template constants:
  7. $productAvailable false;
  8. $productReviewsArr = [];

Stack Trace

ErrorException
ErrorException:
require(templates/DEFAULT_TEMPLATE/render_template.php): failed to open stream: No such file or directory

  at /mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:1309
  at Bootstrap\HandleExceptions->handleError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:1309)
  at require()
     (/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php:1309)
  at require('/mnt/test_sites/sites_new/newagriservices.com/includes/application_top.php')
     (/mnt/test_sites/sites_new/newagriservices.com/product_info.php:8)                
require(): Failed opening required 'templates/DEFAULT_TEMPLATE/render_template.php' (include_path='.:/usr/share/php') (500 Whoops, looks like something went wrong.)

Error

HTTP 500 Whoops, looks like something went wrong.

require(): Failed opening required 'templates/DEFAULT_TEMPLATE/render_template.php' (include_path='.:/usr/share/php')

Exception

Error

  1.      * @param int|null $traceOffset
  2.      * @return \Error
  3.      */
  4.     protected function fatalErrorFromPhpError(array $error$traceOffset null)
  5.     {
  6.         return new \Error($error['message'], 0);
  7.     }
  8. }
HandleExceptions->fatalErrorFromPhpError() in /mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php (line 110)
  1.      * Handle the PHP shutdown event.
  2.      */
  3.     protected function handleShutdown(): void
  4.     {
  5.         if (!is_null($error error_get_last()) && $this->isFatal($error['type'])) {
  6.             $this->handleException($this->fatalErrorFromPhpError($error0));
  7.         }
  8.     }
  9.     /**
  10.      * Determine if the error type is fatal.
  1.         set_exception_handler(function ($e) {
  2.             $this->handleException($e);
  3.         });
  4.         register_shutdown_function(function () {
  5.             $this->handleShutdown();
  6.         });
  7.     }
  8.     /**
  9.      * Report PHP deprecations, or convert PHP errors to ErrorException instances.
HandleExceptions->Bootstrap\{closure}()

Stack Trace

Error
Error:
require(): Failed opening required 'templates/DEFAULT_TEMPLATE/render_template.php' (include_path='.:/usr/share/php')

  at /mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:131
  at Bootstrap\HandleExceptions->fatalErrorFromPhpError()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:110)
  at Bootstrap\HandleExceptions->handleShutdown()
     (/mnt/test_sites/sites_new/newagriservices.com/bootstrap/HandleExceptions.php:40)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()