Closed (fixed)
Project:
File Framework
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2010 at 20:05 UTC
Updated:
20 Apr 2010 at 12:40 UTC
Fatal error: Call to undefined function file_get_mime_handlers() in /home/controlc/www/sites/all/modules/fileframework/contrib/cck/file_cck.module on line 782
I got this error when running update.php on 4 among 11 sites after updating a tenth of modules including fileframework.
The white screen comes immediately at launching update.php, no update occurs at all.
I traced this error by commenting ini_set('display_errors', FALSE); in update.php
I solved the issue by reloading the previous dev
Comments
Comment #1
kewlguy commentedI had the exact same error when trying to get bitcache working on my site, wow, that was stressful...lol I "foolishly" did not make a backup of the module before I changed to the dev version.
Rather than sort through my full home directory back up I chose to go into my database with Myphpmyadmin and disabled the status of the module by changing the status to 0 in the system table. Now that my site works again, I have many choices for restoring the module, new download, extract from backup etc.
Thank you for a great module! I really enjoy the fileframework module and all of the options that they provide for my website. Thanks!
Comment #2
scott859 commentedI also can confirm this error. This resulted in a blank screen on update.php.
This was solved by reloading the previous dev.
Comment #3
jvieille commentedThis was apparently silently solved in the last dev of April 02, 2010
Thanks
Jean
PS. FF is now in dev for one year. Should we expect a stable release or will it stick to this "agile"' approach indefinitely?