I upgraded to the latest ispconfig and my sys-user table was empty. I creted the admin user with the sql script, and can now login, but i cannot see any resellers or websites in the control panel. If I click on the management->server->services, I get the following error: You do not have the necessary privileges to edit this document type. The websites and the email is working, but I cannot administer any of the sites. Please help!!!
ISPConfig versions I updated to the latest version of ispconfig 2. I can't remember what the previous version was. I do have the backup files in /tmp. Is there maybe a file in there that will tell me the old version? Here is something very odd. The sql file in /tmp has almost no data: -- MySQL dump 10.11 -- -- Host: localhost Database: db_ispconfig -- ------------------------------------------------------ -- Server version 5.0.32-Debian_7etch8-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; That is the entie sql file in the backup. Weird!