Forum Activity for @blindmime

blindmime
@blindmime
12/06/15 08:01:23PM
775 posts

Bluehost blank screen


Installation and Configuration

I've actually just started this process.

Do I need to install the Mailgun module? Email appears to work without it. Or does the module handle notifications, newsletters, invites, etc?

Also, generally, how long does it take to propagate? I've set the domain as the primary domain in the jamroom hosting dashboard. I think the domain I transferred is still being served from bluehost.
updated by @blindmime: 12/07/15 04:34:22AM
blindmime
@blindmime
11/30/15 04:45:02AM
775 posts

Bluehost blank screen


Installation and Configuration

This behavior continued happening this weekend. It appears to disable php for a few minutes and then it's OK. Support says the server was having no issues. They suggested it could be a large home page or high number of plugins. It disables ALL of the jamroom sites I have on this server. Since this has just started happening and it's inconsistent maybe the server is just overloaded? I know a mass shared server is not the best environment. I use it to stage live development ideas. I don't believe it's jamroom causing this. But I'm no expert. I'm just curious about this issue. Why it would just start happening. The general server log (the one showing all domains, not just mine) shows a few ModSecurity denials. On my sites, I'm seeing division by zero errors in Seamless on many jamroom installs. Also the jamroom core is failing to load something called http.so I think.
blindmime
@blindmime
11/25/15 04:34:12AM
775 posts

Invitations error


Using Jamroom

Thanks for the new Invitations module. I've been wanting something like this.

On one site there is an issue. When I submit an invitation, it goes to invite/browse where it indicates there are no invitations available. However, I can see the invites in the datastore browser.

I'm getting the following in the error log:

[25-Nov-2015 04:36:03 America/Denver] PHP Notice: Undefined index: invite_title in ...modules/jrCore-release-5.3.0b7/lib/page.php on line 316 [10]

I get the same error on another site where I CAN create invites, however. I'm logged in as admin on both sites.
updated by @blindmime: 02/24/16 11:19:26PM
blindmime
@blindmime
11/22/15 06:41:58AM
775 posts

Bluehost blank screen


Installation and Configuration

Hmm.

Now this morning, everything was continuing to work fine, then at one point I stopped to get coffee and when I returned I was getting a blank screen on all of my Jamroom development sites again.

So I changed the php to 5.6 (not single php.ini) and they are working again.

I wonder if the php engine is breaking somehow and changing versions is rebuilding it so it starts working again. Sounds like there is an issue with the server's php -- am I right?

Do you happen to know what might cause something like this?
blindmime
@blindmime
11/21/15 06:53:41AM
775 posts

Bluehost blank screen


Installation and Configuration

I awoke this morning to find that all of my jamroom development sites hosted at bluehost where showing a blank screen.

The fix was switching from the bluehost default php 5.4 to php 5.4 (single php.ini).
updated by @blindmime: 03/13/16 08:08:38AM
blindmime
@blindmime
11/18/15 03:17:27AM
775 posts

jrEvent Notifications


Using Jamroom

It would be nice to get notifications about events you're following/attending; a notification the day of the event. Would be nice if you could output lists in templates like "This Week's Events" and "Today's Events" on a profile. And a calendar; in addition to a calendar of events you've created, also a calendar of events you're following/attending.
blindmime
@blindmime
11/04/15 12:21:08PM
775 posts

My Marketplace system broke


Using Jamroom

My VIP subscription appears to no longer be working as I can't access the support ticket system.
blindmime
@blindmime
11/04/15 03:02:09AM
775 posts

My Marketplace system broke


Using Jamroom

My marketplace system no longer shows my licenses as being active.
updated by @blindmime: 02/04/16 12:37:24AM
blindmime
@blindmime
11/02/15 05:23:07AM
775 posts

listing one quota above another


Using Jamroom

That's assuming the featured profiles I want listed first are in a quota with a higher numerical value than the profiles I want listed afterwards, correct?

And search3 with its IN clause isn't doing the ordering here. I can't use something like search3="profile_quota_id in 4,6,1" to determine the order?
blindmime
@blindmime
11/01/15 04:01:15PM
775 posts

listing one quota above another


Using Jamroom

This is my call:

{jrCore_list module="jrProfile" search1="profile_active = 1" search2="profile_category like %`$_post.procat`%" search3="profile_quota_id in 6,1" pagebreak=15 page=$_post.p pager=true}

It doesn't order quota 6 profiles before quota 1 profiles. I don't get any results if I search for "quota_id," by the way.
  26