Forum Activity for @musamensa

alt=
@musamensa
04/15/20 08:45:18AM
253 posts

JrBirthday causing SSL error on page


Jamroom Developers

{jrCore_module_url module="jrImage" assign="iurl"}
{jrCore_lang module="jrBirthday" id=5 default="Today is %1's Birthday" 1=$item.user_name}{if jrUser_is_logged_in() && $_user._user_id != $item._user_id} - {jrCore_lang module="jrBirthday" id=6 default="share a birthday wish!"}{/if}

everything here looks ok
alt=
@musamensa
04/15/20 08:40:17AM
253 posts

JrBirthday causing SSL error on page


Jamroom Developers

jrCore_base_url was http://itembo.com but i have changed it to https and reset cache but nothing has changed.
alt=
@musamensa
04/15/20 04:03:01AM
253 posts

JrBirthday causing SSL error on page


Jamroom Developers

Please kindly note that the following error appears to show that the jrBirthday module is causing some sort of mixed content on page error.

Loading mixed (insecure) display content “http://itembo.com/image/img/module/jrBirthday/cake.png” on a secure page

Thanks
updated by @musamensa: 07/24/20 09:23:26AM
alt=
@musamensa
12/17/19 11:45:39AM
253 posts

How do I display the txn_total on a profile account


Jamroom Developers

I need help with modifying the following code so that I can display the txn_total on a profile using the jrProfileStreamPay module.

This is how I am displaying the audio streams from a profile.

{jrCore_get_count module="jrAudio" name="audio_file_stream" profile_id=$_profile_id assign="audiostreams"}{$audiostreams}

Thanks for your usual help.

updated by @musamensa: 06/28/20 11:09:17AM
alt=
@musamensa
11/05/19 09:47:44AM
253 posts

ERR_TOO_MANY_REDIRECTS message on lading page


Installation and Configuration

I resolved the issues by downloading a new .htaccess file from the jamroom source code and replacing it with what was uploaded.
alt=
@musamensa
11/04/19 12:59:34PM
253 posts

ERR_TOO_MANY_REDIRECTS message on lading page


Installation and Configuration

RewriteOptions inherit
# Jamroom Apache .htaccess file
DirectoryIndex 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 2020 20:00:00 GMT"


Header set Access-Control-Allow-Origin "*"



# 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_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^modules/.*\.tpl$ - [F,L,NC]
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^skins/.*\.tpl$ - [F,L,NC]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^(.*)$ modules/jrCore/router.php?_uri=$1 [NC,L]

RewriteCond %{HTTP_HOST} ^.*$
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^/?$ "https\:\/\/itembo\.com\/" [R=301,L]
alt=
@musamensa
11/04/19 12:59:08PM
253 posts

ERR_TOO_MANY_REDIRECTS message on lading page


Installation and Configuration

Hi,
I get this error only on my index page, my Hosting company told me it has something to do with my .htaccess file. I guess i have to make some edits to resolve these issues please find below the content of the .htaccess file.
updated by @musamensa: 02/03/20 09:51:11PM
alt=
@musamensa
06/23/19 12:15:35PM
253 posts

Issues with system updates .


Installation and Configuration

how can I get the login details to you?
alt=
@musamensa
06/23/19 11:11:16AM
253 posts

Issues with system updates .


Installation and Configuration

Hi,
I can't seem to update to the current system core update (version 6.3.1b4), I have tried to do the update from different browsers but no the happens. After clicking UPDATE the action gif animation rotates indefinitely.
thanks
updated by @musamensa: 10/17/19 05:11:55AM
alt=
@musamensa
06/23/19 10:52:09AM
253 posts

Audio upload issues


Installation and Configuration

any help on these issues?
  4