Дмитрий

Дмитрий

С нами с 27 мая 2016; Место в рейтинге пользователей: #663
11 июня 2026, 15:40
0
Добрый день! А можно как-то в чанк сниппета msOptionsPrice.option вывести цену? prnt.sc/cfX_WTwINTVL
Сам чанк
{foreach $options as $name => $values}
    <fieldset class="option-group-fieldset">
        <legend>{('ms2_product_' ~ $name) | lexicon}</legend>
        <div class="option-group">
            {foreach $values as $value index=$index}
            <label>
                <input type="radio" value="{$values[$index]}" name="options[{$name}]" {if $index == 0}checked="checked"{/if}  />
                <img src="assets/templates/shop/images/options/{$name}/{$values[$index]}.webp" alt="{$values[$index]}">
                <span class="form__label">{$values[$index]}</span>
                <span class="option-price">+цена RUB</span>
            </label>
            {/foreach}
        </div>
    </fieldset>
{/foreach}
11 июня 2026, 15:36
0
Для последних версий (msOptionsPrice2 — 2.5.22-beta и msDiscount — 1.3.13-pl) не работает
21 мая 2026, 12:32
0
Добрый день, в утилите Импорта отсутствует поле с остатком. В доках указано что должно работать с remains photo-screen.ru/i/GjgHIPlSI
06 мая 2026, 11:08
0
и периодически пропадают доп категории из отмеченных, приходиться заново проставлять чекбоксы.
30 апреля 2026, 15:57
0
Добрый день
[2026-04-30 15:50:22] (ERROR @ /home/core/components/minishop3/src/Controllers/Api/Manager/CategoryOptionsController.php : 372) PHP warning: Undefined array key "id"
и не отображаются товары в доп категориях админке
16 марта 2026, 10:59
0
Добрый день! Периодически удаляются заполненные значения опций товара (вроде при нажатии Обновить URI-ссылки, так же после редактирования шаблона).
И пропал photo-screen.ru/i/iBsrZbZ66 создать Документ.
16 марта 2026, 10:55
0
у меня с TinyMCE Rich Text Editor не работает
02 марта 2026, 15:48
0
так же при обновлении minishop3 до версии 1.5.0-beta1 ошибка
[MiniShop3] System routes are in: core/components/minishop3/config/routes/
[MiniShop3] Scheduler not installed, skipping task registration. Install Scheduler component to enable background task processing.
PHP warning: Undefined array key "desc"
PHP warning: Undefined array key "desc"
Успешно установлен пакет minishop3-1.5.0-beta1
02 марта 2026, 15:37
0
Добрый день! При обновлении modx 3.1.2 до 3.2.0 появились ошибки
Fatal error: Uncaught TypeError: array_diff_key(): Argument #1 ($array) must be of type array, string given in /home/setup/includes/upgrade.install.php:254 Stack trace: #0 /home/setup/includes/upgrade.install.php(254): array_diff_key('{"mscategory_sa...', Array) #1 /home/setup/includes/runner/modinstallrunnerweb.class.php(78): include('/home/hostcweb/...') #2 /home/setup/includes/runner/modinstallrunner.class.php(49): modInstallRunnerWeb->execute(1) #3 /home/setup/controllers/install.php(34): modInstallRunner->run(1) #4 /home/setup/includes/request/modinstallrequest.class.php(81): include('/home/hostcweb/...') #5 /home/setup/index.php(30): modInstallRequest->handle() #6 {main} thrown in /home/setup/includes/upgrade.install.php on line 254
, оказалось, что в modx_access_policies у modx_access_policies стоял 0 template, а в data
"{\"mscategory_save\":true,\"msproduct_save\":true,\"msproduct_publish\":true,\"msproduct_delete\":true,\"msorder_save\":true,\"msorder_view\":true,\"msorder_list\":true,\"msorder_remove\":true,\"mssetting_save\":true,\"mssetting_view\":true,\"mssetting_list\":true,\"msproductfile_save\":true,\"msproductfile_generate\":true,\"msproductfile_list\":true}"
, убрал лишние кавычки и /, поставил 8 шаблон руками, после этого modx обновился. Это баг minishop3 или я где-то напортачил?
25 февраля 2026, 09:59
0
Удалось найти решение?
05 февраля 2026, 17:10
+1
в /core/components/easycomm/src/EasyComm.php добавил на 79 строку
if (!is_array($config)) {
            $config = [];
        }
и ошибка пропала
05 февраля 2026, 16:20
0
POST /assets/components/easycomm/connector.php?fileapi17702975348725 500 (Internal Server Error)
, версия php 8.2.29
05 февраля 2026, 15:10
0
Здравствуйте, modx3, при отправке отзыва с файлом через сайт все работает, при добавлении через админку. при загрузке файла ошибка unknown photo-screen.ru/i/OgmiNbT6U
03 февраля 2026, 16:32
0
@Наумов Алексей Добрый день, ошибка, если в названии присутствует — или _ photo-screen.ru/i/EYCHhmoPJ
[2026-02-03 16:27:42] (ERROR @ /home/core/cache/includes/elements/modx/revolution/modplugin/6.include.cache.php : 21) PHP warning: Undefined array key "file"
[2026-02-03 16:27:42] (ERROR @ /home/core/cache/includes/elements/modx/revolution/modplugin/6.include.cache.php : 24) PHP warning: Trying to access array offset on value of type null
[2026-02-03 16:27:42] (ERROR @ /home/core/cache/includes/elements/modx/revolution/modplugin/6.include.cache.php : 28) PHP warning: Trying to access array offset on value of type null
20 января 2026, 16:52
+1
Добрый день, при загрузке изображения ошибка в логах
[2026-01-20 16:50:09] (ERROR @ /home/core/src/Revolution/modX.php : 1794) Unable to load processor for action "MiniShop3ProcessorsProductGet", it does not exist as an autoloadable class that extends \MODX\Revolution\Processors\Processor, and also not as a file in "/home/core/components/minishop3/src/Processors/MiniShop3ProcessorsProductGet.class.php"