Forum Activity for @brian

brian
@brian
03/05/18 08:29:32AM
10,148 posts

cometchat & php versions


Using Jamroom

I highly doubt it is related to anything in your Redis config - the "default" redis config is correct - just make sure and set the max memory value - i.e.:

maxmemory 1G

would setup a 1 Gig cache.

You want to check your Firewall settings, or other settings to ensure the module can connect to port 6379.
brian
@brian
03/05/18 07:17:45AM
10,148 posts

Tag and image links still apply long after being deleted


Using Jamroom

lornawebber:
Ah yes. Thanks, that makes sense.
If tags shorter than 3 characters cannot be searched, shouldn't they be rejected on entry? Or was it accepted becasue it was part of of multi-word tag?

Sorry I didn't make it clear - you can search any length - that's not a problem. However, if your search term is under 2 characters in length it has to use an alternate path to get the results. In this case however, that doesn't matter since the search is in quotes.

I've updated the Marketplace with version 2.0.1 of the Search module, and updated it on your site. The problem here was that the search word parser was pulling apart quoted search terms when it shouldn't have been - so what was happening is it was expanding:

"no link"

into:

"no AND link"

which could bring up no results or results that did not match.

I've got that fixed up now so exact search results _should_ return only those items that have the exact string.

Let me know if that looks better.

Thanks!
brian
@brian
03/05/18 07:13:49AM
10,148 posts

Restoring deleted image from recycle bin - not restored


Using Jamroom

This is affected by the same issue I already fixed that impacted restoring profiles. I've updated your site to 6.1.7b1 that fixes this issue, so you should be good going forward.

Thanks!
brian
@brian
03/05/18 07:13:05AM
10,148 posts

cometchat & php versions


Using Jamroom

This is the one:

[20-Feb-2018 13:42:21 America/New_York] PHP Fatal error:  Uncaught RedisException: Connection closed in /var/www/vhosts/dreadlockssite.com/httpdocs/modules/jrRedis-release-1.0.0/include.php:981 [31]

This means your Redis server closes the connection before the module could do it's work - it's not configured correctly OR your firewall is not allowing connection to the Redis port.
brian
@brian
03/04/18 09:17:09AM
10,148 posts

cometchat & php versions


Using Jamroom

Yeah I don't know about that issue - I don't admin your server. I can just say that all the sites that use it on our hosting, plus here on jamroom.net, we don't see that issue. If I come across it happening on a site we control I can for sure check it out and fix anything that might need fixing, but this specific issue I cannot replicate anywhere.
brian
@brian
03/04/18 09:05:35AM
10,148 posts

cometchat & php versions


Using Jamroom

soaringeagle:
not using redis sessions at the momment cause of the fact it doesnt alow users online visitors online and bots to be viewed properly

That's not true - that's an issue with your setup on your server :)
brian
@brian
03/04/18 08:57:46AM
10,148 posts

Little Help on some new settings - Akismet


Using Jamroom

Dazed:
What constitutes spam on #2? So if a user posts links to a Limousine company in the Hong Kong is that going to get detected?

It could - since Akismet is doing the actual detection of spam I can't tell you with 100% certainty what is going to trigger it or not, but it checks the content and makes a decision if it is spam or not. Based on the spam we get here in our custom forms, I would say it gets it right about 95% of the time. You will still need to watch things - there's nothing that is 100%.
updated by @brian: 03/04/18 08:58:10AM
brian
@brian
03/04/18 08:55:00AM
10,148 posts

Tag and image links still apply long after being deleted


Using Jamroom

lornawebber:
I just noticed the nolink tag is in the profile's tag cloud. Does the image search look at that too?

A regular site search would for sure, but just searching images - no.

lornawebber:
I was under the impression that putting quotation marks around words searched for that exact string. If that's not the case, I have to re-evaluate my testing. I find that my lovely assistant has been tagging "no link" instead of nolink. I thought if I searched "no link" in quotes, the search would only return images with those two words together. If that's not the case, Search is finding all images with the word 'link' so that would explain why some of them don't have the tag "no link". D'oh.
Is there detailed JR documentation about how the search works? I've looked and can't find it. I need to re-write my site documentation as a result of this misunderstanding.

Quotes are correct - that should get you what you want - HOWEVER - since the word "no" is shorter than 3 characters, it gets a bit more complicated since this is too short to use the full text search indexes that JR maintains, so it has to jump into the Datastore to do an actual "like" check - this could be where there's a disconnect happening, but I will have to test to be sure how that plays out once it all gets parsed.
brian
@brian
03/04/18 08:50:00AM
10,148 posts

Broken Image Link


Using Jamroom

Dazed:
Brian you should have my login info but let me know if you need it.

No - I don't need it - I know what is going on and will get it fixed up. Thanks though :)
brian
@brian
03/04/18 08:49:00AM
10,148 posts

Little Help on some new settings - Akismet


Using Jamroom

Dazed:
3. This is something Brian just added for akismet because the bio was not included originally. I was running some tests on it and I did not get the emails. If I adde http://www.cnn.com to a blog I would get the email. If I entered that on a bio, nothing.

So there are 2 different things here:

1) User Probation - this is what sends the email for an offsite URL. It is not related to Akismet (spam checking service)
2) Akismet spam checking service - this checks fields for spam.

Right now the profile fields go through number #2 only, since #1 is only active for items that get CREATED - i.e. a comment entry, a new blog post, etc. Since the profile bio is an UPDATE to an existing item it just gets spam checked via Akismet.
  71