Forum Activity for @brian

brian
@brian
12/23/15 10:53:51AM
10,149 posts

jrAction_item_index


Jamroom Developers

Hmmm - I'll see if I can replicate that here and see what is up.

Thanks!
brian
@brian
12/23/15 10:37:37AM
10,149 posts

Firefox won't load any video player


Jamroom Developers

No issues here using the latest Firefox - got a link to a page you see it on?
brian
@brian
12/23/15 10:12:09AM
10,149 posts

Index Not Found


Installation and Configuration

I think to get any further on this I'll need to setup a test install here of nginx - I will try to do that as soon as I can. We're a big short handed this week with the holidays so I'm not sure how quickly I can do it, but I'm hoping it wouldn't take me long.
brian
@brian
12/23/15 09:58:02AM
10,149 posts

Cloudfront configuration


Using Jamroom

If you can, post the URL to a page you are trying to play the file from so I can check out the created URL.

Thanks!
brian
@brian
12/23/15 09:56:47AM
10,149 posts

Index Not Found


Installation and Configuration

Quote:
But why would every other image work in the ACP. It only seems like a certain set of images are not working.

Correct - I outlined why above but maybe it wasn't clear.

If you directly link to an image - i.e.

http://yoursite.com/modules/jrCore/img/option_pass.png

That will show because that image actually exists on the file system.

However, so Jamroom can support the admin uploading a CUSTOM image, when the image is shown on the site the URL will be changed to:

http://yoursite.com/image/img/module/jrCore/option_pass.png

See how the URL is different? This routes the image request through the Image Core module - inside it says:

Is there a CUSTOM image that has been uploaded for the "module" "jrCore" "option_pass.png" file?

If YES - show the custom image (which will be located in the data/media/0/0 directory)
if NO - show the default image (which is located at modules/jrCore/img)

That's why the images work when you view them in the IMAGES tab (since they just point directly to the image included with the module or skin), but do NOT work when viewed elsewhere.

Hopefully that is more clear.
updated by @brian: 12/23/15 09:57:13AM
brian
@brian
12/23/15 09:04:26AM
10,149 posts

Index Not Found


Installation and Configuration

Quote:
Though, the images in the ACP - only those for jrCore used in the ACP and not on the jrCore images list (those are showing up) don't display.

That's because when viewing the core image list it is showing you the direct link to the image - however, when those images are rendered in other places they use a different URL structure (this way the site owner can upload their own image and it will be used instead).

That tells me that routing is still not working correctly.
brian
@brian
12/23/15 08:49:16AM
10,149 posts

Index Not Found


Installation and Configuration

if you enter this:

http://yoursite.com/index

You should be redirected to:

http://yoursite.com

Does that happen?
brian
@brian
12/23/15 08:38:40AM
10,149 posts

Broken ACP Images (Nginx)


Installation and Configuration

Let's move this over to the other ticket so we're not going back and forth - they are both related to the same root cause.

https://www.jamroom.net/the-jamroom-network/forum/new_posts/36691/index-not-found

Thanks!
updated by @brian: 12/23/15 08:38:51AM
brian
@brian
12/23/15 08:38:01AM
10,149 posts

Index Not Found


Installation and Configuration

jimmyk:
This works for every other page on the site and was working perfect under stable. Once I upgraded to beta, the code below worked on every page on the site except the index (/) but did work when I used example.com/index

That doesn't make sense - nothing was changed in JR's routing from 5.2 to 5.3 - you can see there is no change in the .htaccess file.
brian
@brian
12/23/15 08:35:45AM
10,149 posts

Broken ACP Images (Nginx)


Installation and Configuration

jimmyk:

The images didn't work in the ACP on the stable version either. The stable version of core DID show the index (/).

I'm not sure what you mean about "stable" version - are you talking JR version or something else?

Thanks!
  293