СРОЧНО нуждна помошь!!! whost:(

Вопросы по UTM 3.0 и UTM 4.0 (поддержка прекращена)
Закрыто
Арарат
Сообщения: 2
Зарегистрирован: Вс май 08, 2011 19:18

СРОЧНО нуждна помошь!!! whost:(

Сообщение Арарат »

После /netup/utm/bin/tsave показывает эту проблему!:(

START UTM DB TABLES CHECKING
Table UTM_settings check status is OK
Table active_sessions check status is OK
Table bills_history check status is OK
Table td check status is OK
Table traffic check status is OK
Table traffic_classes check status is OK
Table traffic_classes_nets check status is OK
Table traffic_day check status is OK
Table traffic_opt_day check status is OK
Table traffic_row_1301297968_1301314503 check status is OK
Table traffic_row_1303886971_1303907402 check status is OK
Table traffic_tmp check status is OK
Table users check status is OK
Table whost_row check status is OK
Table whost_row_tmp check status is OK
o END UTM DB TABLES CHECKING
ERROR! Previous main execute not correctly completed !
Sending WARNING email to admins ...
NetUP UTM main: creating lock file ...
Unregistered version of NetUP UTM 4.0. There are some limitations. Not for use on real network! Please visit http://www.netup.ru
Summary rows reading from traffic.tmp: 4832 inserted: 4829 rows
Starting web-hosting data calculating ...
DBD::mysql::st execute failed: Table 'UTM.whost_users' doesn't exist at main.pl line 300.
DBD::mysql::st execute failed: Table 'UTM.whost_users' doesn't exist at main.pl line 300.

duzer
Сообщения: 82
Зарегистрирован: Сб ноя 04, 2006 12:50

Сообщение duzer »

Англицким же языком написано:
"выполнить не удалось: "UTM.whost_users" Таблица не существует"

Код: Выделить всё

CREATE TABLE IF NOT EXISTS `whost_users` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `whost_name` text,
  `uid` int(10) unsigned NOT NULL default '0',
  `reg_date` int(10) unsigned NOT NULL default '0',
  `exp_date` int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`)
)

Арарат
Сообщения: 2
Зарегистрирован: Вс май 08, 2011 19:18

Сообщение Арарат »

duzer писал(а):Англицким же языком написано:
"выполнить не удалось: "UTM.whost_users" Таблица не существует"

Код: Выделить всё

CREATE TABLE IF NOT EXISTS `whost_users` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `whost_name` text,
  `uid` int(10) unsigned NOT NULL default '0',
  `reg_date` int(10) unsigned NOT NULL default '0',
  `exp_date` int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`)
)
Тепер UTM.traffic_classes_ext хочет :(
Откудо мне все эти ТАБЛИЦЫ найти???

Dimon
Сообщения: 35
Зарегистрирован: Чт фев 03, 2005 15:50

Сообщение Dimon »

Я думаю из дистрибутива или из бекапа наверно место кончалось ?

Закрыто