ISPConfig 3.0.1.3 is available for download. This release is a bugfix release for ISPConfig 3. Download ----------------------------------------------------- The software can be downloaded here: http://downloads.sourceforge.net/ispconfig/ISPConfig-3.0.1.3.tar.gz?use_mirror= Changes: -------------------------------------- - Several bugs have been fixed, see bugtracker: http://bugtracker.ispconfig.org/index.php?string=&project=3&due[]=26&status[]=closed&do=index For a detailed changelog, please have a look at the SVN history with an SVN client of your choice: svn://svn.ispconfig.org/ispconfig3/trunk/ Known Issues: -------------------------------------- Please take a look at the bugtracker: http://bugtracker.ispconfig.org BUG Reporting -------------------------------------- Please report bugs to the ISPConfig bugtracking system: http://bugtracker.ispconfig.org Supported Linux Distributions ----------------------------- - Debian Etch (4.0) - Lenny (5.0) - Ubuntu 7.10 - 9.04 - OpenSuSE 11 - 11.1 - CentOS 5.2 - 5.3 - Fedora 9 - 10 Installation -------------------- The installation instructions for ISPConfig can be found here: http://www.ispconfig.org/documentation.htm and in the text files (named INSTALL_*.txt) which are inside the docs folder of the .tar.gz file. Update -------------------- To update existing ISPConfig 3 installations, run this command on the shell: ispconfig_update.sh And select "stable" as update resource. The script will check if an updated version of ISPConfig 3 is available and then download the tar.gz and start the setup script. If the ISPConfig version on your server does not have this script yet, follow the manual update instructions below. Manual update instructions -------------------------- cd /tmp wget http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz tar xvfz ISPConfig-3-stable.tar.gz cd ispconfig3_install/install php -q update.php
After installing this update I get "Internal Error: var override attempt detected" when trying to access the control panel. Rebooting the server doesn't help. I exported the database, did an install of the new version (instead of update) and then imported the database. Didn't help. Some poking around shows it is being flagged by isset($_REQUEST['s']) in interface/lib/config.inc.php being set to a value. ---- EDIT: Restarting my local browser cleared the problem. I did lose my admin login along the way somewhere, had the wrong value in the database for the password. Re-entering that via phpmyadmin fixed that. The Monitor shows that MyDNS is not running. Doing a /etc/init.d/mydns restart then checking syslog indicates that it is indeed up and running. The sites respond ok.
For me (Debian Lenny) the ispconfig_update.sh script did not work this time (it was hanging after the text "ispconfig3_install/server/plugins-enabled/" I needed to do the update the manual way.
The install script executes the identical commands then listed in the manual update instructions, just as bash script. So I have no Idea why the same script has hung the first time while it worked the second time. Small update: I just checked the update script and it looks fine ok. The only Idea that came to my mind is that you might not had enough space in /tmp. I guess the installer need up to 15 - 20 MB.
The variable s may never been set in a request and is not used by ispconfig like this. The script to detect variable overrides is there vor several versions and has not been changed, so there must be indeed a problem with the URL you used to connect to ispconfig in your browser. Wait a few minutes, the monitor is updated every 5 minutes.
After update the version not correct On my server After update not correct version display. dysplay 3.0.1.2 is not a problem only for info!! Thx Michel
Thank you very much for Ispconfig. Have a question. Who is the author of Russian translation? I have re-translated into Russian after each update! And the export / import of languages does not work!
The russian translation has been contributed by a user. Which problem do you have with the import and export of the language files? I dont not experience any problems with that function.
same here, still wrong after relogin. i see in /usr/local/ispconfig/interface/lib/config.inc.php Code: define('ISPC_APP_VERSION', '3.0.1.2');
How did you install the update exactly. Tried this now several times and the version number got always updated on all servers.
I am running the update script. mine hangs around the line ispconfig3_install/server/conf/index/.htaccess. I have tried it 2x, I am now running debian lenny.
Take a look in your /tmp directory. Most Likely you installed the old ispconfig tra.gz again because it was still there from the last update and not the new one that you downloaded with wget.
Check if you have enough free disk space and make sure that you executed the update script as root user and not with sudo.