Forum Activity for @michael

michael
@michael
12/04/17 01:14:04AM
7,826 posts

backup worker doesnt finish working


Installation and Configuration

I don't really use AWS, so needed to search for it, these results:
aws s3 error logs
https://duckduckgo.com/?q=aws+s3+error+logs

this one was the top result:
https://blog.rapid7.com/2013/11/20/where-are-my-aws-logs/

it read
Quote: Amazon S3

Based on this write-up by Software Engineer Geoff Greer, your best bet for getting your S3 logs is to go through the S3 Management Console and set up the logs to be sent to a bucket.

See if that gets you to the logs.
michael
@michael
12/03/17 03:55:59PM
7,826 posts

possible variable typo


GoogleMaps

bit lower there is this one too in the same file:
PhpStorm is awesome at checking for this stuff, so just pointing out what its telling me.
used_but_not_defined.jpg used_but_not_defined.jpg - 149KB
michael
@michael
12/03/17 03:52:42PM
7,826 posts

possible variable typo


GoogleMaps

in ujGoogleMaps/include.php ver 1.0.8 (current in the marketplace) there is some code that looks like maybe its a typo, line 217
    $conf_mtypes = $_form['form_params']['values']['quota_ujGoogleMaps_map_type'];
    $conf_mtypes = $_user['quota_ujGoogleMaps_map_type'];
The variable $conf_mytpes is set, then replaced immediately. Thinking that maybe that first variable should be $_map_types because that variable is used later, but not defined.
mtypes.jpg mtypes.jpg - 396KB
michael
@michael
12/02/17 04:32:44PM
7,826 posts

backup worker doesnt finish working


Installation and Configuration

ffmpeg should not be working during a backup to AWS. It should just be copying from your server to the AWS server. Nothing in their error logs?
michael
@michael
12/01/17 08:34:29PM
7,826 posts

backup worker doesnt finish working


Installation and Configuration

There is the "Event Tracer" module:
https://www.jamroom.net/the-jamroom-network/networkmarket/92/event-tracer

Docs: "Event Tracer"
https://www.jamroom.net/the-jamroom-network/documentation/modules/2932/event-tracer

Haven't used the module for anything myself, but I believe its to log events that happen. Might be useful to your debugging perhaps.
michael
@michael
12/01/17 08:30:43PM
7,826 posts

Unable to Install Marketplace Items


Installation and Configuration

Shouldn't be. Hosting will usually have a 24 hour support just in case your site goes down. Try an email to them.
michael
@michael
12/01/17 04:13:39AM
7,826 posts

Documentation module stripping html


Using Jamroom

Try enabling the ALLOW ALL TAGS option for that users quota. Its not an option that should be turned on for anyone other than an admin user because they can add anything, but it does allow audio items to come out in TEXT content doc types
player.jpg player.jpg - 28KB
michael
@michael
11/26/17 05:06:35PM
7,826 posts

Sign up / Sign in Redirect Rule?


Using Jamroom

its possible, but I haven't done it.

The function:
jrUser_save_location()
will save a cookie to the users browser that tells the system where to go after successful login.

The problem is where to call that function. If you call it in the templates, you run into the issue of caching. Even if you get passed that you need to setup some rules to decide which pages NOT to call it on, like the login page.

So yes its doable with a bit of fiddling and a module, but it doesn't exist as a setting to turn on/off right now.

The other option I can think of would be to put your login form in a lightbox that pops open. They login and on successful login the lightbox closes and the current page refreshes, so they are logging in and being redirected but that window is quickly closed.
michael
@michael
11/26/17 03:26:21AM
7,826 posts

Contact Module


Jamroom Developers

The concept from where im understanding it is a "contact us" module allows visitors to the site to contact the owners of the site, but you're expecting that you can use a "contact us" module to send out emails?

Sending out emails systems are the "Support Tickets" module, the "Newsletter" module.

not understanding what you're after sorry.
  170