7.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

08-12-2016, 01:31 AM (This post was last modified: 08-12-2016 01:45 AM by dispensaryPros.)
Post: #1
[GET] activeCollab v5.8.7 NULLED - Team ECHO
[Image: cGc5Sam.jpg]

5.8.7

Improvements
Project templates can be moved to Trash

Bug Fixes
Invoices can’t be duplicated or updated

Download
http://www9.zippyshare.com/v/c7FSciSh/file.html

**Rename 'htaccess' file to '.htaccess' after uploading to server.**

Credit goes to Team ECHO
08-12-2016, 04:43 PM
Post: #2
RE: [GET] activeCollab v5.8.7 NULLED - Team ECHO
virus total :
Quote:SHA256: 39aae59298b4d48f03ce2218a2d10db70d7badad8806c6f2cafa5e8a937f1460
File name: activeCollab5.8.7TeamECHO.zip
Detection ratio: 0 / 49
Analysis date: 2016-08-12 06:38:38 UTC ( 4 minutes ago )
Code:
https://www.virustotal.com/en/file/39aae59298b4d48f03ce2218a2d10db70d7badad8806c6f2cafa5e8a937f1460/analysis/1470983918/
08-13-2016, 05:24 PM
Post: #3
RE: [GET] activeCollab v5.8.7 NULLED - Team ECHO
nice work.... its so awesome
08-19-2016, 06:22 PM
Post: #4
RE: [GET] activeCollab v5.8.7 NULLED - Team ECHO
Hello,
I have a problem with installing IMAP (Configure email). The error is
Quote:'instance_id' property is required
Do you know how to fix that?
Thanks,
08-20-2016, 04:04 AM
Post: #5
RE: [GET] activeCollab v5.8.7 NULLED - Team ECHO
You can edit ==> activecollab/5.6.4/vendor/activecollab/activecollab-jobs/src/Jobs/Job.php

Before:
Quote: public function __construct(array $data = null)
{
if (empty($data['instance_id'])) {
throw new InvalidArgumentException("'instance_id' property is required");
} else {
if (!is_int($data['instance_id'])) {
if (is_string($data['instance_id']) and& ctype_digit($data['instance_id'])) {
$data['instance_id'] = (integer) $data['instance_id'];
} else {
throw new InvalidArgumentException("Value '$data[instance_id]' is not a valid instance ID'");
}
}
}

parent::__construct($data);
}

After
Quote: public function __construct(array $data = null)
{
parent::__construct($data);
}

(08-19-2016 06:22 PM)longnhvietnam Wrote:  Hello,
I have a problem with installing IMAP (Configure email). The error is
Quote:'instance_id' property is required
Do you know how to fix that?
Thanks,
45.gif
08-20-2016, 03:32 PM
Post: #6
RE: [GET] activeCollab v5.8.7 NULLED - Team ECHO
(08-20-2016 04:04 AM)dispensaryPros Wrote:  You can edit ==> activecollab/5.6.4/vendor/activecollab/activecollab-jobs/src/Jobs/Job.php

Before:
Quote: public function __construct(array $data = null)
{
if (empty($data['instance_id'])) {
throw new InvalidArgumentException("'instance_id' property is required");
} else {
if (!is_int($data['instance_id'])) {
if (is_string($data['instance_id']) and& ctype_digit($data['instance_id'])) {
$data['instance_id'] = (integer) $data['instance_id'];
} else {
throw new InvalidArgumentException("Value '$data[instance_id]' is not a valid instance ID'");
}
}
}

parent::__construct($data);
}

After
Quote: public function __construct(array $data = null)
{
parent::__construct($data);
}

(08-19-2016 06:22 PM)longnhvietnam Wrote:  Hello,
I have a problem with installing IMAP (Configure email). The error is
Quote:'instance_id' property is required
Do you know how to fix that?
Thanks,

Hi,
The IMAP problem has resolved, but the problem with Active Collab Timer occurs after I fixed IMAP problem. How to I fix the Active Collab Timer problem?
Thanks




8.gif