Closed (fixed)
Project:
conStruct
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
14 Aug 2009 at 20:44 UTC
Updated:
20 Jan 2010 at 21:55 UTC
When i enable the two minimal needed modules
conStruct Browse Tool
conStruct Core
i got sth like:
Call to undefined function get_domain()
this function seems to be unknown, grepped in complete drupal
// variable_set("conStruct_UrisDomain", str_replace("http://", "", get_domain($normalized_base_url)));
just replaced it hardcoded as workaround
variable_set("conStruct_UrisDomain", 'domain.net');
PHP 5.2.6 drupal-6.13
Comments
Comment #1
fgiasson commentedThanks, it as been fixed in the new version (dev-4). (an include was missing)
Comment #2
fgiasson commented