ISPConfig 3.0.5-alpha1 available for testing

Discussion in 'Developers' Forum' started by till, Oct 5, 2012.

  1. till

    till Super Moderator Staff Member ISPConfig Developer

    No, that has not been implemented yet.

    If you like to know which change are part of a svn branch at a specific timepoint, then take a look at the svn log.
     
  2. abdi

    abdi Member

    Bigger Problems

    Till, more problems coming up ...

    I create a domain name with all of these variables as seen below:

    $g7cp_params = array
    (
    [...]
    'pm' => 'dynamic',
    'pm_max_children' => '10',
    'pm_start_servers' => '2',
    'pm_max_spare_servers' => '5',
    'pm_process_idle_timeout' => 10,
    'pm_max_requests' => 100,
    [...]
    );

    I resolved the failure to create those other pm variables by adding that which is in red ...

    You should add that to the API documentation ...I actually just guessed it :)
     
    Last edited: Oct 31, 2012
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    The api docs are for ispconfig 3.0.4.6 and not 3.0.5, they have to be extended for the new version. You have to pass all variables in the params array that exist as colums in the database.
     
  4. abdi

    abdi Member

    Api

    Just wondering if this is also supported via API?
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    The installation of APS packages can not be done with the API.
     
  6. webguyz

    webguyz Active Member HowtoForge Supporter

    Just installed the 3.0.5 beta over an exisiting 3.0.4 installtion and when I went and created a site and tried to do a APS Package update I got a Curl error. Is this a known issue? Was really hot to see this feature in action but not able to get a package list.

    Thanks!
     

    Attached Files:

  7. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  8. webguyz

    webguyz Active Member HowtoForge Supporter

    Woohoo! That fixed it. I now have a list of apps!

    Love the ajax interface!

    Thanks!!
     
  9. till

    till Super Moderator Staff Member ISPConfig Developer

    The ispconfig 3 interface was a ajax interface in all prior versions as well, we just added a loading symbol.
     
  10. webguyz

    webguyz Active Member HowtoForge Supporter

    Love that loading symbol! :D
     

Share This Page