Closed (fixed)
Project:
Browscap
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2007 at 17:30 UTC
Updated:
18 Jun 2008 at 17:52 UTC
when it is created it has no prefix, but the code expects a prefix so there are errors when using a site with a prefix in the database:
_cache_browscap' doesn't exist query:
etc. etc.
Comments
Comment #1
blb commentedthe culprit is line 24 of browscap.install:
$queries &= db_query("CREATE TABLE cache_browscap (should be:
$queries &= db_query("CREATE TABLE {cache_browscap} (the curly braces are missing.
Comment #2
mikeryanFix commited to DRUPAL-5 branch, thanks!
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.