Closed (fixed)
Project:
AudioField
Version:
6.x-1.1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2012 at 16:59 UTC
Updated:
26 Jun 2012 at 08:41 UTC
After download and unpack audiofield-6.x-1.1.tar.gz I try to start Drupal update (update.php) but I only get a blank screen.
The apache errorlog reports:
[Mon Jun 11 18:48:16 2012] [error] [client 217.191.x.x] FastCGI: server "/cluster/www/cgi-bin/domain.tld/php-fcgi-starter" stderr: PHP Fatal error: Call to undefined function _audiofield_theme() in /cluster/www/domain.tld/htdocs/cms/sites/all/modules/audiofield/audiofield.module on line 131, referer: http://domain.tld/cms/admin/reports/updates
I need to delete audiofield to go on with my Drupal update.
Comments
Comment #1
tamerzg commentedDoes this still happens if you clear the caches?
Comment #2
tamerzg commentedFixed and released 6.x-1.2, issue was with include files placed within hook_init(), which is not called in update.php.