Пакет 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 5071
26.05.2017 07:15 4921
26.08.2016 00:00 3426
26.05.2017 07:15 3149
26.02.2017 00:00 1882
03.12.2014 15:54 2435
24.01.2015 14:00 1364
25.03.2016 15:37 5150
12.01.2015 08:00 1440
12.01.2015 08:00 3491
06.10.2014 15:54 4996
06.03.2015 04:15 3641
12.10.2014 15:58 1469
30.01.2015 09:00 5615
12.10.2014 15:58 1333
03.04.2015 00:00 2729
12.01.2015 15:54 1735
24.12.2015 11:47 3446
09.06.2017 00:00 3489
09.12.2014 15:00 2420
05.05.2018 07:15 2903
20.04.2016 00:00 4388
12.10.2014 15:58 2079
10.05.2015 15:54 7803
02.09.2015 15:54 4856
06.04.2014 16:40 4039
01.11.2016 09:23 3302