Forum Activity for @michael

michael
@michael
12/06/20 08:43:22PM
7,719 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,719 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,719 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,719 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,719 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,719 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,719 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,719 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
michael
@michael
11/02/20 06:03:12PM
7,719 posts

Firefox home page issue


Using Jamroom

http://www.dubmusic.com/
and
http://dubmusic.com/

are not the same place. Your site is on the WWW version. If you access it via the non WWW version your javascript stops working because its not the same domain.

Best idea is to redirect to the WWW version.
michael
@michael
10/21/20 12:42:10AM
7,719 posts

stream pay


Installation and Configuration

In that case what you'd have to do is setup some way to get the money from the viewer to you (The site owner). Then you, as the site owner could pay that out to the owners of the music that has been played/listened to.

The stream pay module is the second part of that equation.

So if you setup a system where users of your site could view 100 videos per month if they paid $20/month then that would provide the money to pay your artists. You could then set the per stream payout to $0.20.

Then set the view limit on the quota to 100/month. And you have your system.

Only users who pay the $20 per month will be able to login and listen to music. Artists will get paid when their music is played.
  46