Forum Activity for @michael

michael
@michael
04/13/16 02:52:45AM
7,832 posts

PayPal Instant Payment Notifications (IPN).


Using Jamroom

Unset that setting at paypal. It must be something left over in your paypal account from JR4. That is not a JR5 url.
michael
@michael
04/13/16 01:13:44AM
7,832 posts

notification options footer 3x repeating in "new user" email notification


Using Jamroom

This just started happening? Anything changed recently? Any updates to any modules that you can remember that happened around the same time?

I'll see if I can replicate here.
michael
@michael
04/13/16 01:08:14AM
7,832 posts

videos not converting after 24 hours


Installation and Configuration

soaringeagle:....i just installed newest version today.....
did you read the conversation in that link?

Quote: My web host sent me this:

root@host3 ~# ffmpeg -version
FFmpeg version SVN-r26402, Copyright (c) 2000-2011 the FFmpeg developers
built on May 6 2014 12:42:26 with gcc 4.1.2 20080704 (Red Hat 4.1.2-54)

I'm not that technical, but doesn't this show a recent build?

Quote: It means that ffmpeg binary was built on May 6, 2014, but based on libraries that are old .

The analogy would be you have blue prints for a "Ford Model T" car circa ~1910 , and build that clunker on May 6, 2014 . It's ancient by today's standards.

Your version reads:
Quote: Data FFmpeg version 0.6.5, Copyright (c) 2000-2010 the FFmpeg developers
built on Jan 29 2012
so its even older than the one in that thread.
michael
@michael
04/12/16 10:15:21PM
7,832 posts

videos not converting after 24 hours


Installation and Configuration

Related: "FFMPEG Unrecognized option 'preset' “ error "
http://forum.videohelp.com/threads/364744-Help-to-resolve-FFMPEG-Unrecognized-option-preset-error?s=0343a10e07980bd19548bf7dc9f5b27f&p=2323513

Quote: You must rewrite the ffmpeg command then....or tell your webhost to update ffmpeg.

Any chance updating FFMPEG is an option?
michael
@michael
04/12/16 09:33:23PM
7,832 posts

videos not converting after 24 hours


Installation and Configuration

forum: "FFMpeg Question. ( how to use a different ffmpeg binary )"
https://www.jamroom.net/the-jamroom-network/forum/new_posts/30060/ffmpeg-question-how-to-use-a-different-ffmpeg-binary/search_string=ffmpeg

That any use? the code to define a different path the the ffmpeg binary is:
in /data/config/config.php add this line
$_conf['jrCore_ffmpeg_binary'] = '/usr/bin/ffmpeg';

updated by @michael: 04/12/16 09:34:04PM
michael
@michael
04/12/16 08:45:28PM
7,832 posts

Videos Uploaded Problems And Other Problems


Using Jamroom

Sad to hear that something we had no control over was the cause of you leaving.
michael
@michael
04/12/16 08:18:20PM
7,832 posts

php warnings from emoji functions


Jamroom Developers

not seeing them, but would chuck a fdebug() in there at the top of that function to see where its coming from.

CURRENTLY:
function jrCore_strip_emoji($string, $replace = true){
    $pattern = '/([0-9|#][\x{20E3}])|[\x{00ae}|\x{00a9}|\x{203C}|\x{2047}|\x{2048}|\x{2049}|\x{3030}|\x{303D}|\x{2139}|\x{2122}|\x{3297}|\x{3299}][\x{FE00}-\x{FEFF}]?|[\x{2190}-\x{21FF}][\x{FE00}-\x{FEFF}]?|[\x{2300}-\x{23FF}][\x{FE00}-\x{FEFF}]?|[\x{2460}-\x{24FF}][\x{FE00}-\x{FEFF}]?|[\x{25A0}-\x{25FF}][\x{FE00}-\x{FEFF}]?|[\x{2600}-\x{27BF}][\x{FE00}-\x{FEFF}]?|[\x{2900}-\x{297F}][\x{FE00}-\x{FEFF}]?|[\x{2B00}-\x{2BF0}][\x{FE00}-\x{FEFF}]?|[\x{1F000}-\x{1FFFF}][\x{FE00}-\x{FEFF}]?/u';
    if ($replace) {
        if (preg_match_all($pattern, $string, $_match)) {

add in
function jrCore_strip_emoji($string, $replace = true){
if(is_array($string)){
$_debug = array(
  'what' => "trying to figure out what is passing an array in here.....hmmmm...."
 '$string' => $string
);
fdebug($_debug);
}

    $pattern = '/([0-9|#][\x{20E3}])|[\x{00ae}|\x{00a9}|\x{203C}|\x{2047}|\x{2048}|\x{2049}|\x{3030}|\x{303D}|\x{2139}|\x{2122}|\x{3297}|\x{3299}][\x{FE00}-\x{FEFF}]?|[\x{2190}-\x{21FF}][\x{FE00}-\x{FEFF}]?|[\x{2300}-\x{23FF}][\x{FE00}-\x{FEFF}]?|[\x{2460}-\x{24FF}][\x{FE00}-\x{FEFF}]?|[\x{25A0}-\x{25FF}][\x{FE00}-\x{FEFF}]?|[\x{2600}-\x{27BF}][\x{FE00}-\x{FEFF}]?|[\x{2900}-\x{297F}][\x{FE00}-\x{FEFF}]?|[\x{2B00}-\x{2BF0}][\x{FE00}-\x{FEFF}]?|[\x{1F000}-\x{1FFFF}][\x{FE00}-\x{FEFF}]?/u';
    if ($replace) {
        if (preg_match_all($pattern, $string, $_match)) {


Then potter around like you normally do until the error triggers again. That should provide some hints as to where its coming from in the debug_log.

I'll keep an eye out for it here too. (cleared my logs and will watch them.)
michael
@michael
04/12/16 08:11:48PM
7,832 posts

Email Timeout


Jamroom Developers

Melih:....where is the setting time for this timeout in the code...
ACP -> COMMUNICATION -> EMAIL CORE -> GLOBAL CONFIG -> MAX SEND RATE (per minute)
michael
@michael
04/12/16 02:42:52AM
7,832 posts

List_Module


Jamroom Developers

yup, same thing.
  407