Forum Activity for @brian

brian
@brian
05/19/15 02:20:21PM
10,149 posts

Cannot access site after attempting to downgrade


Using Jamroom

iamtimbo:
Ok - pages seem to be loading now.

Glad to hear it.. ;)
brian
@brian
05/19/15 01:06:19PM
10,149 posts

Tag cloud from specific profile quota


Design and Skin Customization

yep that works - sorry I didn't get the specific search conditions in, but glad it is working.

Thanks!
brian
@brian
05/19/15 01:05:17PM
10,149 posts

Monitoring cloud conversions


Jamroom Developers

DannyA:
I'm looking a various monitoring tools. Is there any way to create an alert that fires whenever a queue exceeds X seconds?

I'm also trying to think how we can see conversion performance over time accross all the conversion servers in a cluster.

The goal here is to get some advance notice when you performance is slow and need to add another server.

Make sure you have updated to the latest Queue Server module - alarming on latency is supported:

Quote:
Version 1.1.0: - New: Detailed Queue Entry viewer with ability to reset and delete Queue entries - New: "Latency Log Level" Global Config option to set log latency level for queue - New: "Latency Log Interval" Global Config option to set log latency interval
brian
@brian
05/19/15 01:04:23PM
10,149 posts

Custom uploader


Jamroom Developers

This would be something very custom - the current uploader is not designed to be swapped out.

Sorry!
brian
@brian
05/19/15 01:03:03PM
10,149 posts

Cannot access site after attempting to downgrade


Using Jamroom

iamtimbo:
Hi, all,

In a nutshell:

I downloaded new Site Builder, and then one by one disabled old SB modules before activating new SB.

Quickly realised that I was going to need to go back to old SB (I think I need to export the old setup to bring into the new one).

You don't - the new SB will import the data from the old SB.

Quote:
I activated the maintenance mode, disabled new SB, and began re activating old SB modules.

I think I had done the first one, and on saving changes to the second one, I was faced with the header, the menu, and a blank white screen. The 'admin' link by the ACP menu had disappeared, so I manually logged out to try logging in again - and I can't - it's just the header, the menu and a blank white screen...

Help!

Look in your PHP Error log - sounds like something is trying to be called that is not loaded or available.
brian
@brian
05/17/15 07:53:19AM
10,149 posts

Tag cloud from specific profile quota


Design and Skin Customization

gary.moncrieff:
Brian would that now only show it from one profile rather than all those in quota 8?

My apologies - was trying to help before I had more coffee :)

So yeah - we'll need to round up the profile ids like you have in your first post:

{jrCore_list module="jrProfile" limit=1000 template="null" skip_triggers=true return_item_id_only=true assign="out"}
{$list = ","|implode:$out}
{jrTags_cloud height="300" search="_profile_id in `$list`"}

Let me know if that works.
brian
@brian
05/17/15 07:49:36AM
10,149 posts

One All


Using Jamroom

I just tested this out with LinkedIN here and everything is working. Double check that you have the Client ID and Client Secret setup correctly in your LinkedIn section in OneAll AND that you have checked the "Share Content" option down near the bottom (see my screenshot).
Voila_Capture 2015-05-17_07-49-12_AM.jpg Voila_Capture 2015-05-17_07-49-12_AM.jpg - 192KB

updated by @brian: 05/17/15 07:49:46AM
brian
@brian
05/17/15 07:24:11AM
10,149 posts

profile image


Using Jamroom

I have this fixed for you on your site - root cause is that your server is not setup with a proper "umask", which in turn was making the default file and directory permissions incorrect - i.e. the file could be written to, but then could not be read from. I added these 2 lines:

$_conf['jrCore_dir_perms'] = 0755;
$_conf['jrCore_file_perms'] = 0644;

Which "overrides" the detected umask and fixes it on your server, so you should be good to go.

Hope this helps!
brian
@brian
05/17/15 07:02:25AM
10,149 posts

One All


Using Jamroom

I don't think it has to do with SSL:

- the "unknown response" one I've not seen - makes me think OneAll was maybe down for a bit or couldn't communicate with Facebook
- for LinkedIn I can check it out, but text->body is always included, so something is messed up there as you should not see that.

I will test this out on my dev site when I get a chance.

Thanks!
brian
@brian
05/17/15 06:55:20AM
10,149 posts

profile image


Using Jamroom

I followed up to your email, but did want to add my 100% agreement with Paul on Godaddy. I've been developing and supporting Jamroom since 2003, and NO single hosting provider has been problematic than Godaddy - by far. Their servers are bad and it seems that each is configured differently and has it's own set of distinct problems. I've seen some that work, and others that no matter what we did would not work at all. So just an FYI that there may be no solution to the issues on the server you are on.
  370