As the title says I noticed both of my developing sites exactly having the same problem. We rarely check to see our site information except when we need to change home front page or something that a lot of people may not aware of this issue, because everything seems OK apparently other than this.

Comments

jentle07’s picture

Issue summary: View changes
dave reid’s picture

Status: Active » Postponed (maintainer needs more info)

What do you mean by site information page? Can you check your PHP error logs (or watchdog logs if you have the database logging or syslog core modules enabled).

jentle07’s picture

Everything seemed fine until I click this ==> admin/config/system/site-information == to change site information. So I updated modules one by one until finally "media" module makes trouble - causing the sit-information page go blank.

So I updated every other modules but this media module still using the previous version, so the site is working fine, now.

I am not very expert on this since working on home server as a self learner or hobbyist. Well...but anyway, I tried to figure out what you are really implying by saying such logs or records.

I went to /var/log/apache2/error.log

found this line and I hope this has something to do with it.

[Wed Jul 29 07:50:26.728485 2015] [:error] [pid 5878] [client 127.0.0.1:33975] PHP Fatal error: Call to undefined function media_browser_js() in /...../........../........//web/cfolder/sites/all/modules/ckeditor/includes/ckeditor.lib.inc on line 893, referer: http://developingsite.com/user

waynekemp’s picture

I see similar issues. When upgrading from 7.x-2.0-alpha4 to 7.x-2.0-beta1 we get PHP fatal errors

Fatal error: Call to undefined function media_browser_js() in /home/xxxx/xxxx/sites/all/modules/contrib/ckeditor/includes/ckeditor.lib.inc on line 893

This is on Drupal 7.38 running PHP 5.5+.

If you need any further information please let me know.

dave reid’s picture

Project: D7 Media » CKEditor 4 - WYSIWYG HTML editor
Version: 7.x-2.0-beta1 » 7.x-1.x-dev
Status: Postponed (maintainer needs more info) » Closed (duplicate)
Related issues: +#2455391: Call to undefined function media_browser_js() latest Media-7.x-2.x-dev

Ok, this is a bug in the CKEditor module then: #2455391: Call to undefined function media_browser_js() latest Media-7.x-2.x-dev. I would suggest following that issue.