Page 1 of 1

Need YMM Filter convert for 2.0.1.1

Posted: Tue Feb 24, 2015 4:48 pm
by muddbog
I need someone to convert the YMM filter so that the extension may be used in opencast 2.0.1.1, I have tried to get in touch with the original developer but I haven't gotten any response... Would there be any takers out there?

I have played around with it a bit but I am getting the following error when I try to access the extension from the admin side,

Code: Select all

Notice: Indirect modification of overloaded property ControllerModuleYmmFilter::$data has no effect in
before I had a problem with the following error but this is gone now

Code: Select all

Warning: array_merge() [function.array-merge]: Argument #1 is not an array
If no one wants to take this on I could use some pointers to help me do it myself...

Thanks in advance!

Re: Need YMM Filter convert for 2.0.1.1

Posted: Tue Feb 24, 2015 7:57 pm
by JAY6390
The first error you have will be you're using

Code: Select all

$this->data
instead of

Code: Select all

$data

Re: Need YMM Filter convert for 2.0.1.1

Posted: Fri Feb 27, 2015 4:06 am
by muddbog
yea I got that far... ;D

Re: Need YMM Filter convert for 2.0.1.1

Posted: Wed Mar 04, 2015 1:36 am
by muddbog
The YMM Filter is now converted for use with 2.0.1.1