Forum Activity for @jimmy

jimmyk
@jimmy
12/23/15 09:01:00AM
514 posts

Index Not Found


Installation and Configuration

Got the index working. Needed to tweak the rewrite.

BUT - yoursite.com/index still doesn't redirect to /

OLD
rewrite ^(.*)$ $uri/modules/jrCore/router.php?_uri=$1;

NEW
rewrite ^/(.*)$ /modules/jrCore/router.php?_uri=$1 last;

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.
updated by @jimmy: 12/23/15 09:02:12AM
jimmyk
@jimmy
12/23/15 08:50:28AM
514 posts

Index Not Found


Installation and Configuration

No. It shows http://yoursite.com/index
updated by @jimmy: 12/23/15 08:52:09AM
jimmyk
@jimmy
12/23/15 08:41:05AM
514 posts

Index Not Found


Installation and Configuration

Yea, it's weird. Was working fine on jrCore stable, upgrade to beta and boom... no index page. Though the direct link works example.com/index. I'm working on a stock site with no other mods installed except what is installed with jrCore.

I even tested it without upgrading all the other modules which are in beta, that didn't work either.

Stable = index shows.
Beta = index (/) not found.

I also tested a bunch of mods to the location block, but since every other page is working on the site, I doubt it's the location block.
updated by @jimmy: 12/23/15 08:42:32AM
jimmyk
@jimmy
12/23/15 08:36:26AM
514 posts

Broken ACP Images (Nginx)


Installation and Configuration

brian:
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!

Stable vs. Beta of jrCore.
jimmyk
@jimmy
12/23/15 08:35:20AM
514 posts

Index Not Found


Installation and Configuration

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

location / {

try_files  $uri $uri/modules/jrCore/router.php;
        
rewrite ^(.*)$ /modules/jrCore/router.php?_uri=$1;
}
jimmyk
@jimmy
12/23/15 08:31:59AM
514 posts

Broken ACP Images (Nginx)


Installation and Configuration


The images didn't work in the ACP on the stable version either. The stable version of core DID show the index (/).
updated by @jimmy: 12/23/15 08:32:20AM
jimmyk
@jimmy
12/23/15 07:28:32AM
514 posts

Index Not Found


Installation and Configuration

Got a bunch of these errors.

12/23/15 10:26:31AM	10.0.0.245	[jimmy]: 404 Page not found: /

I can confirm: Search box does work!
updated by @jimmy: 12/23/15 07:30:54AM
jimmyk
@jimmy
12/22/15 11:40:22PM
514 posts

Install Page missing license.html


Installation and Configuration

I renamed the mpl.html file to license.html in the jrCore folder and the iframe on the installer page showed the license. So, it looks like a license.html file needs to be added, the mpl.html file needs to be renamed to license.html, or the install.php file needs to be updated with mpl.html vs. license.html which is in there now.
updated by @jimmy: 12/23/15 07:37:49AM
jimmyk
@jimmy
12/22/15 11:33:35PM
514 posts

Index Not Found


Installation and Configuration

What happened to the errors page? I can't find it in the beta.
  29