Forum Activity for @brian

brian
@brian
06/11/18 02:02:48PM
10,148 posts

What Happened to Sharethis module?


Using Jamroom

Yeah the new "Property ID" is in a different format than the old UUID based id's.
brian
@brian
06/11/18 01:11:56PM
10,148 posts

redis no longer clearing cache correctly


Using Jamroom

soaringeagle:
appendonly is off but appendifsync is set to everysec is that right/

I think it is an important reminder that we are not hosting support for your server. I'm not trying to "not help" but pretty much any time you have a server problem it seems to result in a forum post here.

Here is the documentation on Redis persistence:

https://redis.io/topics/persistence

Read through that, and if you have a question on something in there that is not clear, make sure and contact your hosting provider - they are the ones who should be providing you with help configuring your server.

If you have a question about how to configure the Jamroom Redis module (i.e. Global Config, etc.) please let me know.

P.S. the "append" config options have no bearing if the append file is off.
brian
@brian
06/11/18 01:03:26PM
10,148 posts

redis no longer clearing cache correctly


Using Jamroom

Yeah you will want to work that out with your hosting provider - it's not controlled by JR.
brian
@brian
06/11/18 12:48:20PM
10,148 posts

redis no longer clearing cache correctly


Using Jamroom

You've got Redis misconfigured if it is using disk space. When setup as a cache it will not use any disk space.

Make sure you have the "appendonly" config option set to "no".

You basically need to turn off persistence:

https://redis.io/topics/persistence
brian
@brian
06/11/18 12:12:31PM
10,148 posts

redis no longer clearing cache correctly


Using Jamroom

It's not related to the Jamroom module update - the module does not control or configure Redis in any way.
brian
@brian
06/11/18 10:55:08AM
10,148 posts

Index.php


Using Jamroom

There is no index.php file in the Core.
brian
@brian
06/11/18 10:04:41AM
10,148 posts

How to clear Simple Chat data ?


Using Jamroom

Zachary Moonshine:
it was well over 6 thousand items

We have 150,000+ here on Jamroom.net :)

Clearing all chat data for a chat room is something we can look into.

Thanks!
brian
@brian
06/11/18 10:01:12AM
10,148 posts

Upgrading to latest Share This module 2.0.0


Announcements

If you have recently updated to the latest Share This module (version 2.0.0), you may have noticed that the Share This section on your detail pages has gone "missing". This is very easy to fix, and is related to the fact that Share This has completely changed the way their system works.

Here's how to upgrade:

1) Upgrade to the Share This beta module
2) Log in to your Share This dashboard: https://platform.sharethis.com
3) On the left of the Share This dashboard you will see the various options that are available for ShareThis
4) Go into EACH option and enable and make the settings as you want
5) Give it 5 - 10 minutes for the ShareThis caching to expire and you'll see the options on your site

Share This is now 100% controlled from the Share This side of things - it is no longer configured or controlled by the module.

IMPORTANT: You must upgrade to the new version to be GPDR compliant!

If anyone has any questions, please let us know.

Thanks!
Capto_Capture 2018-06-11_09-59-05_AM.jpg Capto_Capture 2018-06-11_09-59-05_AM.jpg - 22KB

updated by @brian: 09/04/19 10:21:47AM
brian
@brian
06/11/18 09:56:12AM
10,148 posts

redis no longer clearing cache correctly


Using Jamroom

This is an issue with your server - not Jamroom. Redis is an in memory data structure server, so unless your server has 180+ gigs of RAM then it cannot be using that much. Sounds like you need to turn off replication or logging:

https://redis.io/topics/config
  56