Closed (fixed)
Project:
Path Cache
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 May 2010 at 18:15 UTC
Updated:
1 Aug 2010 at 02:20 UTC
I kept hitting an error during installation when I was using an install profile that used Path Cache:
PHP Fatal error: Call to undefined function db_result() in /Users/amorton/Sites/d6-dev/sites/all/modules/contrib/pathcache/pathcache.install on line 16
Eventually I traced it to the install time hook_requirements() checks. Path Cache was assuming that the database driver had already been included which in this case it had not. Since this is only information at this point I think we only check at run time.
| Comment | File | Size | Author |
|---|---|---|---|
| pathcache_install.patch | 1.85 KB | drewish |
Comments
Comment #1
jvandyk commentedThanks for the report.