После /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.
СРОЧНО нуждна помошь!!! whost:(
Англицким же языком написано:
"выполнить не удалось: "UTM.whost_users" Таблица не существует"
"выполнить не удалось: "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 хочет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`) )

Откудо мне все эти ТАБЛИЦЫ найти???