Forum Activity for @nate

nate
@nate
12/02/14 07:20:21AM
917 posts

PHP CHarts


Jamroom Developers

I am building a mobile music store app. I want to have one listing of top 100 songs. How would I query that in php?

I know how to query by stream count but not sure how charts would work.
updated by @nate: 01/03/15 11:56:01AM
nate
@nate
11/29/14 09:04:06AM
917 posts

Queue Operation


Jamroom Developers

Thanks.
nate
@nate
11/29/14 07:52:15AM
917 posts

Queue Operation


Jamroom Developers

Yeah I know. It was a different operation and that one still works. This one worked 3 weeks ago, then the client had some unrelated work done and suddenly it stopped working.

I just wanted to be sure the code was correct.
nate
@nate
11/29/14 06:46:14AM
917 posts

Queue Operation


Jamroom Developers

$_queue = array(
                        'quota_id'  => $_user['profile_quota_id'],
                        'start'     => $_post['distriblicense_sample_time_start'], 
                        'end'       => $_post['distriblicense_sample_time_end'], 
                        'total'     => $_post['distriblicense_sample_time_total'],
                        'media'     => $_media,
                        'license'   => $_rt
                    );
                    jrCore_queue_create('xtAjax', 'audio_sample', $_queue);



this is in the include file

jrCore_register_queue_worker('xtAjax', 'audio_sample', 'xtAjax_create_audio_sample', 0, 1);

The operation never triggers. Is there something missing?
updated by @nate: 01/07/15 01:27:04PM
nate
@nate
10/31/14 10:02:37AM
917 posts

Jobs in Queue


Jamroom Developers

I figured this out. Queue support needed to be added to the include file.
nate
@nate
10/31/14 09:59:03AM
917 posts

Error messages


Design and Skin Customization

I was able to just override the function by adding new js file and copying and rewriting the jrFormMessages(msg_id,_msg) function.

It's working perfectly.
nate
@nate
10/24/14 11:33:00AM
917 posts

Jobs in Queue


Jamroom Developers

So if it's not paused why is not executing or showing an error?
nate
@nate
10/24/14 11:05:50AM
917 posts

Error messages


Design and Skin Customization

This is not overriding the jrCore.js in the jrCore module. It's doing nothing. I follow the above instructions by adding the new file and modifying it, but nothing happened.
nate
@nate
10/21/14 11:59:46AM
917 posts

Jobs in Queue


Jamroom Developers

I don't even see a pause button. These jobs have been pending for more than a week.
nate
@nate
10/17/14 09:48:58AM
917 posts

Jobs in Queue


Jamroom Developers

I added a queue job but the queue viewer just shows the jobs in queue and don't execute. I see no errors reported.

The domain was recently switched but it's the same server.

Does anyone have any idea why the jobs don't execute? Again, I see no errors reported.
updated by @nate: 12/01/14 04:07:47AM
  75