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

activeCollab: Failed to connect. Reason: Failed to load class 'Swift_1_SimpleCharacterReaderFactory'

Details: I am using activeCollab, have installed it on cPanel shared server. Unable to send emails via native php mail function, even if i try to configure STMP i get the error. so i am not able to configure SMTP either. Not sure where i am going…
0
votes
1 answer

How to override Companies model in ActiveCollab

I am making a custom module in \custom\modules directory and i want to override Companies.class.php (companies model from activecollab\3.3.7\modules\system\models\companies directory). I want to use a function findForObjectsList() but when I use…
0
votes
1 answer

fetch logged in user id in activeCollab

I need to access the user id in my custom php script which resides inside the public folder of activecollab. I am not inside a controller,model or view. i'm outside the framework otherwise i could apply this solution: fetching logged in user data in…
shaikh
  • 1,355
  • 4
  • 16
  • 30
0
votes
1 answer

XERO-API is working on live server, but failing on test server

Okay so the basically I'm building an application to connect to xero on the activecollab framework. And I'm testing the xeroapi php script created by David Pitman. And I'm just trying to find out why my browser responds with The connection to the…
classicjonesynz
  • 4,012
  • 5
  • 38
  • 78
0
votes
1 answer

activeCollab 3, Sub task time entering

Does anyone know of a module for Activecollab 3.1 + that can allow entering of time for sub tasks, and also one that can do (TPS) reporting, per milestone/task/subtask and users, etc ?
mattyb
  • 194
  • 3
  • 12
0
votes
2 answers

Module action permissions in activecollab

I am working on activecollab custom module, facing problem in permissions; I have added permissions with the help of "on_system_permissions.php" handler. But the thing is how can I check this on code that either the logged in user have permission of…
Shadman
  • 755
  • 2
  • 11
  • 19
0
votes
1 answer

facing cache issue in activecollab routers

I am developing activecollab custom module; facing an issue related to Routers. I by mistake type wrong action name in Router's action where we need to define in router, but after getting error I updated that action name but activecollabs still…
Shadman
  • 755
  • 2
  • 11
  • 19
0
votes
1 answer

how can I link css file in activecollab in a custom module?

I am working on activecollab custom module, so have some problem in css file placement, i placed a file in mymodule\assets\default\stylesheets\frontend\main.css but after installing "mymodule", activecollab not fetching that css file on run time…
Shadman
  • 755
  • 2
  • 11
  • 19
0
votes
1 answer

Activecollab module : Uncaught RangeError: Maximum call stack size exceeded

I am working on ActiveCollab module, and facing a serious problem that never comes before. When I start development a simple module with simple index.tpl file ( with static text) , activecollab allows installs it successfully and working all things…
Shadman
  • 755
  • 2
  • 11
  • 19
-1
votes
2 answers

Access value in nested JSON recieved by ActiveCollab REST API using Python

I got this by REST-API form ActiveCollab: { "time_records": [ { "id": 122, "class": "TimeRecord", "url_path": "\/projects\/89\/time-records\/122", "is_trashed": false, "trashed_on":…
Luke
  • 13
  • 4
-1
votes
1 answer

How send invoices via API in ActiveCollab?

How send invoices via API in ActiveCollab? I don't see anything about it in API Docs: https://developers.activecollab.com/api-documentation/index.html
Xawier
  • 165
  • 1
  • 11
-1
votes
1 answer

Extract Data to Active Collab Tasks with Tags HTML - PHP

I am trying to pull data from API for active collab, but in the body to the task exist tags HTML, causing a mess in the coding, anybody know what I can do? My code to push API: try { function listTasks() { $ch = curl_init(); …
Mr. Gustaf
  • 11
  • 4
-3
votes
1 answer

ActiveCollab API - Get attachment from 'code'

Which API method we can use to get attachment detailed information by attachment code (for example by this: "FVz6RyPOo4mwh4NUVxoPLjg0tcHuBQt8AS2ggGVv")? This "code" is returned from /upload-files method -…
-3
votes
1 answer

Can anyone help me with this?

I need help with generating an api key for my self hosted install. If someone could walk me through via video how to get an api key for my self hosted install, that would be great.
1 2 3
9
10