Closed (duplicate)
Project:
Browscap
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2012 at 01:14 UTC
Updated:
20 Sep 2012 at 15:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
jzornig commentedpatch to fix it
Comment #2
devin carlson commentedThank you for the patch.
This issue is actually a duplicate of #664424: Values returned as bool with PHP < 5.3 should also be bool with PHP >= 5.3 as the error only occurs if you are using PHP 5.3 (due to the way Browscap currently parses browscap data under PHP >= 5.3).
I should have this fixed in a few hours, at which point I will do some testing and roll new stable releases of Browscap for Drupal 6 and 7.
Comment #3
rivimeyStill a problem for me: just updated
Browscap 7.x-1.3+0-dev 7.x-1.3 Up to date
and started seeing this error.
Comment #4
rivimeyApplying the patch above by hand to record.inc line 39 makes the error go away: I then disabled the module.
Comment #5
albertski commentedI was able to reproduce this error locally only. Here is the 7.x-1.3 patch to fix this.