*/
use App\Classes\Cache\Helpers\FileCacheHelper;
include ('array_column.php');
require_once DIR_WS_INCLUDES . 'files_functions.php';
// get all products IDs from current category
function get_all_pids($where_filters = '', $listing_sql)
{
$cleared_listing_sql = str_replace($where_filters, '', $listing_sql); // clear temporary filter subqueries
//ini_set('error_log' , '/home/solomono/web/solomono.net/sites/dev/php.log'); error_reporting(E_ALL); set_error_handler(function ($level, $message, $file = '', $line = 0) { $this->handleError($level, $message, $file, $line); }); set_exception_handler(function ($e) { $this->handleException($e); });*/
use App\Classes\Cache\Helpers\FileCacheHelper;
include ('array_column.php');
require_once DIR_WS_INCLUDES . 'files_functions.php';
// get all products IDs from current category
function get_all_pids($where_filters = '', $listing_sql)
{
$cleared_listing_sql = str_replace($where_filters, '', $listing_sql); // clear temporary filter subqueries
*/
use App\Classes\Cache\Helpers\FileCacheHelper;
include ('array_column.php');
require_once DIR_WS_INCLUDES . 'files_functions.php';
// get all products IDs from current category
function get_all_pids($where_filters = '', $listing_sql)
{
$cleared_listing_sql = str_replace($where_filters, '', $listing_sql); // clear temporary filter subqueries
}define('HTTP_SERVER', ((defined('SET_HTTPS') && (SET_HTTPS == 'true')) ? 'https://' : 'http://') . $_SERVER['HTTP_HOST'] . $add_folder);require_once DIR_WS_FUNCTIONS . 'general.php';require_once DIR_WS_FUNCTIONS . 'constants.php';require_once DIR_WS_FUNCTIONS . 'html_output.php';require_once DIR_WS_FUNCTIONS . 'extra_product_price.php';require_once DIR_WS_MODULES . 'rating/rating.php';require_once DIR_WS_CLASSES . 'shopping_cart.php';$milliseconds = round(microtime(true) * 1000);define('PAGE_PARSE_START_TIME', microtime(true));define("SECONDS_PER_WEEK", 604800);header("Content-Security-Policy: default-src data: * 'unsafe-inline' 'unsafe-eval'; frame-ancestors 'none';");require_once __DIR__ . "/application_main.php";$timeZone = getenv('TIME_ZONE');$timeZoneArray = explode(' ', $timeZone);if (!empty($timeZoneArray[0])) { date_default_timezone_set($timeZoneArray[0]);}<?php$rootPath = dirname($_SERVER['SCRIPT_FILENAME']);$sideApp = true;require $rootPath . '/includes/application_top.php';if (file_exists($rootPath . '/ext/export_google_sitemap/check.php')) { require_once $rootPath . '/ext/export_google_sitemap/check.php'; $googleSitemapPath = $rootPath . '/ext/export_google_sitemap/sitemap.php'; if (file_exists($googleSitemapPath) && defined('EXPORT_GOOGLE_SITEMAP_MODULE_ENABLED') && constant('EXPORT_GOOGLE_SITEMAP_MODULE_ENABLED') == 'true') { require($googleSitemapPath);|
ErrorException
|
|---|
ErrorException:
require_once(includes/files_functions.php): failed to open stream: No such file or directory
at /home/dev_ltscreen/web/dev.ltscreen.com/public_html/includes/functions/general.php:16
at Bootstrap\HandleExceptions->handleError()
(/home/dev_ltscreen/web/dev.ltscreen.com/public_html/bootstrap/HandleExceptions.php:32)
at Bootstrap\HandleExceptions->Bootstrap\{closure}()
(/home/dev_ltscreen/web/dev.ltscreen.com/public_html/includes/functions/general.php:16)
at require_once()
(/home/dev_ltscreen/web/dev.ltscreen.com/public_html/includes/functions/general.php:16)
at require_once('/home/dev_ltscreen/web/dev.ltscreen.com/public_html/includes/functions/general.php')
(/home/dev_ltscreen/web/dev.ltscreen.com/public_html/includes/application_main.php:52)
at require_once('/home/dev_ltscreen/web/dev.ltscreen.com/public_html/includes/application_main.php')
(/home/dev_ltscreen/web/dev.ltscreen.com/public_html/includes/application_top.php:7)
at require('/home/dev_ltscreen/web/dev.ltscreen.com/public_html/includes/application_top.php')
(/home/dev_ltscreen/web/dev.ltscreen.com/public_html/sitemap.php:5)
|