Forum Activity for @brian

brian
@brian
09/12/16 01:55:19PM
10,149 posts

CRI: Query Error: (errno: 24)


Using Jamroom

dim:

@brian,
Thanks! There was a limit on the number of open files for MariaDB-server.

Glad that fixed it!
brian
@brian
09/12/16 01:52:54PM
10,149 posts

Does URL Mapper module allow wildcards?


Using Jamroom

Elise:
Would you consider adding wild cards to the module as a feature reuquest?

Sure - we can check that out - I don't think it would be hard.
brian
@brian
09/12/16 01:52:37PM
10,149 posts

Does URL Mapper module allow wildcards?


Using Jamroom

This guide will show you how to access your site via SFTP:

https://www.jamroom.net/the-jamroom-network/documentation/jamroom-hosting/2552/connecting-to-your-server-using-sftp

Once inside you'll see directories for each domain - inside each directory is a "public_html" directory where your site lives. You'll find the .htaccess file in that directory.

I started to add it in but have backed out - feel free to set that up like you wish.
brian
@brian
09/12/16 01:46:40PM
10,149 posts

Does URL Mapper module allow wildcards?


Using Jamroom

This does not require a module - it requires a single line addition to the .htaccess file.

I can add it in for you - but they sometimes have a habit of catching MORE than you want, so just to double check - you want:

1) all requests coming to /forum/topic/* (i.e. all topics)
2) forwarded to /community/forum/empath

Let me know if that is correct.
brian
@brian
09/12/16 01:32:38PM
10,149 posts

Does URL Mapper module allow wildcards?


Using Jamroom

No - wildcards are not allowed. In this case your best bet is to setup a custom mod_rewrite rule in your site's .htaccess file - that will handle it.

Let me know if that helps.
brian
@brian
09/12/16 01:29:33PM
10,149 posts

CRI: Query Error: (errno: 24)


Using Jamroom

This means your MySQL DB is corrupted, or you've run out of disk space.
Run:
REPAIR TABLE jr_jrcore_log
From MySQL if you can.
brian
@brian
09/09/16 09:47:22AM
10,149 posts

Bootstrap


Jamroom Developers

DannyA:
So it does have to be done from scratch.

Correct - if you want a bootstrap based skin for Jamroom, you'll need to build it - we don't have one for you outside the unsupported one Michael linked to.
brian
@brian
09/09/16 09:45:41AM
10,149 posts

Datastorage userdata in serverroot and mysql


Installation and Configuration

gamechanger:
isn't hosting (like "web server or hosting for your live site") on the guest VM and data storage on host vm connected through shared folder technically similar. in this case the shared folder is the mysql database and root server directory (incl. jamroom installingfolder).

Sure - but you're on your own with this type of setup, as it's not something we test with or can advise on.
brian
@brian
09/09/16 09:44:57AM
10,149 posts

2 jamroom sites, 1 database


Installation and Configuration

If you cannot identify the users coming from your app then you're not going to be able do anything about this. You need to contact whoever makes your app (or the developer of the system that makes your app) and ask them about including custom headers in HTTP requests so you can identify your app users on your back end.
brian
@brian
09/09/16 09:43:39AM
10,149 posts

Double storage of the same audio files


Using Jamroom

The ZIP files are for downloading albums - you can disable that by CHECKING the "block album downloads" Audio Global Config option - that will prevent the ZIP files from being created:
Quote:
Check this option to block album downloads - this can save disk space on your server by preventing album ZIP files from being created.
I'd recommend looking at the various options in the Audio module and clicking on the "help" button to get info on what each setting does.
  227