Нет. Там же условие OR. В данном случае условие буквально Order.id = 71 AND Order.contractor = 1 AND Order.status_id != 1. То есть это твой заказ с id=71 и статусом != 1

Так я не против. Мы пока не дописали, так как были более важные дела. Но ты запросто можешь для себя это дописать, если надо. У нас это в новой сборке скорее всего будет реализовано.

Эти логи ни о чем вообще (это ошибки MODX-парсера, которые к mail() не имеют никакого отношения). Вы смотрите логи самого php.

formit скорее всего работает через phpMailer, который в свою очередь использует sendmail или типа того, а не функцию mail() в чистом виде. Так что смотрите логи php что там у вас не так, и попробуйте внимательно изучить что там использует fromit для отправки писем. 1. Проверьте просто отправку писем через mail() — можете это сделать прям в консоли (вполне вероятно, он у вас уже на сайте установлена). Дело в том, что у вас может просто отправка почты таким образом не работать (не стоит sendmail или типа того). Это проверили или нет? Отправляются письма через mail() в ручном режиме?

WHERE ( Order.id = 71 AND (( Order.createdby = 1 AND Order.<strong>status_id = 1</strong> ) OR Order.contractor = 1 ) AND Order.<strong>status_id != 1</strong> ) Возможно я ошибаюсь, но не получается тут противоречие с условиями отбора по status_id? (SQL, сгерированный в web/orders/getlist, ns=basket)

[2013-12-21 22:44:18] (ERROR @ /assets/components/tag_manager/connector_fe.php) [[+resource_id]] is not a valid integer and may not be passed to makeUrl() [2013-12-21 22:44:18] (ERROR @ /assets/components/tag_manager/connector_fe.php) [[+resource_id]] is not a valid integer and may not be passed to makeUrl() [2013-12-21 22:44:18] (ERROR @ /assets/components/tag_manager/connector_fe.php) [[+resource_id]] is not a valid integer and may not be passed to makeUrl() [2013-12-21 22:44:18] (ERROR @ /assets/components/tag_manager/connector_fe.php) [[+resource_id]] is not a valid integer and may not be passed to makeUrl() [2013-12-21 22:44:18] (ERROR @ /assets/components/tag_manager/connector_fe.php) [[+resource_id]] is not a valid integer and may not be passed to makeUrl() [2013-12-21 22:44:18] (ERROR @ /assets/components/tag_manager/connector_fe.php) [[+resource_id]] is not a valid integer and may not be passed to makeUrl() [2013-12-21 22:44:18] (ERROR @ /assets/components/tag_manager/connector_fe.php) [[+resource_id]] is not a valid integer and may not be passed to makeUrl() [2013-12-21 22:44:18] (ERROR @ /assets/components/tag_manager/connector_fe.php) [[+resource_id]] is not a valid integer and may not be passed to makeUrl() [2013-12-21 22:44:18] (ERROR @ /assets/components/tag_manager/connector_fe.php) [[+resource_id]] is not a valid integer and may not be passed to makeUrl() [2013-12-21 22:44:18] (ERROR @ /assets/components/tag_manager/connector_fe.php) [[+resource_id]] is not a valid integer and may not be passed to makeUrl() [2013-12-21 22:44:20] (ERROR @ /assets/components/tag_manager/connector_fe.php) [[+resource_id]] is not a valid integer and may not be passed to makeUrl() [2013-12-21 22:44:20] (ERROR @ /assets/components/tag_manager/connector_fe.php) [[+resource_id]] is not a valid integer and may not be passed to makeUrl() [2013-12-21 22:44:20] (ERROR @ /assets/components/tag_manager/connector_fe.php) [[+resource_id]] is not a valid integer and may not be passed to makeUrl() [2013-12-21 22:44:20] (ERROR @ /assets/components/tag_manager/connector_fe.php) [[+resource_id]] is not a valid integer and may not be passed to makeUrl() [2013-12-21 22:44:20] (ERROR @ /assets/components/tag_manager/connector_fe.php) [[+resource_id]] is not a valid integer and may not be passed to makeUrl() [2013-12-21 22:44:20] (ERROR @ /assets/components/tag_manager/connector_fe.php) [[+resource_id]] is not a valid integer and may not be passed to makeUrl() [2013-12-21 22:44:20] (ERROR @ /assets/components/tag_manager/connector_fe.php) [[+resource_id]] is not a valid integer and may not be passed to makeUrl() [2013-12-21 22:44:20] (ERROR @ /assets/components/tag_manager/connector_fe.php) [[+resource_id]] is not a valid integer and may not be passed to makeUrl() [2013-12-21 22:50:44] (ERROR @ /index.php) [[+resource_id]] is not a valid integer and may not be passed to makeUrl() [2013-12-21 22:50:44] (ERROR @ /index.php) [[+resource_id]] is not a valid integer and may not be passed to makeUrl() [2013-12-21 22:50:44] (ERROR @ /index.php) [[+resource_id]] is not a valid integer and may not be passed to makeUrl() [2013-12-21 22:50:44] (ERROR @ /index.php) [[+resource_id]] is not a valid integer and may not be passed to makeUrl() [2013-12-21 22:50:44] (ERROR @ /index.php) [[+resource_id]] is not a valid integer and may not be passed to makeUrl() [2013-12-21 22:50:44] (ERROR @ /index.php) [[+resource_id]] is not a valid integer and may not be passed to makeUrl() [2013-12-21 22:50:44] (ERROR @ /index.php) [[+resource_id]] is not a valid integer and may not be passed to makeUrl() [2013-12-21 22:50:44] (ERROR @ /index.php) [[+resource_id]] is not a valid integer and may not be passed to makeUrl() [2013-12-22 00:28:39] (ERROR @ /index.php) [[+resource_id]] is not a valid integer and may not be passed to makeUrl() [2013-12-22 00:28:39] (ERROR @ /index.php) [[+resource_id]] is not a valid integer and may not be passed to makeUrl() вот логи

Не верю. У тебя чистый js в этом блоке, а там у тебя html-тег появился. Если браузер не ругается, то ты видимо при создании топика привел код с ошибкой.

А я очень рад, что все больше и больше людей берет наши технологии на вооружение :)

Так я не понаслышке знаком с твоей стратегией работы с MODX :), грех с людьми хорошим знанием не поделиться. Конечно, непросто с нуля вникнуть и начать делать сайт на MODXSmarty вместо стандартных тегов MODX, тем более если человек не программист, но зато, когда сделан первый сайт, ни на секунду не жалеешь о потраченном времени.

formit то отсылает письма так что все phpmail работает