Kayako Fusion / GFI HelpDesk
Обнулено 

Kayako Fusion / GFI HelpDesk 4.99.8 Nulled

Нет прав на скачивание
  • Создатель Темы Создатель Темы l1admin689
  • Дата начала Дата начала
yoiu know how install mcrypt on cpanel php 8.2 if i use php 7.1 im get this error
Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.2.1".
deault it is not include .some hosting was inlcude php selector for cpanel
2024-04-04_213648.jpg
you can run KeyGen.php in other hosting for get key.php content when you was modify Kengen.php with your domain in line
$_licenseContainer['domains']['2']="you domain in here";
or tell me your domain i will genrate key.php for you
 
Последнее изменение:
im get error on install can anyone help me?
what's your MYSQL version .test website was use
character-set-server=utf8mb4 collation-server=utf8mb4_bin
method:
check your version have support status
SHOW CHARACTER SET LIKE 'utf8mb4';
if YES,it will get result like
Bash:
mysql> SHOW CHARACTER SET LIKE 'utf8mb4';
+---------+---------------+--------------------+--------+
| Charset | Description   | Default collation  | Maxlen |
+---------+---------------+--------------------+--------+
| utf8mb4 | UTF-8 Unicode | utf8mb4_general_ci |      4 |
+---------+---------------+--------------------+--------+
if not ,you need to upgrade your SQL version.

How to change database character?
SQL:
ALTER DATABASE `DB_NAME` CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci;
 
Вверх