Forum Activity for @brian

brian
@brian
05/26/15 10:54:40AM
10,149 posts

cri error cannot copy constructionkit template to cache


Using Jamroom

soaringeagle:
ill say it again the new site builders amazing i just hope you can work out the transitioning from old to new a lil better

I won't deny this has been tricky - part of the issue was that the "old" site builder was a little more "loose" in what could be done, and that's not always translatable into the new system, so there's definitely rough edges we're working through.

Quote:
i know 1 of you is in japan was that you
i only ask case since it messes my site up id prefer the testing be done late at night here in usa while trafics lower but since it only takes 15 minutes it isnt criticle
but if it is possible to do thetesting late at night then that would be best

Michael is in Japan - I'm in the US (north of Seattle, WA).
brian
@brian
05/26/15 10:38:51AM
10,149 posts

GEDCOM import


Genosis

nl:
Hi,

I confirm that the last release fixes this GEDCOM import issue.

This problem is solved, thanks.

Right on - very glad to hear that - thanks!
brian
@brian
05/26/15 10:38:00AM
10,149 posts

Quota settings not sticking


Using Jamroom

derrickhand300:
The settings seem to be sticking now- but max video upload still stuck at 32mb and videos not converting- even a .5mb video- system check is all green...

Yeah - you need to up the allowed upload in PHP and THEN run an integrity check so JR "sees" the new max size.
brian
@brian
05/26/15 10:35:34AM
10,149 posts

ffmpeg error


Jamroom Developers

Also - looks like the video is using the "motion jpeg" codec, which if remember right is an old Matrox codec - not sure it's really supported any more. Do you have a link to the video that I can download it here and test it?

Thanks!
brian
@brian
05/26/15 10:33:56AM
10,149 posts

ffmpeg error


Jamroom Developers

Looking at this it looks like we have the analyze and probe durations setup on the audio conversions, but not on video - I will check that out and get them added in.

Thanks!
brian
@brian
05/26/15 10:31:39AM
10,149 posts

Future queue operations


Jamroom Developers

DannyA:
Is it possible to set a future date for a queue operation? Specifically, I am creating a song/blog/whatever and I have sharing enable. The creation/release date is in the future. But the sharing operation is going to the queue right away. I want the queue operation to happen on the release date.

Yes - when you create the queue, you can tell it to "sleep" a specific number of seconds before it can be picked up by a worker - i.e.

$_queue = array(
    'key' => 'value
);
jrCore_queue_create('YourModule', 'queue_name', $_queue, 600);

It's the 4th arg - that "600" says sleep for 600 seconds (10 minutes) before making the queue available to a worker.

If you find you need to extend the sleep time, you can come back and sleep it longer - i.e.

jrCore_queue_sleep(5, 600);

It takes the Queue ID as the first arg, and the number of seconds from NOW to sleep.

Hope this helps!
brian
@brian
05/26/15 10:27:34AM
10,149 posts

Update On Custom Metatags


Design and Skin Customization

derrickhand300:
I just wanted to check in and see if this is being addressed or if its been given up on

I've not given up on anything :) My availability has been really limited over the last few weeks - I've been traveling A LOT and we're in the process of getting our house ready for a possible sale this summer, so I've just been super busy with "offline" stuff.

Part of this issue is that "ShareThis" is designed to share an entire PAGE, but a page on Jamroom may be built from many different parts and components, which means ShareThis will try and figure out what image is best to use for the Share. Just an FYI on what you see that.

What I will do is get the Meta Tag manager module updated to support the pages created by Site Builder - that way you can add meta tags to pages created in site builder. It's trickier than it may seem (since both operate on view listeners), but it should be doable, so I will try to bump that up and get it done.
brian
@brian
05/26/15 10:22:43AM
10,149 posts

How Do I Upload Videos To Slate?


Using Jamroom

derrickhand300:
Did a new install of the Slate skin- have video support enabled and site builder-I can find no way to upload videos in Slate/SiteBuiulder...

Is this still possible?

Yep - you just need to select the Video Support option in the widget chooser - see my screenshot.

Hope this helps!
Voila_Capture 2015-05-26_10-21-52_AM.jpg Voila_Capture 2015-05-26_10-21-52_AM.jpg - 282KB

updated by @brian: 05/26/15 10:22:56AM
brian
@brian
05/26/15 10:20:47AM
10,149 posts

Audio Upload Failed


Using Jamroom

An NS_FAILURE_ERROR is a networking issue - i.e. it could not communicate with the server for some reason.
brian
@brian
05/26/15 10:19:53AM
10,149 posts

cri error cannot copy constructionkit template to cache


Using Jamroom

soaringeagle:
numbering is the widget number
in old sysatem if udidnt name it it would say widget 65434 or something
i think if u add multiple widgets to a container it would be 1.0 1.1 1.2 etc
but not certain onthat

Yep - that's correct. You can "stack" widgets in a container, and if you don't add a title then this let's you know the order.
  369