Due to warnings in mediamosa_ck module I receive various errors in my Drupal 7 installation. These are the details:
Warning: Call-time pass-by-reference has been deprecated in C:\wamp\www\drupal7\sites\all\modules\mediamosa-mediamosa-ck\modules\mediamosa_ck_transcode\mediamosa_ck_transcode.module on line 203
Warning: Call-time pass-by-reference has been deprecated in C:\wamp\www\drupal7\sites\all\modules\mediamosa-mediamosa-ck\modules\mediamosa_ck_transcode\mediamosa_ck_transcode.module on line 206
Comments
Tom, Thanks for the report. I
Posted by forgacs on July 5th, 2011 - 09:49Tom,
Thanks for the report. I have written this in our todo list.
Also you can try to change your php.ini file error_reporting parameter:
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
This hides the deprecated messages.