nuncanemvi
New member
- Jul 25, 2022
- 21
- 4
- 3
this file does not exist.Where is schedule.blast.php???
Share me steps in aapanelAll features work fine except campaign schedule.
Thank.
Jarvis please guide me how auto reply will workspecifically for aapanel.
web server using apache and settings as follows:
1. set server type to hosting
![]()
2. proxy settings on apache, add :
ProxyPreserveHost On
ProxyPass /socket.io/ ws://localhost:3222/socket.io/
ProxyPassReverse /socket.io/ ws://localhost:3222/socket.io/
![]()
3. edit .env
edit the wa_url_server section:
WA_URL_SERVER=http://127.0.0.1:3222
according to what has been explained on aapanel should the automatic reply run normally. make sure the number prefix uses the country code example 62Jarvis please guide me how auto reply will work
yes its uses country code but not workingaccording to what has been explained on aapanel should the automatic reply run normally. make sure the number prefix uses the country code example 62
I also have an auto reply problem.auto reply not working at V4.3.2 MPWA MD
can helpme?
what time you recommended sir, every minutes or every 5 minutes?Goto Cronjob in cPanel or any other panel.
Add this below command for every minute.
curl "https://yourdomain.com/schedule-run"
if i do this, why the message already sent but on history campaign status executed and receiver waiting or pendingjust edit kernel.php
remove find $schedule->command('start:blast')->everyMinute(); on 23 and remove it or just add "//" sign to make it as note who not execute, after that remove "//" in // $schedule->command('schedule:blast')->everyMinute(); on line 24 to make it execute.
i have mentioned hereif i do this, why the message already sent but on history campaign status executed and receiver waiting or pending
there is solution, inspect from the old schedule.blast.php (wamd 4.1.1 or 4.2.1) for your references