Forum Activity for @michael

michael
@michael
09/12/19 06:22:18PM
7,828 posts

requirewd parameter module is missing??????


Installation and Configuration

The url is 404 Not Found.

The error means "you've asked to get the module url for a module, but not said which module you want it for"

What is expected:
{jrCore_module_url module="jrAudio" assign="murl"}
Then {$murl} will be 'audio'.

In your template or template override, for whatever reason the function is turning up like this

{jrCore_module_url module="" assign="murl"}

Since there is no module="" part the function cant return the requested info.

Maybe it was a comment on a module thats now disabled?
michael
@michael
09/10/19 09:27:56PM
7,828 posts

ERROR - MySQL


Using Jamroom

Jamroom 4 is too old to work on any modern server. You'll need an old server to get it to work.

It requires mysql less than 5.2.
michael
@michael
09/08/19 05:35:53PM
7,828 posts

ERROR - MySQL


Using Jamroom

You'll need to contact your server company about that error.
michael
@michael
09/08/19 01:23:15AM
7,828 posts

Not getting emails from jamroom.net


Using Jamroom

Looks like the emails were rejected by spamcop.net blocking mailgun.

The messages look like this:
"JunkMail rejected - rs227.mailgun.us [ip address] is in an RBL: Blocked - see https://www.spamcop.net/bl.shtml?[ip address]"

Have opened a ticket with mailgun to see what needs to change in order for the emails to get delivered. I can see that some mails ARE getting delivered so not sure whats different about these ones.

Will let you know when I know something.
michael
@michael
09/06/19 12:05:56AM
7,828 posts

Marketplace Beta Channel


Installation and Configuration

There will be no beta when stable is at the same point of beta. So what was beta is now stable.

Beta will start coming out again now as more features are added.
michael
@michael
09/06/19 12:04:15AM
7,828 posts

360 degree images for Embed Local Media?


Jamroom Developers

There's a stackoveflow question on how to do it here:

StackOverflow: "Recognizing and displaying 360 degree images in HTML"
https://stackoverflow.com/questions/41437086/recognizing-and-displaying-360-degree-images-in-html

It does not outline how to detect that an image is a 360 degree image though.
michael
@michael
09/05/19 11:57:58PM
7,828 posts

Lots Of Issues With Updates


Design and Skin Customization

michaeld:
Not seeing this update in the marketplace channel

What update are you looking for?
michael
@michael
09/04/19 01:13:56AM
7,828 posts

tifig software error in the System Check.


Installation and Configuration

Most hosting providers don't charge to install it. Its there for those that need to use it. We have Jamroom Hosting as our solution to having the server setup right from the beginning ;)

Jamroom Hosting
https://www.jamroom.net/hosting

With the hosting you get to use all the modules we make on as many sites as you want to make, so if you're really into building sites with jamroom it quickly becomes cheaper than the alternatives.
michael
@michael
09/02/19 08:02:45PM
7,828 posts

Converting Visitor to Member


Jamroom Developers

'session_started' only fires once in the flow of loading a URL.

Maybe if you have some ajax on the page and are opening several URL's on a single page, that could cause it perhaps.

You could set a flag or a cookie or a session variable to prevent multiple whatever-you-want-to-do's happening per visit.

There's the 'router_init' event in router.php right after the session_init in flow of things. or 'parse_url' is just before the session start stuff.
michael
@michael
09/01/19 11:14:09PM
7,828 posts

redis issue


Installation and Configuration

Why do you need redis if you have litespeed? both are caches, seems like one or the other would do.
  80