Forum Activity for @sbhadauria

sbhadauria
@sbhadauria
06/25/14 09:35:04PM
129 posts

How stream url works to play mp3 songs.


Jamroom Developers

We have got the below mentioned URL to play the mp3 files by our system 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: 06/25/14 09:36:01PM
sbhadauria
@sbhadauria
06/25/14 12:19:46AM
129 posts

How stream url works to play mp3 songs.


Jamroom Developers

We have not found any stream method in my jrAudio file.

http://yoursite.com/audio/stream/audio_file/2/key=111U4NvzVVG1/file.mp3

Above url is not play in firefox browser, when I again convert it into .mp3 then it's play well.

Kindly suggest.
updated by @sbhadauria: 07/29/14 04:09:49PM
sbhadauria
@sbhadauria
06/20/14 03:47:30AM
129 posts

Invalid Activation Key!


Jamroom Developers

Thanks guys, I have fixed the issue it's comes from my custom module event listener.
sbhadauria
@sbhadauria
06/20/14 03:25:29AM
129 posts

Invalid Activation Key!


Jamroom Developers

I have got the issue. I have created a custom module and when I disable then account validation working fine.

How to check the custom module that why it's occur issue.
sbhadauria
@sbhadauria
06/19/14 11:09:21PM
129 posts

Invalid Activation Key!


Jamroom Developers

account is created and I have checked the database.

$_params = array(
'search' => array(
"user_validate = 1fc5a6305ae33377ebd579cba4042959"
),
'privacy_check' => false,

);
$_rt = jrCore_db_search_items('jrUser', $_params);

above mentioned function not provide me userinfo but when I added 'skip_triggers' => true then it works.
sbhadauria
@sbhadauria
06/19/14 10:31:16PM
129 posts

Invalid Activation Key!


Jamroom Developers

I have got the issue.

// Make sure account has been created
$_params = array(
'search' => array(
"user_validate = {$_post['_1']}"
),
'privacy_check' => false
);
$_rt = jrCore_db_search_items('jrUser', $_params);

Above mentioned query is not working, when I use "'skip_triggers' => true" in above query then I get the result.

what is the issue behind this and how can I change core file ?
sbhadauria
@sbhadauria
06/19/14 08:51:04PM
129 posts

Invalid Activation Key!


Jamroom Developers

yes, we have lots of custom modules.
sbhadauria
@sbhadauria
06/19/14 05:29:02AM
129 posts

jamroom datepicker


Jamroom Developers

Thanks for the update.
sbhadauria
@sbhadauria
06/19/14 05:28:32AM
129 posts

Invalid Activation Key!


Jamroom Developers

we have install the fresh jamroom on my server but when we sign up a account and trying to validate then we have got (Invalid Activation Key!) this error message.

We have checked the database entry and validation code sent via mail both are same.
updated by @sbhadauria: 07/27/14 11:32:37PM
  11