View Full Version : ISPConfig 2.1.2 released
till
13th December 2005, 17:50
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.
traccer
13th December 2005, 20:21
Everything looks great. But on the invocing. IS there a way to change to something other then EU?
till
13th December 2005, 20:32
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.
joostvdl
14th December 2005, 09:48
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.
till
14th December 2005, 12:13
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
falko
14th December 2005, 13:16
The errors that occure in a x86_64 env hasn't still not been fixed. When will this be done?
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...
tron
16th December 2005, 00:17
The problem now is that after the setup fails my complete installation is removed. Now I can't do an update anymore. 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.
till
16th December 2005, 00:41
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.
brent.stephens
16th December 2005, 03:18
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 ;)
till
16th December 2005, 10:29
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.
tron
16th December 2005, 17:28
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. 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!
somnium
17th December 2005, 21:13
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:
till
18th December 2005, 14:02
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.
mphayesuk
20th December 2005, 12:55
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.
falko
20th December 2005, 14:03
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.
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
till
20th December 2005, 14:03
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.
Yes.
As posted above in this thread, the installer is not acpable to detect 64 bit systems yet.
SleeperZ
27th January 2006, 03:08
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.
This didnt work, however we did manage to get our 'NZD' to enter into the currency field under 'artikelpreis' in the management tab :)
till
27th January 2006, 11:48
This didnt work, however we did manage to get our 'NZD' to enter into the currency field under 'artikelpreis' in the management tab :)
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
dmgeurts
8th February 2006, 14:46
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.
falko
8th February 2006, 17:18
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...
Please check all the recycle bins in ISPConfig! You can also use the search function to find out which other site uses the domain.
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.
You can run crontab -e and remove the monitoring script from the cron jobs.
dmgeurts
8th February 2006, 17:34
That's it, the recycle bin on the DNS admin page Tx!
bcs1
18th December 2006, 18:21
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.
Hi There, I'm really new to ISPConfig, but not so new to the *nix OS environment. So Thanks in advance for overlooking my ignorance!!
I tried this step here, yet when i go into the language files and make the changes i still see the following when creating a new item
http://www.bcs-bcs.com/hbhispc.jpg
The person who told me about ISPConfig (and raves about how good it is) made a comment that the only way he knows how to fix this was by editing some file in the installation folder, and then re-installing the program... Is this really necessary? Or am i just overlooking something that's obvious to everyone else.
I'm running ISPConfig Version: 2.2.7 on CentOS4.4 server install
I even rebooted the entire system....
Thanks In advance.
Bill
till
18th December 2006, 18:32
Hi Bill,
A reinstallation is not nescessary. You can cahnge this in the under management > form designer > edit form, edit the form "isp_fakt - Artikel", edit "artikelpreis" and change EUR to the currency of your choice and click on save.
bcs1
18th December 2006, 19:08
Hi Bill,
A reinstallation is not nescessary. You can cahnge this in the under management > form designer > edit form, edit the form "isp_fakt - Artikel", edit "artikelpreis" and change EUR to the currency of your choice and click on save.
Hi Till...
man you get 2 thumbs up for that one... it worked like a charm. :D
I now see Price: 0.00 USD when i view the page.
Thank you Sir, your help is much appreciated
Bill
PS. Happy Holidays to you, and your family :)
Freebyrd
5th September 2007, 17:04
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.
ok not sure how I missed the rest of this thread but now I have it showing in usd but still has a comma instead of period any ideas how to fix that?
till
6th September 2007, 11:16
There is no setting for this, you might have to change the ISPConfig sources.
onastvar
2nd July 2009, 02:30
I made a change to language file suggested below,restarted my ISPCONFIG and I still have EUR, any suggestions? Thanks!
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.
I made a change to language file suggested below,restarted my ISPCONFIG and I still have EUR, any suggestions? Thanks!
Might be a silly question, but if you look at the file now does it still show the changes you made?
onastvar
3rd July 2009, 06:57
yes i did! no change, EUR is there still.
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.