Forum Activity for @michael

michael
@michael
11/20/21 04:09:43PM
7,823 posts

Duplicate key preventing updates


Using Jamroom

The base query starts with:
INSERT INTO jr_jruser_session (session_id......
That's the active user info for the current session. Try logging out and back in again.

If that fails truncate the jr_jruser_session table. Doing that will force everyone to have to login again but there should not be duplicate sessions.
michael
@michael
11/11/21 03:40:16PM
7,823 posts

ACP Error


Using Jamroom

Delete this moudle folder if it exists:
/home/dubmusic/public_html/dubmusic.com/modules/jrLike-release

and set the "Keep Versions" to only keep 1 version.
version.jpg version.jpg - 897KB
michael
@michael
11/08/21 05:24:48PM
7,823 posts

ACP Error


Using Jamroom

izhmel:
You can also find many missing files / php errors in your log files which might help in solving this issue:

tail -1000 /usr/local/apache/logs/error_log
Run the command they sent you then post it here so we can see what they're talking about:
tail -1000 /usr/local/apache/logs/error_log

Suggest you move to Jamroom Hosting.
https://www.jamroom.net/products#hosted
michael
@michael
11/07/21 06:29:22PM
7,823 posts

Any chance there will be a Followme2 skin


Design and Skin Customization

ACP -> MODULES -> CORE -> MARKETPLACE -> TOOLS -> MARKETPLACE CHANNELS -> BETA -> ENABLE

Will turn it on, then you'll get the beta versions in when you click INSTALL on any module and modules that are currently stable will appear in your updates section.
michael
@michael
11/05/21 08:47:05PM
7,823 posts

Second Site


Installation and Configuration

Just make it in the same way you made the first site:
* Download the "Open Source" edition from here:
https://www.jamroom.net/products

Upload it to your new domain location then visit that domain, the install script will run and you enter the database credentials ..... Create the first user, that will be your admin user who can access the ACP....... go to the ACP -> CORE -> MARKETPLACE -> TOOLS -> MARKETPLACE CHANNELS -> (jamroom) -> MODIFY

Then put in your premium license key found under the "Your marketplace settings" here:
https://www.jamroom.net/networklicense/licenses/profile_id=8305/user_id=8296

Once thats done all the modules will nave no price on them in the MARKETPLACE you should just see INSTALL instead of a price to buy.
michael
@michael
11/03/21 02:31:18PM
7,823 posts

Is it possible to know what search terms have been used to find a jr site?


Using Jamroom

In the jr_jrsearch_fulltext table the search terms used ON your site are stored but only something like GoogleAnalytics will be able to tell you what search terms were used to get the users TO your site.

There are many analytics packages but GA is popular because its free.

Search "Google Analytics Alternatives" for options, eg:
https://plausible.io/blog/google-analytics-alternatives
michael
@michael
10/27/21 05:08:02AM
7,823 posts

Any chance there will be a Followme2 skin


Design and Skin Customization

buy nate a beer if you like that one, its all him. ;)
michael
@michael
10/26/21 04:34:22AM
7,823 posts

Any chance there will be a Followme2 skin


Design and Skin Customization

Its in the BETA channel now.

--edit--
Here if you're not using the marketplace.
https://www.jamroom.net/the-jamroom-network/networkmarket/823/follow-me-v2
updated by @michael: 10/26/21 04:34:54AM
michael
@michael
10/22/21 11:50:47PM
7,823 posts

Any chance there will be a Followme2 skin


Design and Skin Customization

One exists. Its existed for a while. Wanna test it for us. Nobody can remember why it wasn't released ages ago.
michael
@michael
10/18/21 08:24:43PM
7,823 posts

Responsive images in Site Builder


Using Jamroom

You'll need to open up the source code editor via the < > button, then add
style="width:100%"
to the image.

Its also possible to do using a class too but that takes a few extra steps of setup.
width.png width.png - 162KB
  40