-
Type: Bug Report
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.1.0
-
Fix Version/s: 5.1.1-B1
-
Component/s: Data Management
-
Labels:None
-
External issue URL:
-
External issue ID:849
-
Copy Issue Key:
-
Patch Instructions:
Since "localhost" is set as $_SERVER['HTTP_HOST'] in "tools/cron.php" file, then kApplication::BaseURL will return "http://localhost" instead of actual site url.
To solve this we need to use "Domain" value from "config.php" file.