Пакет 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 4886
26.05.2017 07:15 4741
26.08.2016 00:00 3333
26.05.2017 07:15 2955
26.02.2017 00:00 1786
03.12.2014 15:54 2260
24.01.2015 14:00 1190
25.03.2016 15:37 4936
12.01.2015 08:00 1381
12.01.2015 08:00 3157
06.10.2014 15:54 4586
06.03.2015 04:15 3450
12.10.2014 15:58 1312
30.01.2015 09:00 4963
12.10.2014 15:58 1216
03.04.2015 00:00 2586
12.01.2015 15:54 1566
24.12.2015 11:47 3316
09.06.2017 00:00 3175
09.12.2014 15:00 2318
05.05.2018 07:15 2746
20.04.2016 00:00 4244
12.10.2014 15:58 1901
10.05.2015 15:54 7233
02.09.2015 15:54 4568
06.04.2014 16:40 3508
01.11.2016 09:23 3164