Some useful issues to ISPConfig face And some bugs?

Discussion in 'Installation/Configuration' started by Serg, Oct 18, 2007.

  1. Serg

    Serg New Member

    At whole, ISPConfig works fine and satisfies all needs I waiting for it.(but MySQL DB diskspace count is out still while :) )
    But thete is some annoying discrepancy.(version 2.2.18)
    1. In the .../admispconfig/ispconfig/web/isp_dns/inhalt_tree.php near string 259
    menuDaten.neu.............$go_api->lng("ISP Manager")
    Is it right? It seems, must be "DNS Manager"
    2. In the ...../web/isp_kunde/inhalt_tree.php string 269
    'Navigation' - I use '<? echo $go_api->lng("Navigation")?>' instead
    (For admin it is no problem in menus, but for any user ...?)
    3. In any left frame(inhalt_tree) there are some troubles with encoding on some browsers(like Konqueror). It uses Apache's default (not always user encoding) and as a result-two different encodings - on left frame, and on top and right frame. There is not a bug, but unpleasantly.
    IE and Firefox works well in one encoding.
    I put string
    header("Content-type: text/html; charset=". $go_info["theme"]["charset"]);
    after string 39 (Pragma:...) in .../ispconfig/lib/session.inc.php
    and all right now.
    It is possible to delete <meta> tag with encoding definition from any html-output, isn't it? :)
    4. Bug.
    When I added some (five) records to primary-zone file (after ;;;Make manual entries.... , certainly), and added another new DNS-record via ISP-DNS-Manager, as a result, when ISPManager rewrites DNS confs, - there is no finalizing blank line in master-zone file, witch is need according to Bind suggests.
    DNS server is not dropdown, but works not correctly. It replies "no record found" or some else in any request.
    I put
    $INCLUDE /etc/bind/nesessary_hosts
    in
    /root/ispconfig/isp/conf/pri.domain.master
    template after MX dynamic block and I inserted important DNS-records in nessesary_hosts as temporary solution.
     
    Last edited: Oct 18, 2007
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Thanks for the post. I added it to the bugtracker.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    These problems are fixed in stable and development branch now.
     
  4. Serg

    Serg New Member

    Great! I pay attention on it! Later....
     

Share This Page