Control panel works badly after installation on Feisty

Discussion in 'Installation/Configuration' started by maxik, Aug 28, 2007.

  1. maxik

    maxik New Member

    I've successfully installed ISPconfig.
    But after I login to HTTPS control panel and try to switch to any tab from ISP Manager, I get the following warnings on empty page.

    So I even can't change admin password!
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    It looks as ISPConfig has not been installed completely on your server.

    1) Did you get any errors after the installation.
    2) Did you craete the mysql database for ISPconfig manually?
     
  3. maxik

    maxik New Member

    1) No, I did not get any errors.
    2) No, ISPconfig created the database.
     
  4. maxik

    maxik New Member

    It seems like module name is not stored in session.
    I tried to specify it on before line 241 of session.inc.php:
    PHP:
    $go_info["modul"]["path"] = 'isp_dns';
    and DNS manager page was partially loaded.
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Ok, then you should check that your browser allows sessions and that none of your harddisk partitions is full.
     
  6. maxik

    maxik New Member

    Of course my browser allows sessions: I've logged in here somehow :)

    You mean partition where session files are stored? It's not full. I can see how the files are created.
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    The sessions are stored in the mysql database.
     
  8. maxik

    maxik New Member

    Ok, i executed
    and it has shown that session record exists. A cookie corresponding to the session id is also set in browser.
     
  9. maxik

    maxik New Member

    I've localized the problem. Session values are truncated and not stored properly when they contain non-ASCII symbols like ä

    My MySQL server uses UTF-8 character set by default. What charset is required by ISPconfig? What charset does it use in MySQL connection?
     
  10. till

    till Super Moderator Staff Member ISPConfig Developer

    ISPConfig needs a latin1 daabase charset.
     

Share This Page