RE: Sentora UI not fully loading.
03-06-2015, 05:50 AM
(This post was last modified: 03-06-2015, 07:11 AM by TGates.)
x_accounts data looks just fine. See my backup data below:
Code:
LOCK TABLES `x_accounts` WRITE;
/*!40000 ALTER TABLE `x_accounts` DISABLE KEYS */;
INSERT INTO `x_accounts` VALUES (1,'zadmin','JrfJd2o.JpIwT69PRJWrET92WMS62h.','zadmin@localhost',1,1,1,'Sentora_Default','default',1,1424698624,'Welcome to your new Sentora installation! You can remove this message from the Client Notice Manager module. This module allows you to notify your clients of service outages, upgrades and new features etc :-)',NULL,'gd.sLc/rMej19iP143.Nwl',NULL,0,NULL),(2,'iroardxb','Tdib.wgty1JtRFwCJbNEX3l3z.vemYK','charlesodendaal43@gmail.com',1,3,2,'Sentora_Default','default',1,1425150666,'You can remove this message from the Client Notice Manager module. This module allows you to notify your clients of service outages, upgrades and new features etc :-)',NULL,'dPZW12NT7D1leJhmG2Mj20',NULL,1424699028,NULL),(3,'test','Bok1njSwuNleea11sM7h01HNEP56qOe','pieter@jhost.co.za',2,4,3,'Sentora_Default','default',1,NULL,NULL,NULL,'GMynV5I6d8KjsCCg2Jc7ys',NULL,1424701287,1424702219);
/*!40000 ALTER TABLE `x_accounts` ENABLE KEYS */;
UNLOCK TABLES;