Fatal error: Cannot instantiate non-existent class: benchmark_timer in /var/www/firsteastern/mosaic-core-ru/lib/mosaic_cms.class.php on line 388
вот место где оно ссылается на этот таймер
.............................кут_хере...........................................
.....
function display($site='') {
ob_start();
$this->startup();
$timer = new Benchmark_Timer; //собственно 388-я строка
$timer->start();
while (list($name, $path) = each ($this->smarty_dirs)) {
if (!empty($path)) {
$this->smarty_dirs[$name] = $path;
} else {
$this->smarty_dirs[$name] = $this->smarty_base_dir.$name;
}
}
$this->handlers_path = $this->plugins_path;
$timer->start('reindex');
$this->reindex_handlers();
$this->reindex_structure(false);
$timer->stop('reindex');
......................кут_хере...................
кто что может дельное по этому поводу сказать, говорите не стесняйтесь

кстати файл с классом таймера лежит в той же папке