How to avoid all event listeners in jamroom query for e.g.
$_qry = array(
"search" => $search,
"order_by" => $order,
"pagebreak" => 5,
"page" => $_pagenum,
);
updated by @sbhadauria: 08/22/14 09:42:05AM
After fresh installation of jamroom we are not able to login and getting below mentioned error:
"Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://www.yoursite.com/user/login_save/__ajax=1. This can be fixed by moving the resource to the same domain or enabling CORS."
Kindly suggest?
updated by @sbhadauria: 07/30/14 01:35:08PM
Audio streaming is working in chrome but not in firefox, we have got the below mentioned URL to play the mp3 files by our system(Jamroom) but
we have not found any file on this URL so we are trying to find out how this
URL is executing.
URL: http://yoursite.com/audio/stream/audio_file/2/key=C5vDD812qrUg/file.mp3
updated by @sbhadauria: 25 Jun 2014 09:36:01PM
updated by @sbhadauria: 07/29/14 12:58:03AM