В config.php в папке admin.
он пуст... размер его и admin\config-dist.php ноль байт. что в них должно быть?
PS перенес из opencart теперь получил ошибку Fatal error: Using $this when not in object context in /admin/index.php on line 141
try {
// Dispatch
$controller->dispatch($action, new Action('error/not_found'));
} catch(Exception $e) {
// Catch any errors and log them!
if ($config->get('config_error_display')) {
echo sprintf($this->language->get('error_exception'), $exception->getCode(), $exception->getMessage(), $exception->getFile(), $exception->getLine());
}
if ($config->get('config_error_log')) {
$log->write(sprintf($this->language->get('error_exception'), $exception->getCode(), $exception->getMessage(), $exception->getFile(), $exception->getLine()));
}
}
все же в индексе что то...