
7th November 2012, 10:51
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 32,066
Thanks: 697
Thanked 4,246 Times in 3,259 Posts
|
|
ISPConfig 3.0.5 requires the php curl extension and this extension is not installed on your server. It can be installed with:
apt-get install php5-curl
on debian and ubuntu servers.
|