Closed (fixed)
Project:
File Cache
Version:
7.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2011 at 19:21 UTC
Updated:
9 May 2011 at 11:11 UTC
Call to undefined function dpm() in /var/www/dr7/web/sites/all/modules/filecache/filecache.module on line 65
when running cron
Comments
Comment #1
lunafrix commentedJust had the same issue last night after installing filecache.
Just remove the function call in filcache.module.
The dpm() function is usually there just for debugging, so it can be removed safely.
Comment #2
ogi commentedFile access is reworked in dev code and debug code is removed.