Needs review
Project:
IP to Locale
Version:
6.x-1.0-rc1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Oct 2011 at 20:34 UTC
Updated:
25 Oct 2011 at 16:06 UTC
Jump to comment: Most recent file
Comments
Comment #1
stongo commentedI believe this is a php 5.3 related error.
The problem was in the hook_boot. When your modules includes "./includes/common.inc", that include calls a function declared in the Filter module (filter_xss_bad_protocol), so I added a drupal_load to load the Filter module and this fixed it.
Here's a patch.
Comment #2
stongo commented