SCRIPT AсtiveCollab

Hi there
Currentlly I have activecollab-7.1.253.
will try it out on my local server first to see if everything works
Not sure where to find the release notes / changelog for this version. Anyone?
Let me know if you are intrested

Regards,
Pakko
 
ActiveCollab 7.3.267

7.3.267 is untouched other than licensing part, directly from the activecollab servers.
Make sure to upload this under activecollab directory as unzipped, also change the version under /config/version.php to 7.3.267
and issue the usual
Bash:
php activecollab-cli.php upgrade --dont-download-latest
Ensure you have PHP 8.0.x also this version requires mariadb 10.5+
Source is directly from activecollab servers.
 
I am getting this error on doing fresh installation for version 5.6. Can anyone help on how to handle the following error.

Code:
  Response Message    : Configuration option 'filter_client_projects' does not exist
 
ActiveCollab 7.4.757 update
Version 7.4.757 is untouched other than licensing part, directly from the activecollab servers.
Make sure to upload this under activecollab directory as unzipped, also change the version if needed under /config/version.php to 7.4.757

and issue the usual command from terminal
Bash:
php -dmemory_limit=6G activecollab-cli.php upgrade --dont-download-latest

Ensure you have PHP8.x also this version requires mariadb 10.5+

This one seems to require more memory limit for php I have adjusted it to 6gb to make it work right.

Source is directly from activecollab servers. I have only modified the file mentioned at the first thread.
 
Back
Top