Forum Activity for @michaelcawood

michaelcawood
@michaelcawood
01/01/19 12:08:36PM
77 posts

Error 500 - No Access


Using Jamroom

Should I be selective about what I upload? Or upload everything? How do I preserve my preferences and site setup?
michaelcawood
@michaelcawood
12/31/18 08:32:32AM
77 posts

Error 500 - No Access


Using Jamroom

There is an Include.php file in this folder
modules > jrCore-release6.1.12b4
michaelcawood
@michaelcawood
12/31/18 08:30:43AM
77 posts

Error 500 - No Access


Using Jamroom

What files would I be re-uploading? From where? Do you have a resource of Jamroom files I can pull from?
michaelcawood
@michaelcawood
12/31/18 08:29:49AM
77 posts

Error 500 - No Access


Using Jamroom

I'm looking in the following folder and there's no include.php file in there
data > cache > jrCore
michaelcawood
@michaelcawood
12/30/18 05:18:58PM
77 posts

Error 500 - No Access


Using Jamroom

Are there any other steps I can take to help narrow down this issue and find out where the problem might lie?
michaelcawood
@michaelcawood
12/30/18 05:14:35PM
77 posts

Error 500 - No Access


Using Jamroom

Thanks Paul. But I just got this error:
Fatal error: require_once(): Failed opening required '/home/micha316/public_html/animatedfilmmakers/devilsangelsanddating/modules/jrCore/include.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/micha316/public_html/animatedfilmmakers/devilsangelsanddating/repair.php on line 57
michaelcawood
@michaelcawood
12/30/18 09:21:07AM
77 posts

Error 500 - No Access


Using Jamroom

I don't have way to check ...that I know of since I can't log in. But I have been updating it very regularly until just a few weeks ago when it stopped letting me log in.

Should I update the file to that code?
michaelcawood
@michaelcawood
12/30/18 08:43:36AM
77 posts

Error 500 - No Access


Using Jamroom

Does the .htaccess file look ok?

# Jamroom 5 Apache .htaccess file
DirectoryIndex index.html index.php sitemap.xml modules/jrCore/router.php

Options +FollowSymLinks
Options -MultiViews -Indexes

# Use ETags

Header unset ETag
FileETag None
# Expires for CSS, JS and Images

Header set Expires "Thu, 15 Apr 2018 20:00:00 GMT"



# Compress everything we can

AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript text/javascript-x application/javascript


# All requests through the router

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.*)$ modules/jrCore/router.php?_uri=$1 [NC,L]
michaelcawood
@michaelcawood
12/30/18 08:41:32AM
77 posts

Error 500 - No Access


Using Jamroom

So there must be some other issue.
michaelcawood
@michaelcawood
12/30/18 08:41:12AM
77 posts

Error 500 - No Access


Using Jamroom

Thanks Paul... I followed the steps above and "Hello World" shows just fine... as there are presumably no permission issues.
  2