Closed (duplicate)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Jul 2015 at 23:02 UTC
Updated:
29 Jul 2015 at 17:21 UTC
Jump to comment: Most recent
Comments
Comment #1
jentle07 commentedComment #2
dave reidWhat 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).
Comment #3
jentle07 commentedEverything 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
Comment #4
waynekemp commentedI 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.
Comment #5
dave reidOk, 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.