Open akpremkumar opened 10 years ago
Probably missing PHP extensions
@mgp25 The php script once called is running for 30 seconds and after that it is automatically terminated by the hosting server probably because of php.ini timeout configuration which i can't change. But because the call is blocked in whatsapp.prot i cannot write code to restart the script just before it is being terminated. Is there any way to repeatedly execute the script ?
You can have a look at the included AJAX demo. It uses javascript to repeatedly call the listener page.
make sure that port 443 is open. most shared servers do not release this port.
@akpremkumar not working? You need to have php >=5.3 on your web server. And if you have that version and its not working, you are doing something wrong.
More help? More detais