I doubt that would happen unless the devs get more corporate / companies as clients that want whitelabel app.Can't we have a custom build like with our own brand name just like how the backend is open source code
I doubt that would happen unless the devs get more corporate / companies as clients that want whitelabel app.Can't we have a custom build like with our own brand name just like how the backend is open source code
$status['new_version_available'] = false;
Has anyone successfully configured IMAP?
Hey Pakko, not yet. Still reading trough some laravel configurations to see if this is a known bug. Maybe next nulled release will fix this.Hi there Globe.
After doing succesfully the upgrade the my imap.google.com stopped working "Instance_id property is required"
Did you figure it out yet?
Thanks,
P.
Hi there Globe.
After doing succesfully the upgrade the my imap.google.com stopped working "Instance_id property is required"
Did you figure it out yet?
Thanks,
P.
Hey mymate20, thanks for your reply. Do you installed all Updates manualy from this thread or what path did you take to upgrade?I have the same problem like you, but fixed the problem.
Firstly backup your files and database.
Reinstall from 5.13.133 and then upgrade step by step to new version 7.1
Hey mymate20, thanks for your reply. Do you installed all Updates manualy from this thread or what path did you take to upgrade?
/**
* All Active Collab jobs extend this class.
*
* @package ActiveCollab\ActiveCollabJobs\Jobs
*/
abstract class Job extends BaseJob
{
/**
* Construct a new Job instance.
*
* @param array|null $data
* @throws InvalidArgumentException
*/
public function __construct(array $data = null)
{
parent::__construct($data);
}
/**
* Validate and return instance ID.
*
* @return int
*/
protected function getInstanceId()
{
/* if ($instance_id = $this->getData()['instance_id'])*/
{
if (!is_int($instance_id) and& ctype_digit($instance_id)) {
$instance_id = (integer) $instance_id;
}
if ($instance_id > 0) {
return $instance_id;
} else {
throw new InvalidArgumentException("Value '$instance_id' is not a valid instance ID");
}
} /*else {
throw new InvalidArgumentException('Instance ID not set');
}*/
}
}
const LICENSE_KEY = '123456';
const LICENSE_KEY = '123456/5';
7.1.0
version from scratch yesterday. Not without problems, but here is somekind of guide.5.6.16
version in your server and setup your apache\nginx (5.6.16
is a version that nulled with "[email protected]" user. IDK if this topic have it. I've got it from other place)\activecollab\5.6.16\angie\functions\general.php
file.{}
to []
at lines that is mentioned in error message)imagecreatefrombmp
function. Make sure that you've added "2" at the end of all imagecreatefrombmp
functions in that file. I've got 2 of them.instruction.txt
file. Make sure that you've installed all requested extensions for php and made a clean DB for active collab.6.0.50
folder instide \activecollab
folder. cd
to active collab root folder and update AC with php tasks/activecollab-cli.php upgrade -v --dont-download-latest
command.varchar(50)
to varchar(191)
and then execute it manually inside of your DB. You can do it in phpmyadmin or whatever you're using to manage your DBs. Then repeat update command.7.1.0
folder instide \activecollab
folder and run update command.6.8.14
version. AC aren't support anything newer that 6.8.14
version. Yes, while testing of elasticsearch in system setting
page says that everything "OK" even if you're using latest version of elasticsearch, actually AC doesen't support it. You must use 6.8.14
version or lower. You can read more at the end of
.define('ROOT_URL', 'http://example.com/public')
define('ROOT_URL', 'https://example.com/public')
config/config.php
file.Hey, did you ever get the nulled version? ThanksThe new 7.1 is also now out with a nulled script, from a clean install. Will have it submitted this week