Forum Activity for @brian

brian
@brian
08/08/23 10:01:45AM
10,149 posts

convert executable


Using Jamroom

None of those are the correct ones - those are all modules for OTHER programs to "use" the ImageMagick system. The one you want would be JUST called "imagemagick" - nothing with a "::" in it.

For Ubuntu 20.04 the command is:

sudo apt install imagemagick
brian
@brian
08/08/23 09:21:49AM
10,149 posts

The Plan To Fix New Youtube Channel Names?


Using Jamroom

michaeld:
Okay…But if you entree the YouTube URL with the handle in it, shouldn’t it redirect and that functionality have nothing to do with the API?

Yeah we have to use what is entered as the channel name in the API call - unlike on the web side there's no "redirect". Seems short sighted of Google to not support this - but to be honest it is not terribly surprising. I don't get the feeling Google really wants people using the API.
brian
@brian
08/08/23 07:00:06AM
10,149 posts

Email Notifications Plain Text Only?


Using Jamroom

Previously the "test email" function only ever sent email in plain text - the recent Mail Support module updates now shows you if you have HTML email enabled. If you see "HTML notifications are enabled" in your test message then you're good - your regular emails will include the header/footer. So this is working correctly.
brian
@brian
08/08/23 06:58:45AM
10,149 posts

The Plan To Fix New Youtube Channel Names?


Using Jamroom

Unfortunately the YouTube API does not support looking up a channel by handle:

https://developers.google.com/youtube/v3/docs/channels/list

You can only use a user name or channel ID. Looks like others are wondering the same thing as well but it's been a while so it could be that YouTube is purposefully not adding this to their API support:

https://stackoverflow.com/questions/74348727/youtube-data-api-get-channel-by-handle

Once the support is there we can add support for it in the module.
brian
@brian
08/07/23 03:32:04PM
10,149 posts

The Plan To Fix New Youtube Channel Names?


Using Jamroom

I have not had time to look in to it yet but will as soon as I get a chance. Based on the documentation I've seen, the old channel ID should still work - are you able to use your channel ID or has YouTube hidden that now?
brian
@brian
08/07/23 03:30:41PM
10,149 posts

Email Notifications Plain Text Only?


Using Jamroom

I'm not seeing any issues here on any of my systems. Note that sending a TEST email will tell you if HTML notifications are on:

this is the test email message

HTML notifications are enabled
brian
@brian
08/06/23 04:12:23PM
10,149 posts

Signup Error


Using Jamroom

Yeah something is being flaky - I'm not sure but it sounds like you could be hitting a resource limit on the server? Are there any limits on your server put in place by your hosting provider? The fact that it originally stuck at:

"validating filesystem is prepared for updates"

Is the step where the marketplace module checks the modules/skins directory and ensures it has write permission before starting. It sounds like it could be bombing there.

I see you're running PHP via PHP-FPM - make sure you have enough worker processes so it doesn't hang.
brian
@brian
08/06/23 03:33:20PM
10,149 posts

Signup Error


Using Jamroom

Looks like it may be related to the Geo module - disable that one if you can and then make sure and do all the updates - you don't want to be partially updated. Let me know if that helps.
brian
@brian
08/06/23 02:41:00PM
10,149 posts

Signup Error


Using Jamroom

Ken Rich:
I am not seeing anything in the error log,
It just says "No PHP Errors at this time"

Hmm - that doesn't make sense. That screen is from JR's custom PHP error handler it should also write a log entry. Make sure the data/logs directory is writable by the web user - could be the file can't be written do. See if you can temp set the directory permissions to 777, then try signing in again and see if the error_log file appears.

Also - if you are already logged in look for any CRI errors in your activity log.
brian
@brian
08/06/23 02:24:59PM
10,149 posts

Signup Error


Using Jamroom

That means a fatal PHP error was encountered - look in the data/logs/error_log file - the most recent errors will be at the bottom.
  6