Forum Activity for @brian

brian
@brian
11/14/19 02:44:41PM
10,148 posts

How to make Family Tree Child and Offspring Lines


Genosis

Are you talking about the chart view? Or just in general? In general you can start with anyone in your tree and add them to Genosis first, then "build down" if you want.

Let me know if that helps.
brian
@brian
11/03/19 08:38:53AM
10,148 posts

Restoring a profile - gallery items not restored.


Using Jamroom

There's no plans to group them, since that really can't be done with the way the RB works. I would just add "restore selected" and "delete selected" options.
brian
@brian
11/03/19 08:26:56AM
10,148 posts

Restoring a profile - gallery items not restored.


Using Jamroom

lornawebber:
That's exactly right Brian. There isn't a 'whole gallery' item in the Recycle bin, so the images have to be restored one at a time.

Yep - that makes sense - gallery images are not part of a "group" and are really individual entries in the gallery datastore that are grouped by profile_id/gallery_name.

I'll check it out and see if that can be supported (the "restore" in the recycle bin is fairly complicated).

Thanks!
brian
@brian
11/03/19 08:24:05AM
10,148 posts

maybe an issue with latest beta core


Installation and Configuration

It sounds like your sitemap crawler could be spawning a NEW session for every page load, which in turn could be filling your session table up with thousands and thousands of unnecessary entries.

Try running:

SELECT COUNT(*) FROM jr_jruser_session;

From like phpMyAdmin (or whatever you use for DB management). Let me know the number of sessions in your session table.
brian
@brian
11/03/19 08:21:40AM
10,148 posts

Restoring a profile - gallery items not restored.


Using Jamroom

Glad to see that restored for you.

If I understand what you are looking for, it's that when a gallery is deleted (but NOT the profile), the gallery items are going in to the Recycle Bin and in order to restore the entire gallery you have to do it one at a time - does that sound right?

Thanks!
brian
@brian
11/03/19 08:02:57AM
10,148 posts

Restoring a profile - gallery items not restored.


Using Jamroom

lornawebber:
I just deleted my non-Admin profile, which had 5 gallery images.
Screenshot of deletion attached.

I see the account in the Recycle Bin - does it not restore for you?
brian
@brian
11/03/19 07:16:54AM
10,148 posts

maybe an issue with latest beta core


Installation and Configuration

If you can't even run an integrity check without a server crash, something is really messed up. I don't believe I have ever seen that on any site we manage.
brian
@brian
11/03/19 06:55:25AM
10,148 posts

maybe an issue with latest beta core


Installation and Configuration

As long as you haven't recently cleared caches, you should be ~75% hit rate easily.

Are you running any other sites on your server except the Jamroom server? With the amount of RAM you currently have (I'm not sure how many CPUs you have) you should have no issues - it should have no problem handling hundreds of simultaneous users and even hundreds of bots at the same time.
brian
@brian
11/03/19 06:52:34AM
10,148 posts

maybe an issue with latest beta core


Installation and Configuration

The editor in comments issue was fixed a couple betas back - make sure you are running 6.5.0b2.
brian
@brian
11/03/19 06:30:42AM
10,148 posts

maybe an issue with latest beta core


Installation and Configuration

And this one:

read error on connection

Means your redis server disconnected before the READ could occur - again, not a Jamroom issue.

If your site is REALLY busy, you could be running into a maxconn issue - make sure and check this out:

https://www.cyberciti.biz/faq/ip_conntrack-table-ful-dropping-packet-error/

Do some reading about how the kernel handles IP connection tracking - you may need to increase it.
  24