New install, Asterisk @ Home + Freepbx 2.0.1 module problems

I’m having trouble finding information on this, the forum search won’t let me search specific phrases, so does anyone know what happend to the amportal.sourceforge.net/modules-2.0.xml URL? When I access the Freepbx module admin, click online modules, it fails. Here is the error;

Warning: file_get_contents(amportal.sourceforge.net/modules-2.0.xml): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /var/www/html/admin/page.modules.php on line 290

Where can I download, install, read more on modules? Hope to be a newbie for as little time as possible :>

Cheers

go here for an active freepbx site:

freepbx.org/

and for real activity, click on the ‘jump to the development wiki’ link.

p

Thanks, i figured it out… I had to edit the page.modules.php line 290 and put the url in with the proper version number “http://amportal.sourceforge.net/modules-2.1.xml

I’m not sure why the line 290;

$fn = “http://amportal.sourceforge.net/modules-".$matches[1].".xml”;

is not grabbing the 2.1 from the system… does anyone know where $matches pulls the version number from? Seems that this didnt get updated.

freePBX 2.0.1 is still in development, as is the modules sytem. You managed to pull an older version (or I think it was used with AAH2.8 Beta).