Topic: FA 2.4 extensions repo updation

The FA 2.4 extensions repo was last updated in Aug 2016 / Feb 2017.

The version.php has the nearly last code lines as:

     'host' => 'repo.frontaccounting.eu', // repo server address
     'branch' => '2.4'    // Repository branch for current sources version

which translates to the repo:

http://anonymous:password@repo.frontaccounting.eu/2.4/

Other branches are 2.4.1 and 2.4.2 which bear lower version numbers of extensions.

Use these extensions with care and report what works and what needs fixing.

A separate repo on GitHub has been created for extensions:
https://github.com/apmuthu/FA24extensions

Re: FA 2.4 extensions repo updation

Just did a fresh install of 2.4 on a server that has previously hosted FA without other problems than some HTACCESS updates. However, when installing (and when trying to install languages/extensions/etc.), I now get the "Cannot download repo index file." message.

I'm aware of the following post: https://frontaccounting.com/punbb/viewtopic.php?id=6667

I've been able to download files directly pointed to the repo.frontaccounting.eu address earlier today, so I can access that server.

Re: FA 2.4 extensions repo updation

Check the contents of version.php and see if the signed repo flag ($SysPrefs->repo_auth) is causing a problem.

Troubleshooting FA