Forum Activity for @michael

michael
@michael
12/08/20 05:31:54PM
7,721 posts

Unable to initialize modules - verify installation


Installation and Configuration

ah, that would be why the error message reads "apache".

See what's in the error log, should give us a clue.
500_Internal_Server_Error.jpg 500_Internal_Server_Error.jpg - 395KB
michael
@michael
12/07/20 05:33:34PM
7,721 posts

Unable to initialize modules - verify installation


Installation and Configuration

Good place to check that's server related is, is 'mod_rewrite' enabled.

The expected flow is that any time any url is hit and the system is not found that mod_rewrite will redirect to the install.php location automatically, so if you're not turning up there automatically, that's my guess.
michael
@michael
12/06/20 08:43:22PM
7,721 posts

Unable to initialize modules - verify installation


Installation and Configuration

That specific error:
Quote: "unable to initialize modules - verify installation"
is only in one location. It occurs when a query to the jr_jrcore_module database table is run and the response contains nothing.

Its expected that that table will be a list of all the modules in the system of which the core module itself should be in the list.

So it suggest that either the install.php script has not been run, which it should have been if all the files are uploaded and the server meets the requirements.... OR that for some reason database table is not there, but can't think why that would be.
michael
@michael
11/24/20 10:56:24PM
7,721 posts

Uploaded audio files are not processing correctly.


Installation and Configuration

Check the activity log for any errors or related details, let us know what they are:
DASHBOARD -> ACTIVITY LOG -> ACTIVITY LOG
DASHBOARD -> ACTIVITY LOG -> ERROR LOG
DASHBOARD -> ACTIVITY LOG -> DEBUG LOG
michael
@michael
11/24/20 08:09:47PM
7,721 posts

phone version of tinymce text editor is limited?


Using Jamroom

In the jrForum item_detail.tpl page there is a specific check to not show the editor, see the screenshot.

The code flow goes:
* if the editor is turned on and this is not a mobile device, then show the editor
* OTHERWISE show the textarea.

On your site this might be at:
* ACP -> MODULES -> PROFILE -> FORUM -> TEMPLATES -> item_detail.tpl -> MODIFY
OR
* ACP -> SKINS -> (your skin) -> TEMPLATES -> jrForum_item_detail.tpl -> MODIFY

Remove the :
 && !jrCore_is_mobile_device()
and the editor will show as in brians screenshot. It is limited in functionality but will allow links and images to be added. Just does not have the full embed system like the desktop has.

--edit--
Before making the change do a test, type "AWHERE WSEORJERE ERA WHERE AM I ????" or some other text then check you can see that text where you're expecting to see it. In the screenshot you'll see the word "THIS??". Thats what im doing there, just checking im in the right place.
editor.jpg editor.jpg - 1.6MB

updated by @michael: 11/24/20 08:14:24PM
michael
@michael
11/22/20 08:49:16PM
7,721 posts

Remove link


Design and Skin Customization

nothing, the place you want to update is index_core_blog_list.tpl

which is in a /module/ directory, so dont touch it because it would be over-written with the next update.

What you want to do is OVER-RIDE that by copying it to your skin and renaming it to jrCore_index_core_blog_list.tpl

Do that and the version in your skin will over-ride the modules version, then any changes you make will be safe through any future updates.

Docs: "Altering a modules template"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1051/altering-a-modules-template
michael
@michael
11/18/20 06:21:23PM
7,721 posts

Premium Install Issue


Jamroom Hosting

type the domain name you want in here:
https://www.jamroom.net/bigrussian/hosting/server_settings/568

and it should all be setup for you.
new.jpg new.jpg - 733KB
michael
@michael
11/18/20 02:12:15PM
7,721 posts

Account Problems


Using Jamroom

I've deleted your attachment. It has your key in it.

You have a space in front of your email address so its not valid. Probably from copy+pasting it.
image.jpg image.jpg - 1.5MB
michael
@michael
11/13/20 09:51:43PM
7,721 posts

My site just stopped being accessible


Installation and Configuration

Contact your hosting company and ask them to enable it.
michael
@michael
11/13/20 09:45:07PM
7,721 posts

My site just stopped being accessible


Installation and Configuration

What was happening right before this?

Were you doing any upgrades? Uploading anything? Changing server settings?

Something has changed that will be related to the issue.

Related: "Fatal error: Call to undefined function ctype_digit()"
https://stackoverflow.com/questions/51167297/fatal-error-call-to-undefined-function-ctype-digit
  46