Forum Activity for @michael

michael
@michael
09/03/17 07:02:18PM
7,832 posts

Medium Editor



Thats real similar to one I was looking at the other day here:
https://www.froala.com/wysiwyg-editor/inline

Only yours is MIT license whild Froala would be $799 to include within jamroom.
michael
@michael
09/03/17 06:47:57PM
7,832 posts

1/2 of gallery downloads have no extension - save as txt


Installation and Configuration

How do you know that video conversions have 2 active workers when the "Max Conversion Workers" are set to 1? If its via the queue, check that there is something in the queue, it could be empty or paused.
michael
@michael
09/03/17 06:40:00PM
7,832 posts

Embed Audio in Blog


Using Jamroom

just did here, working as expected
[jrEmbed module="jrAudio" profile_id="1"]
produced screenshot

--edit--
added screenshot of quota setting
all_audio.jpg all_audio.jpg - 142KB

updated by @michael: 09/03/17 06:41:48PM
michael
@michael
09/03/17 06:09:51PM
7,832 posts

JR page keep loading every time I open my browser


Using Jamroom

clear your browser cookies and cache. This is not a jamroom issue, its an issue with your browser.
michael
@michael
09/01/17 01:15:39AM
7,832 posts

1/2 of gallery downloads have no extension - save as txt


Installation and Configuration

mine are all downloading with extensions, try this, go to
ACP -> MODULES -> DEVELOPER -> TOOLS -> DATABASE ADMIN
and run this query
SELECT * FROM `jr_jrgallery_item_key` WHERE _item_id = 34136
See what the gallery_image_extension value is.
query.jpg query.jpg - 250KB
michael
@michael
08/31/17 11:05:40PM
7,832 posts

1/2 of gallery downloads have no extension - save as txt


Installation and Configuration

See the issue, its with the download button on that page. checking it out.
michael
@michael
08/31/17 11:03:04PM
7,832 posts

1/2 of gallery downloads have no extension - save as txt


Installation and Configuration

https://www.dreadlockssite.com/david-alger/gallery/34136/me

opens for me and I see an image.

I click on NEXT and the next image comes up. kept doing that for about 6 images, they all come up. don't understand the problem.
image_showing.jpg image_showing.jpg - 169KB
michael
@michael
08/31/17 08:05:52PM
7,832 posts

When you upgrade to 6.1 you MUST install the System Tools module


Announcements

Seen this a few times now as the step that causes problems.

After upgrading to Jamroom 6.1 your audio and video modules wont work if you dont have the "System Tools" module installed.

Full upgrade instructions here:
https://www.jamroom.net/the-jamroom-network/forum/new_posts/53689/jamroom-61-has-been-released
updated by @michael: 11/29/17 07:23:41PM
michael
@michael
08/31/17 07:45:40PM
7,832 posts

new update fixed a long time problem...


Installation and Configuration

Main thing that's happened to the videos is that MP4 is now the default with flash secondary because something (cant remember what exactly) didn't support flash.

Previously flv was the default extension
{elseif $item.video_file_extension == 'flv'}
now its m4v
{elseif $item.video_file_extension == 'm4v'}

If you have any custom video templates with that code in it, they may need updating.
michael
@michael
08/31/17 07:38:48PM
7,832 posts

emergency after core update mysql uses 100% cpu


Installation and Configuration

Search results: Reddit: "Can someone find a fix for this shit? ERR_SPDY_PROTOCOL_ERROR"
https://www.reddit.com/r/chrome/comments/3ej5ua/err_spdy_protocol_error/

Which points to https://productforums.google.com/forum/#!topic/chrome/sfAqeo4hDy8

Which says:
Quote: EDIT -- Permanent fix:
Ok, I've figured out a permanent fix. It turns out it actually is Avast, Chrome and Avast don't play nice with each other for whatever reason. To fix this issue permanently, you have to go Into Avast ==> Settings (Gear icon) ==> Active Protection ==> Web Shield (Customize Button) ==> DESELECT "Enable HTTPS Scanning". Then click OK to all the menus and flush your sockets again. It's been a week or so since I did this and I haven't got the error since (with heavy browsing of the sites that most commonly threw the error before). Obviously the downside is Avast no longer scans HTTPS websites but I'd much rather have usability than that feature, at least until the problem is fixed. What's weird is disabling Web Shield or Avast entirely never did the trick for me, only turning off this one specific option worked. Hope this helps you guys. Maybe we can now go bother Avast to fix the issue.
  191