ISPConfig 2.1.2 released

Discussion in 'General' started by till, Dec 13, 2005.

  1. till

    till Super Moderator Staff Member ISPConfig Developer

    ISPConfig 2.1.2 is available for download.


    Changelog
    ---------

    - Added module for client and reseller invoices.
    - Added slowenian error pages.
    - Added automatic backup script for all customers.
    - Improved update manager.
    - Updated swedish, french and italian language files.
    - Bugfix: Missing module error in WebFTP is fixed.


    Download
    --------

    http://www.ispconfig.org/downloads.htm

    Forums
    ------

    http://www.howtoforge.com/forums


    Installation Instructions
    -------------------------

    Download the ISPConfig-2.1.2.tar.gz from sourceforge.net

    http://prdownloads.sourceforge.net/ispconfig/ISPConfig-2.1.2.tar.gz?download


    Installation on the shell as root User:

    tar xvfz ISPConfig-2.1.2.tar.gz
    cd install_ispconfig
    ./setup

    The installer automatically detects the installed ISPConfig version and performs an update.
     
  2. traccer

    traccer New Member

    Everything looks great. But on the invocing. IS there a way to change to something other then EU?
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    There is no option in the interface yet. But you can change it in the language file.

    Open the language file (for example the english):

    /home/admispconfig/ispconfig/web/isp_fakt/lib/lang/en.lng

    and replace the line:

    $wb["EURO"] = 'EURO';

    with:

    $wb["EURO"] = 'USD';

    to switch to US Dollar.
     
  4. joostvdl

    joostvdl Member

    x86_64 support still not there

    Hello

    The errors that occure in a x86_64 env hasn't still not been fixed. When will this be done?

    The problem now is that after the setup fails my complete installation is removed. Now I can't do an update anymore.
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Your setup is not removed. have a look in your /tmp directory. There is a tar.gz copy of the directory /home/admispconfig, /root/ispconfig and the database. Unpack them in their orignal directories and run the setup again.

    x86_64 is not yet officially supported by ISPConfig. We are still working on a reliable method to detect if an installed linux (not the processor) is a 64 BIT version. Most distributions have the same version ifo for 32 and 64 bit.

    http://www.howtoforge.com/forums/showthread.php?t=1542
     
  6. falko

    falko Super Moderator ISPConfig Developer

    It will be done as soon as I've gathered all the information that I'm asking for in this thread: http://www.howtoforge.com/forums/showthread.php?t=1542

    As I don't have a 64-bit system available, I'm reliant on other people's information...
     
  7. tron

    tron New Member

    My update failed because my hard drive ran out of space. I didn't know about the backup copy in /tmp, so I just ran the setup again. As it wanted to do a new installation, I simply entered the same values as during my initial installation. The things I need seem to be running fine so far.

    One thing though, I cannot find the new invoice module. Could somebody please point me in the right redirection? I don't know whether I am just blind or whether there are other problems with my installation.

    Thanks.
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    Open the ispconfig database with phpmyadmin, go to the table sys_user and open the record with the username = admin. The field modules must contain this:

    sys,isp,dns,isp_file,isp_fakt,tools,help

    Save the changes in the database and the invoicing module must appear after a re login in ispconfig.
     
  9. brent.stephens

    brent.stephens New Member

    I cannot post at the thread you linked, till, so I'll ask here.

    Along with x86_64 support, is it possible to get powerpc support? The upgrade process would require much less mental anguish if we knew that the binaries were going to work ;)
     
  10. till

    till Super Moderator Staff Member ISPConfig Developer

    Its a similar problem then with x86_64 :) None of the core developers has an powerPC, so we need someone with powerpc to can join the development team who can work on the installer modifications and can test it.
     
  11. tron

    tron New Member

    isp_fakt was indeed missing, so I added it and logged in again. However, I still wasn't able to see the invoice module. I then ran the setup again and after the "upgrade" the module was visible.Thank you for your help!
     
  12. somnium

    somnium New Member

    what does the "update"-function?

    hi @all

    i changed some files in /root/ispconfig/isp/conf/ and /root/ispconfig/httpd/...
    will the update-function notice that? or will all changes be eliminated??:confused:
     
  13. till

    till Super Moderator Staff Member ISPConfig Developer

    The changes will be overridden. There are no updates in these files in ISPConfig 2.1.2 as far as i remember, so you can make a abckup of them and copy them back after the update is installed.
     
  14. mphayesuk

    mphayesuk Member HowtoForge Supporter

    I am sure I have asked this question before... but when I install the update version after unpacking it I will need to change one of the files in order to make it work with a 64bit system right???? and then run the setup program.
     
  15. falko

    falko Super Moderator ISPConfig Developer

    Yes, you have to adjust the compile_aps/compile script because ISPConfig does not support x86_64 systems yet.
    Have a look at these threads:
    http://www.howtoforge.com/forums/showthread.php?t=1626
    http://www.howtoforge.com/forums/showthread.php?t=127
    http://www.howtoforge.com/forums/showthread.php?t=286
     
  16. till

    till Super Moderator Staff Member ISPConfig Developer

    Yes.

    As posted above in this thread, the installer is not acpable to detect 64 bit systems yet.
     
  17. SleeperZ

    SleeperZ ISPConfig Developer ISPConfig Developer

    This didnt work, however we did manage to get our 'NZD' to enter into the currency field under 'artikelpreis' in the management tab :)
     
  18. till

    till Super Moderator Staff Member ISPConfig Developer

    It might be that you have to replace it in other language file too like:

    /home/admispconfig/ispconfig/web/isp_manager/lib/lang/en.lng
    /home/admispconfig/ispconfig/web/isp_kunde/lib/lang/en.lng
     
  19. dmgeurts

    dmgeurts Member

    The name <domain> is already in use by another site or domain.

    How do I disable this check as 2.1.0 never bothered with it and I just can't create a site even when the DNS points to my server...

    Ooh and how do I disable service monitoring manually. I use some IP's on the server for other stuff and the scritp monitors the 0.0.0.0:80 entry which I killed as otherwise Apache2 would take all available IP's on my system... So now I keep getting mail that Apache2 isn't running, while the monitoring page shows that nothing is monitored. I recall this happening before when upgrading that all configiured monitors either are removed when upgrading or aren't shown in the user interface.
     
  20. falko

    falko Super Moderator ISPConfig Developer

    Please check all the recycle bins in ISPConfig! You can also use the search function to find out which other site uses the domain.

    You can run
    Code:
    crontab -e 
    and remove the monitoring script from the cron jobs.
     

Share This Page