Forum Activity for @michael

michael
@michael
08/13/19 09:22:19PM
7,828 posts

Email Course Module Setup: Auto Enroll New User on Signup Not Working


Using Jamroom

I've got the email and the logins thanks. Nice site. It looks like you've got notifications turned off so I cant reply privately because you would not get the notification.

I see that your site is private, so what are the steps you're taking to sign new users up? The email course system adds the user to the course when they click the activation email that they are sent during the signup process. Your signup process has to be different so if you could outline the steps you take to add a new user that would be good, thanks.

It may mean you need to create a page of "Courses" where emails can be entered in, to sign users up for the course.
template.jpg template.jpg - 144KB
michael
@michael
08/08/19 08:39:14PM
7,828 posts

Some Suggestions on JR module's update method/approach


Using Jamroom

pch:
Hello guyz,

ISSUE:

There is a discussion that started here: https://www.jamroom.net/the-jamroom-network/forum/installation-and-configuration/61695/403-forbidden-error-after-server-migration after having some issues with my server migration:

I think it requires some attention. That's why I've decided to create a separate thread.

There is this question that always bothers me: Why does JR keep old module files/folders on the server after a module update/upgrade????

Example:

/jrCore-release-6.1.1
/jrCore-release-6.1.3
/jrCore-release-6.1.2
/jrCore-release-6.1.4
/jrCore-release-6.1.5
to ...
/jrCore-release-6.3.0b1
/jrCore-release-6.3.0b2
/jrCore-release-6.3.0b3
/jrCore-release-6.3.0b4
etc.

Same with all the other modules: jrAction, jrAudio, jrBackup etc.
Its for the RELEASE ARCHIVE tool, so you can revert to a previous version.

What you did manually by renaming the directories, there's a tool for that.
ACP -> MODULES -> TOOLS -> DEVELOPER TOOLS -> TOOLS -> REBASE MODULES

It takes:
/jrCore-release-6.1.5
and changes it to
/jrCore
and deletes all the other versions.
release_archive.jpg release_archive.jpg - 343KB

updated by @michael: 08/08/19 08:42:42PM
michael
@michael
08/08/19 01:19:08AM
7,828 posts

403 Forbidden error after server migration


Installation and Configuration

Sounds like the symlinks did not get created correctly on your new server.

cant guess at why though.
michael
@michael
08/08/19 01:17:17AM
7,828 posts

tifig software error in the System Check.


Installation and Configuration

is that
/usr/bin/tifig
the correct location for that binary on your server?

Setting that in config.php is only going to do anything if it is the correct path to the binary on your server.
michael
@michael
08/08/19 01:15:25AM
7,828 posts

Do the PHP exec, passthru and shell_exec functions really need to be enable?


Installation and Configuration

exec() is used to get file meta data, so if its not working audio and video modules could loose data from the original files if any processing is done to them.

jrPayment module uses passthru() if your wanting to use stripe as a payment processor this needs to be active.

Only place im seeing shell_exec() is in the CodeMirror plugin so that's probably ok not to have on if you dont use past code into editors or bb code blocks in your site.
michael
@michael
08/06/19 07:06:57PM
7,828 posts

Streaming video in an external website


Installation and Configuration

You'd first need to setup a URL on your site that when opened ONLY shows the player with no header or footer.

Next you embed that on your other site with an iframe.
iframe.jpg iframe.jpg - 161KB
michael
@michael
08/05/19 06:53:37PM
7,828 posts

Email Course Module Setup: Auto Enroll New User on Signup Not Working


Using Jamroom

Send the login details of your site to support at jamroom dot net along with a link to this thread and I'll take a look.
michael
@michael
08/03/19 11:27:56PM
7,828 posts

Email Course Module Setup: Auto Enroll New User on Signup Not Working


Using Jamroom

Its clear from the JOINED column that there are no users joined to any of the courses, so there will be no emails being sent to anyone.

When you create a new user and log in with them nothing none of the JOINED columns increments? Run the integrity check with all checkboxes checked, then create a new user.

ACP -> CORE -> SYSTEM CORE -> TOOLS -> INTEGRITY CHECK
notes.jpg notes.jpg - 84KB
michael
@michael
07/31/19 01:09:09AM
7,828 posts

CRI: unable to retrieve quota settings for module: myModule


Jamroom Developers

Ah, that's your problem. That is database schema and should go in schema.php
michael
@michael
07/31/19 01:00:06AM
7,828 posts

CRI: unable to retrieve quota settings for module: myModule


Jamroom Developers

Developer Networks:....I posted the quota.php file ....
where?
  84