Пакет gallery отказывается создавать папки в каталоге /assets/gallery
Те самые папки в которых хранятся картинки, названия у этих папок идут от id альбома.
Права стоят уже на все что только можно.
Да, в новой папка не создается, вылечивается заменой строк в файле
\core\components\gallery\model\gallery\galalbum.class.php
/* if directory doesnt exist, create it */
if (!$mediaSource->createContainer($targetDir,'/')) {
$this->xpdo->log(xPDO::LOG_LEVEL_ERROR,'[Gallery] Could not create directory (possibly already exists?): '.$targetDir);
}
на
/* if directory doesnt exist, create it */
if ((!file_exists($this->getPath())) && (!@mkdir($this->getPath(), 0777))) {
$this->xpdo->log(xPDO::LOG_LEVEL_ERROR,'[Gallery] Could not create directory (possibly already exists?): '.$this->getPath());
}
manager/assets/components/ckeditor/modx.htmleditor.js
Найти:
contentsCss: getOption('editor_css_path', 'string', '../css/bootstrap.min.css'),
Или
editor_css_path системных настройках (раздел «Визуальный редактор»). /css/bootstrap.min.css'
Системные настройки — core → Словарь и язык
Локаль
|
locale
|
en_US.UTF-8
|
26.05.2017 07:15 3100
26.05.2017 07:15 2546
26.08.2016 00:00 2584
26.05.2017 07:15 1518
26.02.2017 00:00 1174
03.12.2014 15:54 1192
24.01.2015 14:00 858
25.03.2016 15:37 3897
12.01.2015 08:00 1044
12.01.2015 08:00 1117
06.10.2014 15:54 2651
06.03.2015 04:15 2525
12.10.2014 15:58 957
30.01.2015 09:00 1517
12.10.2014 15:58 883
03.04.2015 00:00 1740
12.01.2015 15:54 915
24.12.2015 11:47 2636
09.06.2017 00:00 1636
09.12.2014 15:00 1927
05.05.2018 07:15 1934
20.04.2016 00:00 2843
12.10.2014 15:58 1122
10.05.2015 15:54 3678
02.09.2015 15:54 1765
06.04.2014 16:40 1354
01.11.2016 09:23 1988