cause you didnt get cron job for coinpayments.anyone have any issues with coinpayments? when a user adds fund with coinpayments, it reaches coinpayments wallet and shows successful but the user balance still showing as $0.
cause you didnt get cron job for coinpayments.anyone have any issues with coinpayments? when a user adds fund with coinpayments, it reaches coinpayments wallet and shows successful but the user balance still showing as $0.
cron refil?porque você não recebeu o cron job para pagamentos de moedas.
Módulo de gateway de pagamento Cronjob para Coinpayments:
* * * * * wget --spider -O - http://yourwebsite.com/add_funds/coinpayments/cron >>> /dev/null 2>&1
Thanks, worked! Do you have the PAYEER Module? just to confirm before I buy it.its work on subdomain too.
the order didnt transfer because of crons didnt updated.
you have to create regular routine crons for that.
Cronjob for main Smartpanel script:
* * * * * wget --spider -O - http://yourwebsite.com/cron/order >/dev/null 2>&1
* * * * * wget --spider -O - http://yourwebsite.com/cron/multiple_status >/dev/null 2>&1
* * * * * wget --spider -O - http://yourwebsite.com/cron/dripfeed >/dev/null 2>&1
* * * * * wget --spider -O - http://yourwebsite.com/cron/subscriptions >/dev/null 2>&1
For Hostinger, Cron task should be similar to:
1
2
3
4* * * * * wget -O /dev/null https://yourdomain.com/cron/order
* * * * * wget -O /dev/null https://yourdomain.com/cron/multiple_status
* * * * * wget -O /dev/null https://yourdomain.com/cron/dripfeed
* * * * * wget -O /dev/null https://yourdomain.com/cron/subscriptions
Cronjob for Coinpayments payement gateway module:
* * * * * wget --spider -O - http://yourwebsite.com/add_funds/coinpayments/cron >/dev/null 2>&1
Same @d3v1l please helpBy to me not works ,
1- install works
2- site not works , error message is ( HTTP ERROR 500 )
Why ?
There is a mention of refill in the database, but it seems to me that the developer has not yet officially released this module.Any news about refill button for v4 ? Anyone?
he is working on it for months now and will release it in the next update for 20$ i thinkThere is a mention of refill in the database, but it seems to me that the developer has not yet officially released this module.
hi i wasnt sure to post this here or as a laravel/site issue
for some reason the sign up page just keeps spinning on submission. after completing the form and hitting "sign up" it hangs on the spinning wheel indefinitely. if u try again but wait a while before completing and submitting, it spins a while then stops.
its my first time using this theme and laravel, and has been working fine for last few weeks. its just stopped working. im not even sure how to debug this as it is a new realm to me
anyone else experienced this?