Forum Activity for @michael

michael
@michael
01/10/19 07:07:21PM
7,821 posts

member avatars in group discussions fuzzy


Using Jamroom

size="1280"
by itself would give you a huge 1280px image.
width="48"
would set the box that contains the image to 48px
height="48"
would set the height that contains the image to 48px

normally you wouldnt put a 1280 image inside a 48px box because its a waste of bandwidth. You can, it just slows the page load down.

The reverse is also true, if you put an image which is actually 24 and set the box to 48px what you get is an image that is blury but loads fast.
michael
@michael
01/10/19 07:01:21PM
7,821 posts

Video Poster Background Not Showing


Using Jamroom

the error is:
CRI: privacy settings prevent access to this image

Admin users can always see everything.
privacy.jpg privacy.jpg - 87KB
michael
@michael
01/10/19 01:34:50AM
7,821 posts

member avatars in group discussions fuzzy


Using Jamroom

There are a couple of locations in that code that call the image display function. It looks like this:
{jrCore_module_function function="jrImage_display" module="jrUser" type="user_image" item_id=$member.member_user_id size="xsmall"......

Change that
size="xsmall"
to something else.

Any of these are valid:
 xxsmall,xsmall,56,small,icon96,icon,medium,large,larger,xlarge,xxlarge,xxxlarge,1280,original
michael
@michael
01/10/19 01:31:32AM
7,821 posts

Site Gone Down


Using Jamroom

next time you do the upgrade via the marketplace upgrade in this order:
* jrCore
* jrMarketplace

Then run the integrity check, then instead of using the UPDATE ALL ITEMS button, do them one at a time.

I suspect your server has gotten part way through and stopped.

you can also run the integrity check while not logged in to the ACP via this method:

Docs: "Somethings wrong what do I do: if you cannot get into the ACP"
https://www.jamroom.net/the-jamroom-network/documentation/troubleshooting/114/somethings-wrong-what-do-i-do#if-you-cannot-get-in-to-the-acp
michael
@michael
01/08/19 06:09:04PM
7,821 posts

Video Poster Background Not Showing


Using Jamroom

The page looks the same for me on both chrome and firefox. The URL to the image is this one:
https://wuji.zone/video/image/video_image/21/xxxlarge/image.jpg/crop=807:453.9375
chrome.jpg chrome.jpg - 207KB

updated by @michael: 01/08/19 06:09:22PM
michael
@michael
01/08/19 06:04:17PM
7,821 posts

Error 500 - No Access


Using Jamroom

Send me the site location along with the login details to login to the ACP if thats been created yet and I'll take a look.

If you've done any alterations to the skin then that could be a place to look if its not a 500 Server error.

if you've left any smarty tags open that could cause issues.

So the best bet would be to use all standard stuff to get it all working again then go from there to figure out the cause of the issue.

--edit--
send the info to support at jamroom dot net along with a link to this thread.
updated by @michael: 01/08/19 06:04:48PM
michael
@michael
01/08/19 03:32:16PM
7,821 posts

Site Gone Down


Using Jamroom

What errors exist in the error log?
michael
@michael
01/04/19 06:02:50PM
7,821 posts

Error 500 - No Access


Using Jamroom

not sure where it would be on your server. This is our guide to setting up a server:

https://www.jamroom.net/brian/documentation/contents

But if your server has cpanel the steps probably are not the same. Best place for server support is your hosting company, they'll have the most knowledge of your server.

sudo a2enmod rewrite
is what someone with root access does from the command line of the terminal in your server, not something that goes into .htaccess.

Sorry this is such a hassle for you. if you have "softaculous" as a button in your cpanel, then it has jamroom in it and should be 1 click installation.
michael
@michael
01/03/19 07:16:48PM
7,821 posts

Error 500 - No Access


Using Jamroom

if the 500 error is saying "you dont have an index.php file" then the issue is mod_rewrite is not enabled.
michael
@michael
01/02/19 11:04:43AM
7,821 posts

Error 500 - No Access


Using Jamroom

500 error is an "Internal Server Error". somethings not configured correctly. The issue will be found in your servers error logs.
  98