Просмотр комментариев

.
QOQOSA
@praneeth, 

Again error:


SQLSTATE[HY000]: General error: 1089 Incorrect prefix key; the used key part isn't a string, the used length is longer than the key part, or the storage engine doesn't support unique prefix keys
SQLSTATE[42000]: Syntax error or access violation: 1075 Incorrect table definition; there can be only one auto column and it must be defined as a key
.
praneeth
@Damage , it's a SQL error. Simply open /install/SQL/install.sql

&
Find 
Indexes for table `notifications'

- then change values to 120
Eg :- `module`(120), `event_type`(120)

Now  find 
CREATE TABLE `email_messages`
& Add this line before it.
DROP TABLE IF EXISTS `email_messages`;


Save and install. All done. 
.
Asadbek
Класс
.
BegencM
kak sozdat swoy tema
.
Damage
An error when I install JohnCMS 9.3, I don't know how to fixx it, please help me:

JohnCMS 9.2.

0SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes

SQLSTATE[42000]: Syntax error or access violation: 1075 Incorrect table definition; there can be only one auto column and it must be defined as a key
.
Simba
pho 7.2. https://johncms.com/documentation/installation/
.
MTelman
да, сколько должна быть версия php?
.
Simba
Хостинг соответствует минимальным требованиям?
.
MTelman
та же проблема остается
.
MTelman
const USE_CRON = false;
// Включаем режим отладки
const DEBUG = true;
// Константа для проверки подключенного ядра
const _IN_JOHNCMS = true;
// Включение строгого режима для БД
const DB_STRICT_MODE = false;
// Включаем режим отладки для всех пользователей (в т.ч. для гостей)
// Использовать только когда вы понимаете что это вам действительно нужно т.к. отладочная информация может содержать конфиденциальные данные!
const DEBUG_FOR_ALL = false;