- 2020/05/31
- 2,683
- 1,548
- $11,066
- 2020/05/31
- 2,683
- 1,548
- $11,066
deault it is not include .some hosting was inlcude php selector for cpanelyoiu 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".
you can run KeyGen.php in other hosting for get key.php content when you was modify Kengen.php with your domain in line
or tell me your domain i will genrate key.php for you$_licenseContainer['domains']['2']="you domain in here";
上次编辑:
- 2020/05/31
- 2,683
- 1,548
- $11,066
what's your MYSQL version .test website was useim get error on install can anyone help me?
method:character-set-server=utf8mb4 collation-server=utf8mb4_bin
check your version have support status
if YES,it will get result likeSHOW CHARACTER SET LIKE 'utf8mb4';
Bash:
mysql> SHOW CHARACTER SET LIKE 'utf8mb4';
+---------+---------------+--------------------+--------+
| Charset | Description | Default collation | Maxlen |
+---------+---------------+--------------------+--------+
| utf8mb4 | UTF-8 Unicode | utf8mb4_general_ci | 4 |
+---------+---------------+--------------------+--------+
How to change database character?
SQL:
ALTER DATABASE `DB_NAME` CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci;
- 2020/05/31
- 2,683
- 1,548
- $11,066
you are install success and this issue was request new version to fixed .more error log was same with mine,more of functions was worktanks you know how fic this errors too?
类似主题
- 回复
- 1
- 浏览
- 131
- 回复
- 1
- 浏览
- 260
- 回复
- 1
- 浏览
- 574
- 回复
- 1
- 浏览
- 186