admin Posted July 20, 2012 Report Share Posted July 20, 2012 Уведомление пользователей через sms Настройки ;текст уведомления sms.balancetext = "Ваш баланс для лицевого счёта {account} составляет {balance} руб."; ;текст при балансе меньше 0 sms.balancetext_otr = "Задолженность для лицевого счёта {account} составляет {balance} руб."; ;кол-во sms за один вызов скрипта sms.balance_count = 100 ;кол-во часов между уведомлениями о балансе для одного пользователя sms.balance_interval = 72 ;баланс ниже которого будут отправляться sms sms.balance = 20 ;баланс ниже которого уже не будут отправляться сообщения sms.balance_min = -1000 SCMShttps://yadi.sk/d/rPe2VGm83Mvgi8 smsUslugihttps://yadi.sk/d/7e_kjsvtfpewR Quote Link to comment Share on other sites More sharing options...
nizami Posted September 15, 2017 Report Share Posted September 15, 2017 Добрый день, пытаюсь подключить модуль sms. Сделал, все по инструкции. Открываю страницу http://stat2.domain.ru/sms/. Не могу понять, в чем дело? Warning: include_once(DRG/Controller.php) [function.include-once]: failed to open stream: No such file or directory in /usr/local/www/stat2/library/Zend/Loader.php on line 134Warning: include_once() [function.include]: Failed opening 'DRG/Controller.php' for inclusion (include_path='/usr/local/www/stat2/application/../library:/usr/local/www/stat2/library:.:/usr/local/share/pear') in /usr/local/www/stat2/library/Zend/Loader.php on line 134Fatal error: Class 'DRG_Controller' not found in /usr/local/www/stat2/application/modules/billing/controllers/SmsController.php on line 10 Fatal error: Class 'Twitter_Bootstrap_Form_Horizontal' not found in /usr/local/www/stat2/application/modules/billing/forms/Sms.php on line 9 Quote Link to comment Share on other sites More sharing options...
admin Posted September 15, 2017 Author Report Share Posted September 15, 2017 поправил модуль SCMS Quote Link to comment Share on other sites More sharing options...
user122 Posted February 20, 2020 Report Share Posted February 20, 2020 (edited) Здравствуйте! Подключаю модуль smsUslugi делаю все по редми. В application/layouts/_menu.phtml добавил <li><a href="/sms">SMS</a></li> После ввода адреса http://url кабинета/sms/ выдает ошибку. Подскажите, что делаю не так? Edited February 20, 2020 by user122 Quote Link to comment Share on other sites More sharing options...
admin Posted February 20, 2020 Author Report Share Posted February 20, 2020 проверьте что файлы точно там где должны быть Quote Link to comment Share on other sites More sharing options...
user122 Posted February 20, 2020 Report Share Posted February 20, 2020 Скопировал папку в каталог ЛК Quote Link to comment Share on other sites More sharing options...
admin Posted February 20, 2020 Author Report Share Posted February 20, 2020 нужно содержимое папки копировать Quote Link to comment Share on other sites More sharing options...
user122 Posted February 20, 2020 Report Share Posted February 20, 2020 Все получилось, все отображается спасибо! Буду проверять как работает😀 Quote Link to comment Share on other sites More sharing options...
user122 Posted April 15, 2020 Report Share Posted April 15, 2020 (edited) Здравствуйте! При вводе команды php /usr/local/www/utm-cabinet/cronjobs/smssend.php Отображаются такие записи и смс о балансе не приходит, подскажите в чем может быть проблема? PHP Warning: count(): Parameter must be an array or an object that implements Countable in /usr/local/www/utm-cabinet/library/Zend/Db/Table/Abstract.php on line 1307 Warning: count(): Parameter must be an array or an object that implements Countable in /usr/local/www/utm-cabinet/library/Zend/Db/Table/Abstract.php on line 1307 Всего записей для рассылки 1 За один проход записей не более 3 Edited April 15, 2020 by user122 Quote Link to comment Share on other sites More sharing options...
admin Posted April 15, 2020 Author Report Share Posted April 15, 2020 это вероятно связано с версией php7.3. Нужна либо более раннея версия, лиюо смотреть почему передаётся не правильный тип данных Quote Link to comment Share on other sites More sharing options...
user122 Posted April 15, 2020 Report Share Posted April 15, 2020 На данный момент установлен php72-7.2.23 Quote Link to comment Share on other sites More sharing options...
admin Posted April 15, 2020 Author Report Share Posted April 15, 2020 тогда остается вторая часть, проверить почему возвращается не массив или объект который реализует интерфейс Countable Quote Link to comment Share on other sites More sharing options...
user122 Posted April 15, 2020 Report Share Posted April 15, 2020 Для данного модуля какая версия нужна php? Quote Link to comment Share on other sites More sharing options...
user122 Posted January 26, 2021 Report Share Posted January 26, 2021 (edited) Здравствуйте! Подскажите что нужно сделать, что бы не отображалось системное предупреждение в ЛК, установлен php72-7.2.23 Edited January 26, 2021 by user122 Quote Link to comment Share on other sites More sharing options...
admin Posted January 26, 2021 Author Report Share Posted January 26, 2021 Добрый день, такие уведомления нужно отключить в настройках php , помоему параметр error_reporting посмотрите в документации какое значение надо установить. Quote Link to comment Share on other sites More sharing options...
user122 Posted January 27, 2021 Report Share Posted January 27, 2021 В 15.04.2020 в 13:25, admin сказал: тогда остается вторая часть, проверить почему возвращается не массив или объект который реализует интерфейс Countable Скажите как это сделать? Quote Link to comment Share on other sites More sharing options...
user122 Posted January 28, 2021 Report Share Posted January 28, 2021 Скажите данный массив используется еще где-нибудь $args = func_get_args() Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.