Forum Activity for @michael

michael
@michael
05/03/20 03:30:55PM
7,823 posts

Picking up some errors


Installation and Configuration

Try running the INTEGRITY CHECK to fix the play_key error, go to:
ACP -> CORE -> SYSTEM CORE -> TOOLS -> INTEGRITY CHECK
check all the checkboxes, then START.

That should make sure any tables that need creating are created.

The second one is just a warning, its saying that for some reason the process that fires every minute couldnt complete on one particular minute. But thats ok, because the process that fires the next minute will pick up any left over tasks that were queued and do them.
michael
@michael
04/29/20 01:38:52AM
7,823 posts

Unable to FTP your software to my hosting


Using Jamroom

I don't understand what you mean by "It wont launch".
michael
@michael
04/28/20 10:38:42PM
7,823 posts

Merging two people?


Genosis

There is no "Merge these two people into one" button anywhere. If there was, how you would you desire that it worked? Is this something that would need to be done often enough that it requires a button?
michael
@michael
04/28/20 10:33:19PM
7,823 posts

Unable to FTP your software to my hosting


Using Jamroom

not sure how well jamroom will work in a sub-directory, but the site is there:
http://regal-network.com/revelation/install.php
michael
@michael
04/27/20 08:48:47PM
7,823 posts

Fixing Errant HTML Content


Jamroom Developers

Is this coming in to the editor? because tinymce has a tidy option built in but is disabled by default because it can cause conflicts with nl2br if the skin is not expecting to get pretty html.

my guess is its not, i suspect you're just scraping and processing then going straight to database. Could "Tidy" be built as a module, if so im sure it could be dropped in.
michael
@michael
04/27/20 08:43:00PM
7,823 posts

using AudiPro profile audioplayer on another skin


Design and Skin Customization

Is it available on your site at:
ACP -> SKINS -> YOUR SKIN -> GLOBAL STYLE -> PLAYERS -> Player Type
michael
@michael
04/27/20 08:39:35PM
7,823 posts

Fixing Errant HTML Content


Jamroom Developers

The jrCore_strip_html() function deals a little with html purifier and there is a listener in there for 'html_purifier' to allow other modules to adjust the settings of html purifier without adjusting core code. The purifier is run when HTML that would be stripped is combined with the quota based settings found at:
ACP -> CORE -> SYSTEM CORE -> QUOTA CONFIG -> Allowed HTML Tags.

Other functions that may be useful if you're building something:
* jrCore_clean_html() may be what you need to close out any open dom tags.

it calls: jrCore_balance_html_tags() and jrCore_closetags() which may be of use in setting something up.
michael
@michael
04/27/20 05:11:52PM
7,823 posts

Unable to FTP your software to my hosting


Using Jamroom

what paul said, you cant use FTP, change to SFTP, your server does not allow FTP.
michael
@michael
04/26/20 06:29:10PM
7,823 posts

Proxima suggestion


Proxima

Proxima's not in the marketplace anymore. The Proxima system was one that would allow jamroom to be used as a back-end-as-a-service for programmers building apps.

The proxima skin was specially for that. It wont function very well when used with a standard jamroom setup of a community site.
michael
@michael
04/25/20 04:34:20PM
7,823 posts

Lucid Skin Error gets my server blocked on Chrome and Safari


Installation and Configuration

The errors aren't coming from the skin, they're coming from another piece of software that is running on your server: Plesk

Wikipedia: Plesk
https://en.wikipedia.org/wiki/Plesk

Plesk is software installed into the server to add a graphical interface to navigate server operations.

You're version of it has added extra security rules to the server. Its those extra rules that are the cause of the issue.

The new rules it has added state: "No site on this server is allowed to have a url that contains this set of letters in its url 'style/skin=' ".

Unfortunately for Jamroom we do have a url that contains those letters, so we trigger the issue.

It is correct that we could re-write how jamroom works to make sure we don't use that series of letters.
  71