View Single Post
  #12  
Old 07-17-2014, 06:02 PM
 
Chheang Leng Chheang Leng is offline
 

Advanced Member
  
Join Date: Jun 2014
Posts: 86
 

Default Re: Re-building cache not complete

Hi X-cart team


this some code at directory var/log php_errors.log.2014-07-18.php

Quote:
[18-Jul-2014 01:17:46] Error (code: -9999): We are deploying new changes to our store. One minute and they will go live!
Server API: cgi-fcgi;
Request method: GET;
URI: /khmer_movie;
Backtrace:
#0 /home/www/cdworlds.com/Includes/ErrorHandler.php(334): Includes\ErrorHandler::throwException('We are deployin...', -9999)
#1 /home/www/cdworlds.com/Includes/Decorator/Utils/CacheManager.php(480): Includes\ErrorHandler::fireError('We are deployin...', -9999)
#2 /home/www/cdworlds.com/Includes/Decorator/Utils/CacheManager.php(620): Includes\Decorator\Utils\CacheManager::checkIfRebu ildStarted()
#3 /home/www/cdworlds.com/Includes/Decorator/Utils/CacheManager.php(650): Includes\Decorator\Utils\CacheManager::runStep(5)
#4 /home/www/cdworlds.com/Includes/Decorator/Utils/CacheManager.php(913): Includes\Decorator\Utils\CacheManager::runStepCond itionally(5)
#5 /home/www/cdworlds.com/top.inc.PHP53.php(111): Includes\Decorator\Utils\CacheManager::rebuildCach e()
#6 /home/www/cdworlds.com/top.inc.php(45): require_once('/home/www/cdwor...')
#7 /home/www/cdworlds.com/cart.php(33): require_once('/home/www/cdwor...')
#8 {main}


Backtrace:

ErrorHandler.php
static::throwException($message, $code);

CacheManager.php
* @param string $step Current step name
static::checkIfRebuildStarted();
static::runStep($step);
$stepStatus = static::runStepConditionally($step);

top.inc.PHP53.php
if (!defined('LC_DO_NOT_REBUILD_CACHE'))

top.inc.php
require_once (dirname(__FILE__) . LC_DS . 'top.inc.PHP53.php');

cart.php
require_once (dirname(__FILE__) . DIRECTORY_SEPARATOR . 'top.inc.php');

think for reply
__________________
X-Cart Business
Version: 5.1.8
Website: www.cdworlds.com
Reply With Quote