Forum Activity for @michael

michael
@michael
01/08/19 06:04:17PM
7,816 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,816 posts

Site Gone Down


Using Jamroom

What errors exist in the error log?
michael
@michael
01/04/19 06:02:50PM
7,816 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,816 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,816 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.
michael
@michael
01/01/19 12:52:41PM
7,816 posts

Error 500 - No Access


Using Jamroom

upload the /modules directory over top of whatever is there now.

When jamroom updates via the marketplace it takes whatever is at
/modules/jrCore

and moves it to
/modules/jrCore-version-6.?.?

Then adds a symlink to point to that location.

If you upload the /modules you will overwrite the symlink with a new folder which will be symlinked to again when you update via the ACP marketplace system.

All your data is in the database and safe.
michael
@michael
01/01/19 01:45:33AM
7,816 posts

Error 500 - No Access


Using Jamroom

You can download the core files from here:
https://www.jamroom.net/products

the "DOWNLOAD OPEN SOURCE" button.
michael
@michael
12/30/18 05:50:03PM
7,816 posts

Error 500 - No Access


Using Jamroom

michaelcawood:
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
That is saying that the jrCore module is not installed correctly. There should be an include.php file in the jrCore/include.php location. If there is not the system can't run.

Try re-uploading all the files to the server.
michael
@michael
12/30/18 11:33:37AM
7,816 posts

Make Custom Module Pages Searchable


Jamroom Developers

if it was me wanting this, I would put the data you wanted made searchable into the database.

'yourmodule_pagetext'

Then in the pages .tpl file I would retrieve it and output it to the page:
{$yourmodule_pagetext}

Just like the jrPage module does now.
michael
@michael
12/28/18 06:58:56PM
7,816 posts

Make Custom Module Pages Searchable


Jamroom Developers

when you have a datastore it will have a prefix. like audio is 'audio_' and blog is 'blog_'. You can then add these to the search modules extra search fields. so 'audio_lyrics' 'blog_text' and the saved info will be searchable.
  98