Questions tagged [activecollab]

Active Collab is project collaboration system. It's a commercial product developed using PHP and MySQL.

Active Collab was originally released as an open source alternative to Basecamp in July 2006. One year after that, original author of the project founded a company and released a new, rewritten version of the application (Active Collab 1.0, in October 2007). New version was released under the terms of proprietary license, but customers still received full source code of the application.

Original open source version continues to live through various forks (Project Pier, Feng Office etc).

Active Collab offers JSON over HTTP API that allows developers to read, update and delete the data within the system. It also features webhooks, so external systems can receive notifications when events happen in Active Collab.

System Requirements for Active Collab 5 are:

  1. PHP 5.6 or newer
  2. MySQL 5.5.3 or newer
  3. Web server capable of running PHP

Application itself is platform independent and runs well on Windows, Linux, Mac etc powered servers.

149 questions
0
votes
1 answer

Active Collab API - Getting Next Invoice Number

I am running Active Collab 5.8.7 with PHP 5.6. I am using the API to create an invoice. I am following the API per this documentation. My issue is that the post requires an invoice number and I have no way of telling what the next invoice number…
0
votes
1 answer

Posting time records to Active Collab

Currently I am working on an app for Active Collab with ionic (AngularJS). When I tracked some time I want to post this time, so that I'll have this time in Active Collab. But when I tried to do that, I got an 500 Internal Server Error. This is my…
Sarah
  • 1
  • 1
0
votes
1 answer

Active Collab 5 API – HTTP Request

I am creating an app using NW.js and was wondering if there is a way to access the API via HTTP requests.
JFO
  • 13
  • 2
0
votes
1 answer

Active Collab SSL related error

I am creating an extension for Active Collab leveraging their SDK. Before installing SSL certificate their were no problems and my code ran fine. After the SSL installation and updating my root_URL and updating the url in the connector portion of my…
Hans
  • 89
  • 1
  • 8
0
votes
0 answers

Fatal error: Uncaught exception 'ActiveCollab\Exceptions\CallFailed' with message 'HTTP error 302: Found'

I am trying to use Active Collab (API version 2.3.1) with the activeCollab SDK (1.0.5). Therefore I installed the SDK via composer. Next I tried to execute the below listed example from https://github.com/activecollab/activecollab-sdk.
HH.
  • 197
  • 3
  • 17
0
votes
1 answer

Active Collab 5 issue with post comments on task

I am integrating Active Collab 5 API on my site. Using following code to post commetns on any task try { $pp = $client2->post('comments/task/51794', [ "body" => "this is test comment" ])->getJson(); echo "
"; print_r($pp);…
0
votes
1 answer

How to build a custom report on Active Collab 5?

There is the folder /custom/reports on Active Collab 5, but how do I build a custom report? Anyone has a sample, I tried to understand the reports but it's too hard, no reference until now.
f4ssb3nd3r
  • 43
  • 5
0
votes
1 answer

Is there a option in Activecollab to link a git repository commit to a task comment?

I added a git repository to my activeCollab project. The commits are shown properly with their messages under the "sources"- tab. My question is now: Is there ANY way to link my repo commits with the comments under the task they are linked to? I…
0
votes
1 answer

NetworkError: 404 Not Found Active collab API

I had used active collab API . as per their document generated API URL and API token . when i try to retrieve data from activeCollab a 404 error is shown in console. i don't know whats wrong with mine. this is my URL: …
Jahir CU
  • 111
  • 2
  • 13
0
votes
1 answer

Status: 301 Moved Permanently ActiveCollab

I tried to set cronjob on my server for ActiveCollab I use this */5 * * * * php "/home/bbb/public_html/tasks/frequently.php" RnuFA > /dev/null but it always returns error message : Status: 301 Moved Permanently Location:…
webchun
  • 1,204
  • 2
  • 13
  • 30
0
votes
3 answers

Cannot create project or tasks in activeCollab

I have just installed and running activeCollab system. For some unknown reason, I cannot create any project or tasks, it pops up weird error alert in the right bottom. Can someone help please? Thanks in advance!
leon
  • 10,085
  • 19
  • 60
  • 77
0
votes
1 answer

ActiveCollab - How to make an ajax call from a custom module on page load

I'm trying to initiate an ajax call on project brief page by adding a javascript file.I need to display some extra information along with existing project brief information. I included a javascript file in a custom module and followed the procedure…
Jayesh Ambali
  • 211
  • 6
  • 24
0
votes
1 answer

ActiveCollab Custom Insert/Update query issue

I tried to execute some custom queries using DB::execute() function by passing query as a parameter to this function - update query on existing table. Before running this query I checked the connection object like this $connection =…
Jayesh Ambali
  • 211
  • 6
  • 24
0
votes
1 answer

ActiveCollab Project management section - adding extra custom fields while add/edit

I'm trying to develop a custom module inside ActiveCollab(4.0.11) for adding some extra fields while adding/editing projects. ActiveCollab itself has ability to add only 3 custom fields, but I need to add more fields(text,dropdown etc). I have gone…
Jayesh Ambali
  • 211
  • 6
  • 24
0
votes
1 answer

How to remove private visibility in ActiveCollab 3.3.18

I do not need the private visibility option anywhere. I already installed a module to have another visibility option "Confidential" and now I don't want private visibility anymore. Thanks in Advance!
Angrej Kumar
  • 898
  • 7
  • 12
1 2 3
9
10