ISPConfig 2.2.10 is available for download. This ISPConfig release adds a Brasilian Portuguese and Czech translation of the interface, ClamAV was updated to 0.90, SpamAssassin to 3.1.8 and PHP to 5.2.1. Several minor bugs were fixed. Detailed Changelog ------------------ - Update: ClamAV to 0.90 - Update: SpamAssassin to 3.1.8 - Update: PHP to 5.2.1 - Added: Brasilian Portuguese translation - Added: Czech translation - Added: "AddHandler" Option for PHP to support SuSE 10.2 - Bugfix: Fixed a Bug where double quotes were removed from the content of the apache directives field. - Bugfix: \+ to email regular expression. - Bugfix: Fixed the cancel button in the search form. - Bugfix: Fixed a bug in the reseller limits. - Bugfix: Fixed a bug in the English translation of the user and email form. - Bugfix: Fixed a bug that the system user for anonftp is not created properly on some Linux distributions. - Bugfix: Fixed a language error in the recycle bin. - Bugfix: Fixed a bug when creating SSL certificates. - Changed: SpamAssassin AWL-Score default to -100 - Changed: length of ISPConfig username field from 20 to 255 in database. - Changed: the behaviour when creating MX records automatically, so that the host field is empty by default and not www. - Changed: the domain redirect check to allow the characters: ? = & in the URL. Download -------- http://www.ispconfig.org/downloads.htm Forums ------ http://www.howtoforge.com/forums Installation Instructions ------------------------- Download the ISPConfig-2.2.10.tar.gz from sourceforge.net http://prdownloads.sourceforge.net/ispconfig/ISPConfig-2.2.10.tar.gz?download Installation on the shell as root User: tar xvfz ISPConfig-2.2.10.tar.gz cd install_ispconfig ./setup The installer automatically detects the installed ISPConfig version and performs an update.
I just started to download it on my servers. Thanks for the great job! ISPConfig 2.2.10 stable is up and running on my Debian 64 bit server! Happy me ((( )))
Also works great with CentOS 64 bits Only the language files are a bit irritating. In the dutch language files there are a lot of bad words and parts that are not translated. Now I translated everything in the files, and the files got overwritten . Can I back these files up the next time, or do they change every update? Can you send me the files so that I can correct theme and that you can put them in the next update?
@Jorem, Maintenage of the Duch language files is done by me. I have seen too that on some places English/German words appear. Let me know in a PM what you want to change and i will change it via SVN. I will create a language pack as well and publish it on my website, so you do not have to wait for a future release. @Till, I have noticed that there are diferences between the Dutch language files in SVN and the the latest released version of ISPCOnfig. My questions are: - Why are the Dutch language files not updated within the latest release? - After which period are the Dutch language files updated for the released verion, after posting the updates within SVN?
Hi Hans, I just checked it: The language files are in trunk in the SVN and not in the stable branch. Normally they where merged manually in the stable branch but this time I didnt notice the changes so I did not update the files when building the release. I will try to make a standalone update today that can be installed with the update function to patch the language files in your installation to the latest release.
Till, I have that Dutch language package already: An exact copy of the nl.lng files within SVN can be downloaded at http://www.ispconfig.bb-hosting.org/downloads/language_nl.pkg The only thing you have to do is tranfer it to the stable branch.
Returning to stable from dev I till, I've switched from Ensim to ISPConfig last year, using the remoting framework, and I'm very glad with it. To have the remote plugin work I installed on my server the version 2.3.1-dev. Now, I would like to return to the stable release of ISPconfig: i have only to download and install the last version or is there some risk of conflicts? The only possible conflict that I could immagine is on the database structure... is it right? Backup of Code: /root/ispconfig/* /etc/* /home/admispconfig/* is what I need to restore my actual ISPConfig if something fails? Thanks in advance, L.
As far as i know it is not safe. Read the warning here: http://www.ispconfig.org/downloads.htm Maybe Till & Falko can tell you more details.
Ubuntu 6.10 (64 bit) Failed Hello I upgraded today to ISPConfig 2.2.10 on a Ubuntu 6.10 (64 bit) and it failed I got the following error: An extra problem is: The backup file is gone (the complete install_ispconfig directory is empty). Also the /root/ispconfig directory is gone. So I can't recover to the previous version.....
php can not find you mysql socket. Either you change the installscript or more ease look for your mysql.sock file and make a symlink to /var/lib/mysql/mysql.sock where php expects this file by default.
You dont have the mysql-dev package of your current mysql version installed. Please install the mysql-dev ubuntu package for your mysql version, then execute: mkdir /root/ispconfig and unpack the installer tar.gz again and run setup. You must have (accidently) removed this pacakge after you installed the 2.2.9 version because no ISPCOnfig version compiles without this package.
There is a problem with Mysql on Ubuntu 6.10 and 64 bit. So that causes the problem maybe. How can I force an upgrade or something so that I can do an install without loosing all my settings?
Please do exactly what I posted above to solve the problem. The problem is not mysql in general, the problem is that one package is missing that was present as you install the 2.2.9 version!
Ubuntu has this package, at least the ubuntu 6.1 that I have installed here and no ISPConfig version compiles without it. This is also true for 2.2.7. 1) Dont panic. 2) Dont try to solve it on your own by doing any steps that we dont tell you to do so here. 2) Try to follow the steps that I tell you to solve the problem. Please post the output of: mysql -V