Forum Activity for @brian

brian
@brian
07/27/17 12:27:32PM
10,149 posts

Has anyone seen this: "Privacy in Chrome"


Installation and Configuration

emdiamond:
Is there anything that sets or deals with this in Jamroom? We don't have a site certificate that I know of.

If you don't have an SSL certificate, you can't run SSL - turn it off on your server.

Jamroom is not involved in SSL.
brian
@brian
07/27/17 11:02:24AM
10,149 posts

Has anyone seen this: "Privacy in Chrome"


Installation and Configuration

My guess is you did not setup the SSL "chain" portion of your certificate:

https://support.mozilla.org/en-US/kb/troubleshoot-SEC_ERROR_UNKNOWN_ISSUER

See the "Missing intermediate certificate" section.

Your hosting provider should be able to set this up for you correctly.

Let me know if that helps.
brian
@brian
07/27/17 08:55:54AM
10,149 posts

Install All updated stuck


Using Jamroom

I've seen this happen occasionally. Run an integrity check, then clean caches, and it should complete.
brian
@brian
07/27/17 08:32:16AM
10,149 posts

Doing updates and clearing cache Site crash


Installation and Configuration

Make sure and look in your data/logs/error_log - that should tell you what the issue is.

Let me know if that helps.
brian
@brian
07/26/17 07:36:03AM
10,149 posts

On Jamroom forums, only getting one page (of 10 threads) showing for a category


Using Jamroom

Strumelia:
- no pagination to see previous threads...just one page of results. Same true for when searching for a term, like "Login" or "Saved login" for example.

Like, see here for the "Using Jamroom" category:
https://www.jamroom.net/the-jamroom-network/forum/using-jamroom

Have just tested this here and don't see any issues. Have tried it both logged in and logged out, and the "next page" button is showing.
Voila_Capture 2017-07-26_07-35-28_AM.jpg Voila_Capture 2017-07-26_07-35-28_AM.jpg - 25KB
brian
@brian
07/26/17 07:34:22AM
10,149 posts

Error with using Like Button


Using Jamroom

A large round of updates has gone out this morning including updates to the Like It module - update and let me know if that fixes it for you.

Thanks!
brian
@brian
07/25/17 03:59:17PM
10,149 posts

MariaDB and Litespeed Server


Design and Skin Customization

I would stick with MariaDB - it typically does better on JOIN's, which the performance check doesn't measure as well - so I think in "real world" it will perform better than MySQL.
brian
@brian
07/25/17 03:22:33PM
10,149 posts

MariaDB and Litespeed Server


Design and Skin Customization

I'm not in the office today so haven't been online - sorry about that. Here's what we use for a 4 Gig RAM server:

key_buffer              = 256M
max_allowed_packet      = 32M
table_open_cache        = 1536
table_definition_cache  = 1536
open_files_limit        = 10240
tmp_table_size          = 256M
max_heap_table_size     = 256M
sort_buffer_size        = 2M
read_buffer_size        = 2M
read_rnd_buffer_size    = 768K
max_connections         = 200
innodb_buffer_pool_size = 1G
innodb_flush_method     = O_DIRECT
innodb_flush_log_at_trx_commit = 0
ft_min_word_len         = 3
ft_stopword_file        = ""

MariaDB 10.1 out performs MySQL 5.5 and 5.6 using that config. Of course your mileage may vary since I have no idea what else is running on your server.
  114