Closed (cannot reproduce)
Project:
D7 Media
Version:
7.x-2.0-beta1
Component:
Media Browser
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Aug 2015 at 06:39 UTC
Updated:
29 Oct 2018 at 16:34 UTC
Jump to comment: Most recent
Comments
Comment #2
glassfrog commentedSame issue. After updating I had a problem with the Drupal add content page.
Rolled back to 7.x-2.0-alpha4 and all is well.
Comment #3
dave reidWithout specific error messages, or database/PHP log messages, there's nothing we can really do. I'm unable to replicate this with the beta1 release and a latest version of Drupal core.
Comment #4
glassfrog commentedHey Dave.
Thanks for the reply. Here is an error from the log server yesterday. I hope it is of use.
DOMAIN.NAME [Mon Aug 10 12:43:03 2015] [error] [client 81.140.29.155:48394] AH01215: PHP Fatal error: Call to undefined function media_browser_js() in /home/sites/DOMAIN.NAME/public_html/sites/all/modules/ckeditor/includes/ckeditor.lib.inc on line 893Comment #5
stackrat25 commentedI also experienced a similar issue when I updated to beta1. Rolling back to alpha4 fixed it but here is what I observed.
I haven't tested much beyond that yet to see if anything else is broken. I hope this helps. Not sure if that makes it a Media issue or a CKeditor issue.
Comment #6
steel-track commentedThis is due to a function in media module being deprecated that is called by the CKEditor module when using the media integration plugin.
You can read more here:https://www.drupal.org/node/2454933
And get a patch for the CKeditor module here: https://www.drupal.org/node/2455391#comment-9943365
Comment #7
steinmb commented