No resellers or web after upgrade, but sites work

Discussion in 'Installation/Configuration' started by alwyn, Mar 5, 2009.

  1. alwyn

    alwyn New Member

    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!!!
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You updated from which ispconfig version to which version?
     
  3. alwyn

    alwyn New Member

    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!
     
  4. alwyn

    alwyn New Member

    Found the versions

    I upgraded from 2.2.15 to 2..2.29
     
  5. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    df -h
    ?
     

Share This Page